From bdd6718bef6f2b1f74c346b239debd6c511e4265 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 1 Dec 2020 16:53:18 -0800 Subject: [PATCH] [NFC] Disable new test from D92428 on PPC TSAN --- .../test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp index 8330384..29b9ae5 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp @@ -8,6 +8,9 @@ // Do not intercept __tls_get_addr // UNSUPPORTED: lsan, ubsan, android +// FIXME: Investigate +// XFAIL: ppc && tsan + #include #ifndef BUILD_DSO -- 2.7.4