From 3702f9128779ffdd0f3b2c9db88c21379aaf5171 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 28 Jun 2018 23:27:55 +0000 Subject: [PATCH] [asan] Change 3 tests from XFAIL to UNSUPPORTED. The failure in https://github.com/google/sanitizers/issues/981 is flaky. llvm-svn: 335941 --- compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc | 2 +- .../test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc | 2 +- .../test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc b/compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc index 0d128da..f7bccbf 100644 --- a/compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc +++ b/compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc @@ -7,7 +7,7 @@ // RUN: %env_asan_opts=hard_rss_limit_mb=20 not %run %t 2>&1 | FileCheck %s --check-prefix=RSS_LIMIT // https://github.com/google/sanitizers/issues/981 -// XFAIL: android-26 +// UNSUPPORTED: android-26 #include char *g; diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc index 970db74..3013a3c 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc @@ -17,7 +17,7 @@ // XFAIL: ubsan // https://github.com/google/sanitizers/issues/981 -// XFAIL: android-26 +// UNSUPPORTED: android-26 #include #include diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc index f0fec3f..f7d8b4d 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc @@ -17,7 +17,7 @@ // XFAIL: ubsan // https://github.com/google/sanitizers/issues/981 -// XFAIL: android-26 +// UNSUPPORTED: android-26 #include #include -- 2.7.4