[compiler-rt] fd26417 - tsan: disable dlopen_static_tls.cpp test on aarch64

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 4 04:01:52 PST 2021


Author: Dmitry Vyukov
Date: 2021-12-04T13:01:47+01:00
New Revision: fd26417a74034ee49c5de711266552e19f6a21ad

URL: https://github.com/llvm/llvm-project/commit/fd26417a74034ee49c5de711266552e19f6a21ad
DIFF: https://github.com/llvm/llvm-project/commit/fd26417a74034ee49c5de711266552e19f6a21ad.diff

LOG: 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp b/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp
index d7543a26cd345..84c3ddfd828f8 100644
--- a/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp
+++ b/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp
@@ -21,6 +21,9 @@
 //   Previous write of size 8 at 0x7f1fa9bfcdd0 by thread T1:
 //     #0 __tsan_tls_initialization
 
+// Failing on bots: https://lab.llvm.org/buildbot#builders/184/builds/1580
+// UNSUPPORTED: aarch64
+
 #ifdef BUILD_SO
 
 __attribute__((tls_model("initial-exec"))) __thread char x = 42;


        


More information about the llvm-commits mailing list