[compiler-rt] 954582c - tsan: disable dlopen_static_tls.cpp test on powerpc64

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 04:13:48 PST 2021


Author: Dmitry Vyukov
Date: 2021-12-06T13:13:43+01:00
New Revision: 954582cdfc23a5dd90cb5bf6e5a0c45db300169e

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

LOG: tsan: disable dlopen_static_tls.cpp test on powerpc64

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D115142

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 84c3ddfd828f8..a53fc70346ad3 100644
--- a/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp
+++ b/compiler-rt/test/tsan/Linux/dlopen_static_tls.cpp
@@ -21,8 +21,10 @@
 //   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
+// Failing on bots:
+// https://lab.llvm.org/buildbot#builders/184/builds/1580
+// https://lab.llvm.org/buildbot#builders/18/builds/3167
+// UNSUPPORTED: aarch64, powerpc64, powerpc64le
 
 #ifdef BUILD_SO
 


        


More information about the llvm-commits mailing list