[PATCH] D14706: [lit] Implement support of per test timeout in lit.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 15:33:53 PST 2015


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

- Fix some typos
- Note that --timeout will be disabled in the warning emitted during testing if psutil can't be found
- Add TIMEOUT tests to the list of failed tests that are listed in `main.py`


http://reviews.llvm.org/D14706

Files:
  utils/lit/lit/LitConfig.py
  utils/lit/lit/Test.py
  utils/lit/lit/TestRunner.py
  utils/lit/lit/formats/googletest.py
  utils/lit/lit/main.py
  utils/lit/lit/util.py
  utils/lit/tests/Inputs/googletest-timeout/DummySubDir/OneTest
  utils/lit/tests/Inputs/googletest-timeout/lit.cfg
  utils/lit/tests/Inputs/shtest-timeout/infinite_loop.py
  utils/lit/tests/Inputs/shtest-timeout/lit.cfg
  utils/lit/tests/Inputs/shtest-timeout/short.py
  utils/lit/tests/Inputs/shtest-timeout/slow.py
  utils/lit/tests/googletest-timeout.py
  utils/lit/tests/lit.cfg
  utils/lit/tests/shtest-timeout.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14706.40355.patch
Type: text/x-patch
Size: 26099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/0e1aa285/attachment.bin>


More information about the llvm-commits mailing list