[Mlir-commits] [mlir] 14b480b - [test][mlir] Disable tests with HWASAN
Vitaly Buka
llvmlistbot at llvm.org
Thu Aug 18 10:19:29 PDT 2022
Author: Vitaly Buka
Date: 2022-08-18T10:19:18-07:00
New Revision: 14b480b0929a4215160388a51643d3745982b8de
URL: https://github.com/llvm/llvm-project/commit/14b480b0929a4215160388a51643d3745982b8de
DIFF: https://github.com/llvm/llvm-project/commit/14b480b0929a4215160388a51643d3745982b8de.diff
LOG: [test][mlir] Disable tests with HWASAN
Re-enable after fixing https://github.com/llvm/llvm-project/issues/57231
Added:
Modified:
mlir/test/mlir-cpu-runner/async-error.mlir
mlir/test/mlir-cpu-runner/async-group.mlir
mlir/test/mlir-cpu-runner/async-value.mlir
mlir/test/mlir-cpu-runner/async.mlir
Removed:
################################################################################
diff --git a/mlir/test/mlir-cpu-runner/async-error.mlir b/mlir/test/mlir-cpu-runner/async-error.mlir
index ffcec6e7c3f87..2cb9f6f25fe4b 100644
--- a/mlir/test/mlir-cpu-runner/async-error.mlir
+++ b/mlir/test/mlir-cpu-runner/async-error.mlir
@@ -6,6 +6,9 @@
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
// RUN: | FileCheck %s --dump-input=always
+// FIXME: https://github.com/llvm/llvm-project/issues/57231
+// UNSUPPORTED: hwasan
+
func.func @main() {
%false = arith.constant 0 : i1
diff --git a/mlir/test/mlir-cpu-runner/async-group.mlir b/mlir/test/mlir-cpu-runner/async-group.mlir
index 691736bd1bbd8..fd3156588370f 100644
--- a/mlir/test/mlir-cpu-runner/async-group.mlir
+++ b/mlir/test/mlir-cpu-runner/async-group.mlir
@@ -13,6 +13,9 @@
// to keep the bot green for now.
// UNSUPPORTED: asan
+// FIXME: https://github.com/llvm/llvm-project/issues/57231
+// UNSUPPORTED: hwasan
+
func.func @main() {
%c1 = arith.constant 1 : index
%c5 = arith.constant 5 : index
diff --git a/mlir/test/mlir-cpu-runner/async-value.mlir b/mlir/test/mlir-cpu-runner/async-value.mlir
index 35a40a912d597..26171b08a8b05 100644
--- a/mlir/test/mlir-cpu-runner/async-value.mlir
+++ b/mlir/test/mlir-cpu-runner/async-value.mlir
@@ -6,6 +6,9 @@
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
// RUN: | FileCheck %s --dump-input=always
+// FIXME: https://github.com/llvm/llvm-project/issues/57231
+// UNSUPPORTED: hwasan
+
func.func @main() {
// ------------------------------------------------------------------------ //
diff --git a/mlir/test/mlir-cpu-runner/async.mlir b/mlir/test/mlir-cpu-runner/async.mlir
index d9b4c0734cc1c..63dd18564f184 100644
--- a/mlir/test/mlir-cpu-runner/async.mlir
+++ b/mlir/test/mlir-cpu-runner/async.mlir
@@ -6,6 +6,9 @@
// RUN: -shared-libs=%linalg_test_lib_dir/libmlir_async_runtime%shlibext \
// RUN: | FileCheck %s
+// FIXME: https://github.com/llvm/llvm-project/issues/57231
+// UNSUPPORTED: hwasan
+
func.func @main() {
%i0 = arith.constant 0 : index
%i1 = arith.constant 1 : index
More information about the Mlir-commits
mailing list