summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
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/sanitizer_common
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/sanitizer_common')
-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
2 files changed, 2 insertions, 2 deletions
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>