[Mlir-commits] [mlir] 538f69f - Disable flaky MLIR async.mlir test on ASan.

Mitch Phillips llvmlistbot at llvm.org
Wed Dec 7 09:47:21 PST 2022


Author: Mitch Phillips
Date: 2022-12-07T09:47:08-08:00
New Revision: 538f69f69c767a576e63fad0a31f25ab2242c616

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

LOG: Disable flaky MLIR async.mlir test on ASan.

Test keeps flaking on the ASan buildbot:
https://github.com/llvm/llvm-project/issues/57231

Added: 
    

Modified: 
    mlir/test/mlir-cpu-runner/async.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/mlir-cpu-runner/async.mlir b/mlir/test/mlir-cpu-runner/async.mlir
index 85e260f504f91..8f387121ad416 100644
--- a/mlir/test/mlir-cpu-runner/async.mlir
+++ b/mlir/test/mlir-cpu-runner/async.mlir
@@ -7,6 +7,7 @@
 // RUN: | FileCheck %s
 
 // FIXME: https://github.com/llvm/llvm-project/issues/57231
+// UNSUPPORTED: asan
 // UNSUPPORTED: hwasan
 
 func.func @main() {


        


More information about the Mlir-commits mailing list