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>
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to