[PATCH] D83069: [lit] warn if explicitly specified test won't be run indirectly

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 11:01:49 PDT 2020


bd1976llvm updated this revision to Diff 297914.
bd1976llvm marked an inline comment as done.
bd1976llvm edited the summary of this revision.
bd1976llvm added a comment.

Improvements:

  Error rather than warn - lit tests are regression tests!
  Add option to supress check (there is no performance cost if this option is specified).
  Standardized on the terms "direct" and "indirect" in comments and diagnostics.
  Added missing test file.


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

https://reviews.llvm.org/D83069

Files:
  llvm/utils/lit/lit/LitTestCase.py
  llvm/utils/lit/lit/cl_arguments.py
  llvm/utils/lit/lit/discovery.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/Inputs/discovery/test.not-txt
  llvm/utils/lit/tests/discovery.py
  llvm/utils/lit/tests/unit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83069.297914.patch
Type: text/x-patch
Size: 9963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201013/f581561a/attachment.bin>


More information about the llvm-commits mailing list