[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
Fri Jul 12 00:25:33 PDT 2024


================
@@ -151,6 +151,11 @@ EXECUTION OPTIONS
  feature that can be used to conditionally disable (or expect failure in)
  certain tests.
 
+.. option:: --skip-test-recording
+
+ Disable tracking the wall time individual tests take to execute. This allows
+ external build systems to orchestrate the scheduled tests.
----------------
jh7370 wrote:

I feel like the option name should have "time" in the title somewhere, e.g. `--skip-test-time-recording`.

https://github.com/llvm/llvm-project/pull/98270


More information about the libcxx-commits mailing list