[libcxx-commits] [libcxx] [llvm] [openmp] [lit] Add a flag to disable lit time tests (PR #98270)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 12 22:26:52 PDT 2024


================
@@ -124,7 +124,7 @@ def main(builtin_params={}):
     run_tests(selected_tests, lit_config, opts, len(discovered_tests))
     elapsed = time.time() - start
 
-    if not opts.skip_test_recording or opts.time_tests:
+    if not opts.skip_test_time_recording or opts.time_tests:
----------------
jprotze wrote:

Should time-tests really overwrite skip-test-time-recording here? 

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


More information about the libcxx-commits mailing list