llvm-6502/utils/lit
Daniel Dunbar 40c67b5832 lit: Add --repeat=N option, for running each test N times.
- Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88827 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-15 01:02:09 +00:00
..
ExampleTests lit: Add ExampleTests, for testing lit and demonstrating test suite features. 2009-11-10 02:41:17 +00:00
ExampleTests.ObjDir lit: Add ExampleTests, for testing lit and demonstrating test suite features. 2009-11-10 02:41:17 +00:00
lit.py lit: Add --repeat=N option, for running each test N times. 2009-11-15 01:02:09 +00:00
LitConfig.py
LitFormats.py lit: Add a custom test format for use in clang. 2009-09-16 01:34:52 +00:00
ProgressBar.py
ShCommands.py
ShUtil.py Add 'lit' testing tool. 2009-09-08 05:31:18 +00:00
TclUtil.py
Test.py lit: Add --repeat=N option, for running each test N times. 2009-11-15 01:02:09 +00:00
TestFormats.py lit: Drop require_and_and support. 2009-11-08 09:07:13 +00:00
TestingConfig.py
TestRunner.py lit: Add --repeat=N option, for running each test N times. 2009-11-15 01:02:09 +00:00
TODO
Util.py