[lit] Implement support of per test timeout in lit.
[oota-llvm.git] / utils / lit / lit / formats / googletest.py
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-04-07 Reid Kleckner[lit] Allow disabling an entire gtest suite, as is...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-14 Daniel Dunbar[lit] Move formats into their own subpackage.