diff options
| author | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-01-25 23:03:04 +0000 |
|---|---|---|
| committer | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-01-25 23:03:04 +0000 |
| commit | 3108513a99e1131e02167c510f289a2873179549 (patch) | |
| tree | 68c4452089a323907c61d6fdce422c910e711f4c | |
| parent | bbdf697a51e14d6a0f000569cb6c1a87bc172f07 (diff) | |
| download | bcm5719-llvm-3108513a99e1131e02167c510f289a2873179549.tar.gz bcm5719-llvm-3108513a99e1131e02167c510f289a2873179549.zip | |
[powerpc] make test case as xfail
This test case which worked for a while is now failing again. I was unable to
trace the change in status to any particular revision.
llvm-svn: 258739
| -rw-r--r-- | compiler-rt/test/tsan/race_on_mutex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/race_on_mutex.c b/compiler-rt/test/tsan/race_on_mutex.c index d998fdca2df..8ac9481ef02 100644 --- a/compiler-rt/test/tsan/race_on_mutex.c +++ b/compiler-rt/test/tsan/race_on_mutex.c @@ -1,7 +1,7 @@ // RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s -// This test fails on powerpc64 (VMA=46). +// This test fails when run on powerpc64 (VMA=46). // The size of the write reported by Tsan for T1 is 8 instead of 1. -// XFAIL: powerpc64-unknown-linux-gnu +// XFAIL: powerpc64 #include "test.h" pthread_mutex_t Mtx; |

