summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-15 01:02:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-15 01:02:09 +0000
commitad6c15465c2b304f07c3c0e83c7c416255040968 (patch)
tree879864136f14fda8ce1575c508fbce5dbbeaed06 /llvm/docs
parent6499e9c625e12feb9d3813cee67810cc08fd2f2e (diff)
downloadbcm5719-llvm-ad6c15465c2b304f07c3c0e83c7c416255040968.tar.gz
bcm5719-llvm-ad6c15465c2b304f07c3c0e83c7c416255040968.zip
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. llvm-svn: 88827
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/CommandGuide/lit.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod
index 1650742cea6..246fc66aa6d 100644
--- a/llvm/docs/CommandGuide/lit.pod
+++ b/llvm/docs/CommandGuide/lit.pod
@@ -149,6 +149,11 @@ List the discovered test suites as part of the standard output.
Run Tcl scripts internally (instead of converting to shell scripts).
+=item B<--repeat>=I<N>
+
+Run each test I<N> times. Currently this is primarily useful for timing tests,
+other results are not collated in any reasonable fashion.
+
=back
=head1 EXIT STATUS
OpenPOWER on IntegriCloud