[powerpc] activate java_race_pc.cc on powerpc64le
authorBill Seurer <seurer@linux.vnet.ibm.com>
Thu, 3 Mar 2016 23:07:43 +0000 (23:07 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Thu, 3 Mar 2016 23:07:43 +0000 (23:07 +0000)
The test case compiler-rt/test/tsan/java_race_pc.cc fails on powerpc64
big endian but not little endian.

llvm-svn: 262669

compiler-rt/test/tsan/java_race_pc.cc

index 53dc897..0f696d7 100644 (file)
@@ -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() {
 }