[Mlir-commits] [mlir] 5f781dd - [MLIR] Mark test case XFAIL on SystemZ for now.
Jonas Paulsson
llvmlistbot at llvm.org
Mon Sep 13 07:51:03 PDT 2021
Author: Jonas Paulsson
Date: 2021-09-13T16:48:31+02:00
New Revision: 5f781ddffc0c93629b1a4998bf9f92cea7d6176a
URL: https://github.com/llvm/llvm-project/commit/5f781ddffc0c93629b1a4998bf9f92cea7d6176a
DIFF: https://github.com/llvm/llvm-project/commit/5f781ddffc0c93629b1a4998bf9f92cea7d6176a.diff
LOG: [MLIR] Mark test case XFAIL on SystemZ for now.
mlir-cpu-runner/math_polynomial_approx.mlir
This test case is currently failing on SystemZ, but it does not appear to
necessarily be a target specific problem. See discussion at
https://bugs.llvm.org/show_bug.cgi?id=51204.
Added:
Modified:
mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir
Removed:
################################################################################
diff --git a/mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir b/mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir
index e1b547df8ddb6..6ea9cf04444c5 100644
--- a/mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir
+++ b/mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir
@@ -8,6 +8,9 @@
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_runner_utils%shlibext \
// RUN: | FileCheck %s
+// XFAIL: s390x
+// (see https://bugs.llvm.org/show_bug.cgi?id=51204)
+
// -------------------------------------------------------------------------- //
// Tanh.
// -------------------------------------------------------------------------- //
More information about the Mlir-commits
mailing list