From 3c4468e67f0d3ee4eb00f0485fd5292e977abc4a Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 12 Jul 2022 09:37:19 +0200 Subject: [PATCH] [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. --- mlir/test/IR/elements-attr-interface.mlir | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mlir/test/IR/elements-attr-interface.mlir b/mlir/test/IR/elements-attr-interface.mlir index 3af3d97..accd151 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 -- 2.7.4