Skip to content

Commit fd26417

Browse files
committed
tsan: disable dlopen_static_tls.cpp test on aarch64
Fails on bots: https://lab.llvm.org/buildbot#builders/184/builds/1580 Differential Revision: https://reviews.llvm.org/D115095
1 parent c34d157 commit fd26417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
// Previous write of size 8 at 0x7f1fa9bfcdd0 by thread T1:
2222
// #0 __tsan_tls_initialization
2323

24+
// Failing on bots: https://lab.llvm.org/buildbot#builders/184/builds/1580
25+
// UNSUPPORTED: aarch64
26+
2427
#ifdef BUILD_SO
2528

2629
__attribute__((tls_model("initial-exec"))) __thread char x = 42;

0 commit comments

Comments
 (0)