tsan: disable dlopen_static_tls.cpp test on powerpc64
authorDmitry Vyukov <dvyukov@google.com>
Mon, 6 Dec 2021 11:24:10 +0000 (12:24 +0100)
committerDmitry Vyukov <dvyukov@google.com>
Mon, 6 Dec 2021 12:13:43 +0000 (13:13 +0100)
Reviewed By: melver

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

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

index 84c3ddf..a53fc70 100644 (file)
 //   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