[llvm] [lit] Optionally exclude xfail tests (PR #151191)
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 10:44:50 PDT 2025
================
@@ -5,6 +5,18 @@
# RUN: %{inputs}/xfail-cl \
# RUN: | FileCheck --check-prefix=CHECK-FILTER %s
+# RUN: %{lit} --xfail 'false.txt;false2.txt;top-level-suite :: b :: test.txt' \
----------------
jdenny-ornl wrote:
We should have an `XFAIL: foo` case where `foo` is false.
https://github.com/llvm/llvm-project/pull/151191
More information about the llvm-commits
mailing list