[llvm] [FileCheck] Create test to highlight the "more than 9 back-references" issue. (PR #173501)
Thomas Symalla via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 29 01:41:43 PST 2025
================
@@ -0,0 +1,8 @@
+; RUN: FileCheck -input-file %s %s
----------------
tsymalla wrote:
I don't see it that way. The docs state:
Conversely, XFAIL actually runs the test but expects a failure output
And this is what is happening here.
In reality, we do not seem to have any test coverage for this case so I don't think we should waste time on discussing whether XFAIL or not is appropriate here. It fits the case and the intend is to fix this issue, not to highlight there is an issue that is actually intended behavior.
https://github.com/llvm/llvm-project/pull/173501
More information about the llvm-commits
mailing list