[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
Wed May 23 01:24:57 PDT 2018


delcypher updated this revision to Diff 148171.
delcypher added a comment.

Avoid use of `child_lit_config` where possible and add a comment explaining why we assign to the `child_lit_config` global.


https://reviews.llvm.org/D47210

Files:
  utils/lit/lit/run.py
  utils/lit/tests/Inputs/shtest-max-global-time/0_short.py
  utils/lit/tests/Inputs/shtest-max-global-time/1_infinite_loop.py
  utils/lit/tests/Inputs/shtest-max-global-time/lit.cfg
  utils/lit/tests/shtest-max-global-time-multiprocess.py
  utils/lit/tests/shtest-max-global-time-single-process.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47210.148171.patch
Type: text/x-patch
Size: 7346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/435c84c3/attachment.bin>


More information about the llvm-commits mailing list