summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-26 17:31:33 +0000
committerRenato Golin <renato.golin@linaro.org>2017-05-26 17:31:33 +0000
commit0338f3e77f7589bc43a1a9b38e7324334da1939c (patch)
treeb5e6a1b1b08cf5ce35ac464a7160e0876bade673 /test/lsan
parent29e1a9ca086738e000a2a7c3e366453fe56f4ed9 (diff)
[LSAN-ARM] Marking new test unsupported on ARMHF due to bot failures
The test was meant for Darwin anyway, so I'm not even sure it's supposed to run on Linux. If it was, then we need time to investigate, but since the test is new, there's no point in reverting the whole patch because of it. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@304010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/TestCases/many_tls_keys.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lsan/TestCases/many_tls_keys.cc b/test/lsan/TestCases/many_tls_keys.cc
index ae5776770..5b5d692a5 100644
--- a/test/lsan/TestCases/many_tls_keys.cc
+++ b/test/lsan/TestCases/many_tls_keys.cc
@@ -9,6 +9,9 @@
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=1" %run %t-pthread 2>&1
// RUN: %env_lsan_opts="" %run %t-pthread 2>&1
+// Patch r303906 did not fix all the problems.
+// UNSUPPORTED: arm-linux,armhf-linux
+
#include <assert.h>
#include <limits.h>
#include <pthread.h>