[libcxx-commits] [libcxx] [llvm] [openmp] [lit] Add a flag to disable lit time tests (PR #98270)
James Henderson via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 10 00:30:59 PDT 2024
================
@@ -151,7 +151,12 @@ EXECUTION OPTIONS
feature that can be used to conditionally disable (or expect failure in)
certain tests.
-.. option:: --time-tests
+.. option:: --no-time-tests
+
+ Disable tracking the wall time individual tests take to execute. This is useful
+ for external build systems to orchestrate the scheduled tests.
----------------
jh7370 wrote:
That second sentence doesn't read quite right to me from a grammatical perspective. Perhaps "This allows external build systems to orchestrate ..."?
https://github.com/llvm/llvm-project/pull/98270
More information about the libcxx-commits
mailing list