[llvm] [lit] Optionally exclude xfail tests (PR #151191)
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 11:08:24 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:
Sorry, I mean a test with, e.g., `XFAIL: a-missing-feature`. Because `a-missing-feature` is intentionally a missing feature for the current platform, you don't have to declare it anywhere. In other words, test the issue that originally motivated calling isExpectedToFail.
https://github.com/llvm/llvm-project/pull/151191
More information about the llvm-commits
mailing list