[Mlir-commits] [mlir] 3c4468e - [mlir] XFAIL IR/elements-attr-interface.mlir on SystemZ
Ulrich Weigand
llvmlistbot at llvm.org
Tue Jul 12 00:38:21 PDT 2022
Author: Ulrich Weigand
Date: 2022-07-12T09:37:19+02:00
New Revision: 3c4468e67f0d3ee4eb00f0485fd5292e977abc4a
URL: https://github.com/llvm/llvm-project/commit/3c4468e67f0d3ee4eb00f0485fd5292e977abc4a
DIFF: https://github.com/llvm/llvm-project/commit/3c4468e67f0d3ee4eb00f0485fd5292e977abc4a.diff
LOG: [mlir] XFAIL IR/elements-attr-interface.mlir on SystemZ
This is still failing as endianness of binary blob external
resources is still not handled correctly.
Added:
Modified:
mlir/test/IR/elements-attr-interface.mlir
Removed:
################################################################################
diff --git a/mlir/test/IR/elements-attr-interface.mlir b/mlir/test/IR/elements-attr-interface.mlir
index 3af3d97265cdc..accd151c1889f 100644
--- a/mlir/test/IR/elements-attr-interface.mlir
+++ b/mlir/test/IR/elements-attr-interface.mlir
@@ -1,5 +1,8 @@
// RUN: mlir-opt %s -test-elements-attr-interface -verify-diagnostics
+// Parsing external resources does not work on big-endian platforms currently
+// XFAIL: s390x-
+
// This test contains various `ElementsAttr` attributes, and tests the support
// for iterating the values of these attributes using various native C++ types.
// This tests that the abstract iteration of ElementsAttr works properly, and
More information about the Mlir-commits
mailing list