[llvm-branch-commits] [compiler-rt] bdd6718 - [NFC] Disable new test from D92428 on PPC TSAN
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 1 17:01:38 PST 2020
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
More information about the llvm-branch-commits
mailing list