[compiler-rt] 34f8a7f - [lsan][test] Disable many_tls_keys_pthread.cpp on AArch64
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 03:29:43 PDT 2021
Author: David Spickett
Date: 2021-04-06T11:28:02+01:00
New Revision: 34f8a7f93c98b7c189f9684d0d207ab42aca166f
URL: https://github.com/llvm/llvm-project/commit/34f8a7f93c98b7c189f9684d0d207ab42aca166f
DIFF: https://github.com/llvm/llvm-project/commit/34f8a7f93c98b7c189f9684d0d207ab42aca166f.diff
LOG: [lsan][test] Disable many_tls_keys_pthread.cpp on AArch64
Partially reverts 04dbb63400c5fa2f263d7473272509be572a367a.
This test requires 9be8f8b34d9b150cd1811e3556fe9d0cd735ae29
which is/has been reverted a few times but this test was
left enabled.
Currently that change is reverted and this test is failing:
http://lab.llvm.org:8011/#/builders/7/builds/2327
Added:
Modified:
compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp b/compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
index 8c4970c9b137..63a72481eca9 100644
--- a/compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
+++ b/compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
@@ -7,7 +7,7 @@
// On glibc, this requires the range returned by GetTLS to include
// specific_1stblock and specific in `struct pthread`.
-// UNSUPPORTED: arm-linux, armhf-linux
+// UNSUPPORTED: arm-linux, armhf-linux, aarch64
// TSD on NetBSD does not use TLS
// UNSUPPORTED: netbsd
More information about the llvm-commits
mailing list