summaryrefslogtreecommitdiff
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
commit763a18b72b41c167d902ae63b7a1c67927895c6b (patch)
tree0e182d44cd2d56a6158f2f07298b1c74e3c3c82d
parent9f3daad2f06585bc1048c66fed6ad24d3c27cd61 (diff)
downloadcompiler-rt-763a18b72b41c167d902ae63b7a1c67927895c6b.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@350806 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Linux/quarantine_size_mb.cc2
-rw-r--r--test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/asan/TestCases/Linux/quarantine_size_mb.cc b/test/asan/TestCases/Linux/quarantine_size_mb.cc
index f7bccbfbe..75a96ffd1 100644
--- a/test/asan/TestCases/Linux/quarantine_size_mb.cc
+++ b/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/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc b/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
index e01d416cb..ed213036f 100644
--- a/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
+++ b/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>