[Mlir-commits] [mlir] 1cf130d - Exclude known failure case (#186305)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Mar 12 20:48:45 PDT 2026


Author: Jacques Pienaar
Date: 2026-03-13T03:48:41Z
New Revision: 1cf130d3f153481c9730d0a720c3e1c470c51799

URL: https://github.com/llvm/llvm-project/commit/1cf130d3f153481c9730d0a720c3e1c470c51799
DIFF: https://github.com/llvm/llvm-project/commit/1cf130d3f153481c9730d0a720c3e1c470c51799.diff

LOG: Exclude known failure case (#186305)

External resources does not produce same result on big-endian. Keeping
this test for regressions of the encoding scoped keeps it simple while
it doesn't affect the usage there. So just mark as XFAIL.

Added: 
    

Modified: 
    mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir b/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
index 903c918ff7ea0..1ca6a47e97b8b 100644
--- a/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
+++ b/mlir/test/Dialect/Builtin/Bytecode/builtin_fixed.mlir
@@ -11,6 +11,9 @@
 
 // allow-unregisterd-dialect is set to allow for the string constant types.
 
+// Parsing external resources does not work on big-endian platforms currently
+// XFAIL: target={{(s390x|sparc.*)-.*}}
+
 module {
 
 //===----------------------------------------------------------------------===//


        


More information about the Mlir-commits mailing list