diff options
Diffstat (limited to 'compiler-rt/test/tsan/signal_errno.cc')
-rw-r--r-- | compiler-rt/test/tsan/signal_errno.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/signal_errno.cc b/compiler-rt/test/tsan/signal_errno.cc index ce19950be64..e13e156fdf6 100644 --- a/compiler-rt/test/tsan/signal_errno.cc +++ b/compiler-rt/test/tsan/signal_errno.cc @@ -1,7 +1,7 @@ // RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s -// This test fails on powerpc64 (VMA=44), it does not appear to be +// This test fails on powerpc64 BE (VMA=44), it does not appear to be // a functional problem, but the Tsan report is missing some info. -// XFAIL: powerpc64 +// XFAIL: powerpc64-unknown-linux-gnu #include "test.h" #include <signal.h> |