summaryrefslogtreecommitdiffstats
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
commit5ade1f1c8682ac69ddb89065cbd1eee290bbe032 (patch)
tree9da4049a1b36c4b0751975b3c432453e70b4b14f
parent881cc1643a707b06951c7424b4caacd9e3ecab66 (diff)
downloadbcm5719-llvm-5ade1f1c8682ac69ddb89065cbd1eee290bbe032.tar.gz
bcm5719-llvm-5ade1f1c8682ac69ddb89065cbd1eee290bbe032.zip
[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. llvm-svn: 304010
-rw-r--r--compiler-rt/test/lsan/TestCases/many_tls_keys.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/lsan/TestCases/many_tls_keys.cc b/compiler-rt/test/lsan/TestCases/many_tls_keys.cc
index ae577677023..5b5d692a590 100644
--- a/compiler-rt/test/lsan/TestCases/many_tls_keys.cc
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud