lit: Add --repeat=N option, for running each test N times.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 01:02:09 +0000 (01:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 15 Nov 2009 01:02:09 +0000 (01:02 +0000)
commit40c67b5832877935a555fc63bfaa735332c79700
treea12dd454414df2b467b39abcd5e2fe2eee46d2e9
parentbfa092958393ec621767771f9f168e7ff973a179
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
docs/CommandGuide/lit.pod
utils/lit/Test.py
utils/lit/TestRunner.py
utils/lit/lit.py