[PATCH] D96662: [lit] Add --skip (inverse of --filter)
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 06:19:14 PST 2021
davezarzycki updated this revision to Diff 323732.
davezarzycki added a comment.
I agree that both `--skip` (a.k.a. `LIT_SKIP`) and `--xfail` (a.k.a. `LIT_XFAIL`) are independently useful so I've updated the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96662/new/
https://reviews.llvm.org/D96662
Files:
llvm/docs/CommandGuide/lit.rst
llvm/utils/lit/lit/cl_arguments.py
llvm/utils/lit/lit/main.py
llvm/utils/lit/tests/Inputs/xfail-cl/false.txt
llvm/utils/lit/tests/Inputs/xfail-cl/lit.cfg
llvm/utils/lit/tests/Inputs/xfail-cl/true.txt
llvm/utils/lit/tests/selecting.py
llvm/utils/lit/tests/xfail-cl.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96662.323732.patch
Type: text/x-patch
Size: 6993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/36b3cf68/attachment.bin>
More information about the llvm-commits
mailing list