Author: Vitaly Buka Date: 2020-12-01T16:54:14-08:00 New Revision: bdd6718bef6f2b1f74c346b239debd6c511e4265
URL: https://github.com/llvm/llvm-project/commit/bdd6718bef6f2b1f74c346b239debd6c511e4265 DIFF: https://github.com/llvm/llvm-project/commit/bdd6718bef6f2b1f74c346b239debd6c511e4265.diff LOG: [NFC] Disable new test from D92428 on PPC TSAN Added: Modified: compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp Removed: ################################################################################ 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 8330384a305a..29b9ae53b2bd 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 <string.h> #ifndef BUILD_DSO _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits