Skip to content

Commit 34f8a7f

Browse files
committed
[lsan][test] Disable many_tls_keys_pthread.cpp on AArch64
Partially reverts 04dbb63. This test requires 9be8f8b 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
1 parent f2a3601 commit 34f8a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// On glibc, this requires the range returned by GetTLS to include
99
// specific_1stblock and specific in `struct pthread`.
10-
// UNSUPPORTED: arm-linux, armhf-linux
10+
// UNSUPPORTED: arm-linux, armhf-linux, aarch64
1111

1212
// TSD on NetBSD does not use TLS
1313
// UNSUPPORTED: netbsd

0 commit comments

Comments
 (0)