[asan] Disable 3 tests on Android O+.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 28 Jun 2018 22:54:55 +0000 (22:54 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 28 Jun 2018 22:54:55 +0000 (22:54 +0000)
https://github.com/google/sanitizers/issues/981

llvm-svn: 335937

compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc
compiler-rt/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc
compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc

index 239eeab..0d128da 100644 (file)
@@ -5,6 +5,10 @@
 // RUN: %env_asan_opts=quarantine_size_mb=10:quarantine_size=20:verbosity=1  not %run %t  2>&1 | FileCheck %s  --check-prefix=BOTH
 // RUN: %env_asan_opts=quarantine_size_mb=1000:hard_rss_limit_mb=50 not  %run %t          2>&1 | FileCheck %s  --check-prefix=RSS_LIMIT
 // 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
+
 #include <string.h>
 char *g;
 
index 3c875c1..970db74 100644 (file)
@@ -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>
index 4c373f1..f0fec3f 100644 (file)
 // 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>