summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-06-28 22:54:55 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2018-06-28 22:54:55 +0000
commit573ea0e399b1f1439fa402dbd26be9d33dbdbe4d (patch)
treed6beffc2007892a39b64c0adf7c105574517e709 /test/sanitizer_common
parentd6bd232da4eb9a27bc133912a7e90bef75624fee (diff)
[asan] Disable 3 tests on Android O+.
https://github.com/google/sanitizers/issues/981 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-rw-r--r--test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc3
-rw-r--r--test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc4
2 files changed, 7 insertions, 0 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 3c875c179..970db74c8 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
@@ -16,6 +16,9 @@
// XFAIL: msan
// XFAIL: ubsan
+// https://github.com/google/sanitizers/issues/981
+// XFAIL: android-26
+
#include <string.h>
#include <stdio.h>
#include <unistd.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 4c373f153..f0fec3fde 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
@@ -15,6 +15,10 @@
// XFAIL: tsan
// XFAIL: msan
// XFAIL: ubsan
+
+// https://github.com/google/sanitizers/issues/981
+// XFAIL: android-26
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>