summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-01-10 09:40:56 +0000
committerDiana Picus <diana.picus@linaro.org>2019-01-10 09:40:56 +0000
commitdecce557583b526d3c837726e0be8a8749c5ab99 (patch)
treea5bafa7904db573d10aa19b52e6a9cb8158b26c7 /compiler-rt/test
parentc05e6f430eba781e4278a28dec90c2a3e4e6d136 (diff)
downloadbcm5719-llvm-decce557583b526d3c837726e0be8a8749c5ab99.tar.gz
bcm5719-llvm-decce557583b526d3c837726e0be8a8749c5ab99.zip
[asan] Mark tests as UNSUPPORTED on arm
Temporarily mark a couple of tests as UNSUPPORTED until we figure out why they fail on the thumb bots. The failure was introduced in r350139 - Add support for background thread on NetBSD in ASan. llvm-svn: 350806
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc2
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc2
2 files changed, 2 insertions, 2 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 f7bccbfbe8d..75a96ffd188 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
-// UNSUPPORTED: android-26
+// UNSUPPORTED: android-26, arm
#include <string.h>
char *g;
diff --git a/compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc b/compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
index e01d416cb80..ed213036f98 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
@@ -16,7 +16,7 @@
// XFAIL: msan
// XFAIL: ubsan
-// UNSUPPORTED: freebsd, solaris, darwin
+// UNSUPPORTED: freebsd, solaris, darwin, arm
#include <string.h>
#include <stdio.h>
OpenPOWER on IntegriCloud