[NFC] Disable new test from D92428 on PPC TSAN
authorVitaly Buka <vitalybuka@google.com>
Wed, 2 Dec 2020 00:53:18 +0000 (16:53 -0800)
committerVitaly Buka <vitalybuka@google.com>
Wed, 2 Dec 2020 00:54:14 +0000 (16:54 -0800)
compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp

index 8330384..29b9ae5 100644 (file)
@@ -8,6 +8,9 @@
 // Do not intercept __tls_get_addr
 // UNSUPPORTED: lsan, ubsan, android
 
+// FIXME: Investigate
+// XFAIL: ppc && tsan
+
 #include <string.h>
 
 #ifndef BUILD_DSO