[Mlir-commits] [mlir] f691ff8 - [mlir] Mark test-interpreter unsupported on Windows on Arm

David Spickett llvmlistbot at llvm.org
Fri Jul 7 03:46:32 PDT 2023


Author: David Spickett
Date: 2023-07-07T10:46:02Z
New Revision: f691ff8d6ea3dfcd128fa32fb922694c90a03d1c

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

LOG: [mlir] Mark test-interpreter unsupported on Windows on Arm

This seems to fail every time there is some change in MLIR,
but not always.

For example: https://lab.llvm.org/buildbot/#/builders/65/builds/10415

Added: 
    

Modified: 
    mlir/test/Dialect/Transform/test-interpreter.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Transform/test-interpreter.mlir b/mlir/test/Dialect/Transform/test-interpreter.mlir
index b6ea867df6fc64..18c389641b04c7 100644
--- a/mlir/test/Dialect/Transform/test-interpreter.mlir
+++ b/mlir/test/Dialect/Transform/test-interpreter.mlir
@@ -1,5 +1,7 @@
 // RUN: mlir-opt %s --test-transform-dialect-interpreter -allow-unregistered-dialect --split-input-file --verify-diagnostics | FileCheck %s
 
+// UNSUPPORTED: target=aarch64-pc-windows-msvc
+
 transform.sequence failures(propagate) {
 ^bb0(%arg0: !transform.any_op):
   // expected-remark @below {{applying transformation}}


        


More information about the Mlir-commits mailing list