diff options
Diffstat (limited to 'compiler-rt/test/tsan/cond_cancel.c')
-rw-r--r-- | compiler-rt/test/tsan/cond_cancel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/cond_cancel.c b/compiler-rt/test/tsan/cond_cancel.c index ca56e8ee981..fb6a66136b8 100644 --- a/compiler-rt/test/tsan/cond_cancel.c +++ b/compiler-rt/test/tsan/cond_cancel.c @@ -7,8 +7,8 @@ // of the thread to "ThreadStatusFinished" failing a check in "SetJoined" // (defined in sanitizer_thread_registry.cc). It might seem a bug on glibc, // however the same version GLIBC-2.17 will not make fail the test on -// powerpc64 (VMA=46) -// XFAIL: powerpc64 +// powerpc64 BE (VMA=46) +// XFAIL: powerpc64-unknown-linux-gnu #include "test.h" |