diff options
Diffstat (limited to 'test/tsan/java_race_pc.cc')
-rw-r--r-- | test/tsan/java_race_pc.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tsan/java_race_pc.cc b/test/tsan/java_race_pc.cc index 015a0b1f43c6..0745ade6c479 100644 --- a/test/tsan/java_race_pc.cc +++ b/test/tsan/java_race_pc.cc @@ -1,4 +1,8 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s +// This test fails on powerpc64 on both VMA (44 and 46). +// The Tsan report is returning wrong information about +// the location of the race. +// XFAIL: powerpc64 #include "java.h" void foobar() { |