summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc2
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc2
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc2
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 0d128dac7dc..f7bccbfbe8d 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 <string.h>
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 970db74c817..3013a3c3fd7 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 <string.h>
#include <stdio.h>
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 f0fec3fde59..f7d8b4d6401 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 <stdlib.h>
#include <stdio.h>
OpenPOWER on IntegriCloud