about summary refs log tree commit diff
path: root/tests/run-make/libtest-padding/test.stdout
AgeCommit message (Collapse)AuthorLines
2023-12-07libtest: Fix padding of benchmarks run as testsMartin Nordholts-1/+1
Before this fix we applied padding before manually doing what `convert_benchmarks_to_tests()` does. Instead use `convert_benchmarks_to_tests()` if applicable and then apply padding afterwards so it becomes correct. (Benches should only be padded when run as benches to make it easy to compare the benchmark numbers.)
2023-12-02libtest: Add regression tests for paddingMartin Nordholts-0/+9
As you can see the padding is wrong when running benches as tests. This will be fixed in the next commit. (Benches should only be padded when run as benches to make it easy to compare the benchmark numbers.)