diff options
| author | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-03-03 23:07:43 +0000 |
|---|---|---|
| committer | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-03-03 23:07:43 +0000 |
| commit | 7b3c72a397b094c6779f4ae1c4ddf4d9047c6e63 (patch) | |
| tree | 71446098541e84b898ad465569cc5e3c05501482 | |
| parent | f2b521ffc5498f271b83f2b74da9faa440008d63 (diff) | |
| download | bcm5719-llvm-7b3c72a397b094c6779f4ae1c4ddf4d9047c6e63.tar.gz bcm5719-llvm-7b3c72a397b094c6779f4ae1c4ddf4d9047c6e63.zip | |
[powerpc] activate java_race_pc.cc on powerpc64le
The test case compiler-rt/test/tsan/java_race_pc.cc fails on powerpc64
big endian but not little endian.
llvm-svn: 262669
| -rw-r--r-- | compiler-rt/test/tsan/java_race_pc.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/java_race_pc.cc b/compiler-rt/test/tsan/java_race_pc.cc index 53dc8976a78..0f696d7e700 100644 --- a/compiler-rt/test/tsan/java_race_pc.cc +++ b/compiler-rt/test/tsan/java_race_pc.cc @@ -1,10 +1,11 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s -// This test fails on powerpc64 on both VMA (44 and 46). +// This test fails on powerpc64 big endian. // The Tsan report is returning wrong information about // the location of the race. -// XFAIL: powerpc64 +// XFAIL: powerpc64-unknown-linux-gnu #include "java.h" + void foobar() { } |

