[PATCH] D96371: [lit] Add --ignore-fail
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 01:06:13 PST 2021
jhenderson added a comment.
I'm coming around to the benefits of this, but first have you considered whether the D96662 <https://reviews.llvm.org/D96662> would be sufficient for your needs? It seems that you could use that to ignore/xfail the bad tests and continue, without using --ignore-fail and risk accidentally missing failures to do with your work (possibly in more obscure places).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96371/new/
https://reviews.llvm.org/D96371
More information about the llvm-commits
mailing list