[PowerPC] Mark sanitizer test case unsupported for powerpc64

The author of "https://reviews.llvm.org/D92428" marked
'resize_tls_dynamic.cpp' with XFAIL for powerpc64 since
it fails on a bunch of PowerPC buildbots. However, the
original test case passes on clang-ppc64le-rhel bot. So
marking this as XFAIL makes this bot to fail as the test
case passes unexpectedly. We are marking this unsupported
on all PowerPC64 for now until it is fixed for all the
PowerPC buildbots.
This commit is contained in:
Ahsan Saghir 2020-12-02 09:03:18 -06:00
parent ca634393fc
commit 5045b831a3
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// UNSUPPORTED: lsan, ubsan, android
// FIXME: Investigate
// XFAIL: powerpc64 && tsan
// UNSUPPORTED: powerpc64
#include <string.h>
@ -55,4 +55,4 @@ extern "C" void StoreToTLS(char c) {
// CHECK-NEXT: DTLS_NextBlock [[DTLS]] 0
// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] 255
// CHECK-NEXT: DTLS_NextBlock [[DTLS]] 1
// CHECK-NOT: DTLS_NextBlock
// CHECK-NOT: DTLS_NextBlock