summaryrefslogtreecommitdiffstats
path: root/tests/test_data_flow_depth.out
AgeCommit message (Collapse)Author
2022-10-19tests: Split test cases into separate filesTavian Barnes
2022-03-13tests: Use plain sort, not bfs_sortTavian Barnes
bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
2017-09-16tests: Add tests that trigger some optimizationsTavian Barnes