[PATCH] D47210: [lit] Fix the `--max-time` flag feature which was completely broken.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 18 10:31:47 PST 2019


delcypher marked an inline comment as done.
delcypher added inline comments.
Herald added a reviewer: serge-sans-paille.


================
Comment at: utils/lit/lit/run.py:159
+                    self.lit_config.maxIndividualTestTime = remaining_time
+            result = worker_run_one_test(test_index, test)
+            self.consume_test_result(result)
----------------
Note to self. We need `test.config.parallelism_group = None` here when this patch is applied upstream.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47210/new/

https://reviews.llvm.org/D47210





More information about the llvm-commits mailing list