[llvm-branch-commits] [compiler-rt] 3f0c4bf - [NFC][sanitizer] Fix ppc -> powerpc64 in XFAIL
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 1 18:05:49 PST 2020
Author: Vitaly Buka
Date: 2020-12-01T17:57:42-08:00
New Revision: 3f0c4bfc64f377e6d67db713b3bd4defb495610a
URL: https://github.com/llvm/llvm-project/commit/3f0c4bfc64f377e6d67db713b3bd4defb495610a
DIFF: https://github.com/llvm/llvm-project/commit/3f0c4bfc64f377e6d67db713b3bd4defb495610a.diff
LOG: [NFC][sanitizer] Fix ppc -> powerpc64 in XFAIL
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 29b9ae53b2bd..fd8f73ca713b 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
@@ -9,7 +9,7 @@
// UNSUPPORTED: lsan, ubsan, android
// FIXME: Investigate
-// XFAIL: ppc && tsan
+// XFAIL: powerpc64 && tsan
#include <string.h>
More information about the llvm-branch-commits
mailing list