Alp Toker 9ad6e339c3 lit: Incremental test scheduling
Add option -i to prioritize test runs by source file modification time and
previous failure state.

This optimal scheduling reduces typical test-and-fix iteration times to a
matter of seconds by rapidly answering the questions:

  1) Did my recent change fix tests that were previously failing?
  2) Do the tests I just wrote / modified still work?

The current implementation requires write permissions to the source tree
because it uses mtimes to track failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198150 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-29 05:09:05 +00:00
..
2013-11-15 01:34:59 +00:00
2013-11-15 01:34:59 +00:00
2012-12-11 00:23:07 +00:00
2013-12-29 05:09:05 +00:00
2013-12-03 07:34:19 +00:00
2013-11-15 01:34:59 +00:00
2013-01-02 09:10:48 +00:00
2013-01-28 22:05:50 +00:00
2013-04-05 20:00:35 +00:00
2012-11-17 06:38:44 +00:00