[llvm] [lit] Optionally exclude xfail tests (PR #151191)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 10:59:34 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' \
----------------
mtrofin wrote:

like a Inputs/false-xfail.txt (same as true-xfail.txt but RUN: false)?

https://github.com/llvm/llvm-project/pull/151191


More information about the llvm-commits mailing list