[Mlir-commits] [mlir] [mlir] Filter out failing tests when expensive checks are ON (PR #216323)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Aug 17 01:56:25 PDT 2026


================
@@ -1,4 +1,4 @@
-// REQUIRES: arm-emulator
+// REQUIRES: arm-emulator, !mlir-expensive-checks
----------------
ftynse wrote:

Why this is not an XFAIL?

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


More information about the Mlir-commits mailing list