gri3-wm/testcases
Michael Stapelberg 3a31a76b2a Reorder tests to not use the same number (#2947)
Distinct numbers make re-running individual tests easier by helping with
tab-completion.

Completeness verified using:
% for i in $(seq 0 600)
do
  files=$(ls testcases/t/$(printf "%03d" $i)-*.t 2>&- | wc -l)
  [ "$files" != "0" ] && [ "$files" != "1" ] && echo "clash: $i"
done
2017-09-14 17:49:02 +02:00
..
lib Don't insert newline at end of config with launch_with_config 2017-09-13 15:30:37 +03:00
t Reorder tests to not use the same number (#2947) 2017-09-14 17:49:02 +02:00
.gitignore Testcases: Use Xephyr instead of XDummy 2014-10-02 23:05:00 +02:00
Makefile.PL testcases/Makefile.PL: tell MakeMaker this is a pure-Perl distribution (#2922) 2017-09-10 11:25:43 +02:00
complete-run.pl.in tests: run 533-randr15.t at the very end 2017-09-10 21:03:14 +02:00
i3-test.config Extend the fullscreen command 2014-12-10 20:42:52 +01:00
inject_randr1.5.c inject_randr1.5: Intercept X11 error responses in addition to replies 2017-09-13 08:23:26 +00:00
new-test Remove pointer warp from test boilerplate 2013-12-10 21:52:50 +01:00
restart-state.golden
valgrind.supp Add valgrind suppression file to testcases 2014-03-10 17:37:41 +01:00