summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-06-28 23:27:55 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-06-28 23:27:55 +0000
commit10edf2e95ebca01a2c8442ee29e5f2d942f382d0 (patch)
tree650cdf88c7c6976ab9a47f66cb3e34d70369b8b5 /test
parent573ea0e399b1f1439fa402dbd26be9d33dbdbe4d (diff)
[asan] Change 3 tests from XFAIL to UNSUPPORTED.
The failure in https://github.com/google/sanitizers/issues/981 is flaky. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Linux/quarantine_size_mb.cc2
-rw-r--r--test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc2
-rw-r--r--test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/asan/TestCases/Linux/quarantine_size_mb.cc b/test/asan/TestCases/Linux/quarantine_size_mb.cc
index 0d128dac7..f7bccbfbe 100644
--- a/test/asan/TestCases/Linux/quarantine_size_mb.cc
+++ b/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 <string.h>
char *g;
diff --git a/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc b/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc
index 970db74c8..3013a3c3f 100644
--- a/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc
+++ b/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 <string.h>
#include <stdio.h>
diff --git a/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc b/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc
index f0fec3fde..f7d8b4d64 100644
--- a/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc
+++ b/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 <stdlib.h>
#include <stdio.h>