diff options
-rw-r--r-- | compiler-rt/test/lsan/TestCases/many_tls_keys.cc | 3 |
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> |