From 7b3c72a397b094c6779f4ae1c4ddf4d9047c6e63 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Thu, 3 Mar 2016 23:07:43 +0000 Subject: [PATCH] [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 --- compiler-rt/test/tsan/java_race_pc.cc | 5 +++-- 1 file 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 53dc897..0f696d7 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() { } -- 2.7.4