[compiler-rt] r304010 - [LSAN-ARM] Marking new test unsupported on ARMHF due to bot failures

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 10:31:34 PDT 2017


Author: rengolin
Date: Fri May 26 12:31:33 2017
New Revision: 304010

URL: http://llvm.org/viewvc/llvm-project?rev=304010&view=rev
Log:
[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.

Modified:
    compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc

Modified: compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc?rev=304010&r1=304009&r2=304010&view=diff
==============================================================================
--- compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc (original)
+++ compiler-rt/trunk/test/lsan/TestCases/many_tls_keys.cc Fri May 26 12:31:33 2017
@@ -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>




More information about the llvm-commits mailing list