[PATCH] D105208: [lit] Extend --xfail/LIT_XFAIL to take full test name
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 30 11:01:56 PDT 2021
jdenny added a comment.
In D105208#2850670 <https://reviews.llvm.org/D105208#2850670>, @protze.joachim wrote:
> Since you refer to libomptarget, I'm wondering how you want to use this.
> Do you plan to use this for manual lit invocation only or is the plan to hard-wire this option into check targets?
The former. My use case is my own CI config. That is, there are some upstream tests that fail, and there are people investigating to fix them, but it can take a long time. While I'm waiting, I want my CI to be green so I can easily see problems from patches I'm working on. I use these options in my CI config to achieve that.
This patch just makes it possible to be more precise in specifying tests. I cc'ed you because it's relevant after your D101326 <https://reviews.llvm.org/D101326> (a nice improvement, BTW).
For background, D96662 <https://reviews.llvm.org/D96662> has the original `--xfail`/`LIT_XFAIL` review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105208/new/
https://reviews.llvm.org/D105208
More information about the llvm-commits
mailing list