[PATCH] D97046: [lit] Add "late_tests" test suite config option

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 05:33:44 PST 2021


davezarzycki created this revision.
davezarzycki added reviewers: yln, thopre, jdenny, jhenderson.
davezarzycki added a project: LLVM.
Herald added a subscriber: delcypher.
davezarzycki requested review of this revision.

Building on the "early_tests" feature, some test suites have fast and low reward tests that should be run later. For example, Swift has a ton of tests that were generated by a fuzzer that are fast and not expected to regress but are still useful to verify. By running these tests later, we give normal tests (that probably take longer) a chance to run earlier and let the fast "late_tests" fill in the gaps at the end of the test suite execution.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97046

Files:
  llvm/docs/CommandGuide/lit.rst
  llvm/utils/lit/lit/TestingConfig.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/Inputs/late-tests/aaa.txt
  llvm/utils/lit/tests/Inputs/late-tests/bbb.txt
  llvm/utils/lit/tests/Inputs/late-tests/ccc.txt
  llvm/utils/lit/tests/Inputs/late-tests/lit.cfg
  llvm/utils/lit/tests/late-tests.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97046.324958.patch
Type: text/x-patch
Size: 3864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/151bd4ce/attachment.bin>


More information about the llvm-commits mailing list