[powerpc] make test case as xfail
authorBill Seurer <seurer@linux.vnet.ibm.com>
Mon, 25 Jan 2016 23:03:04 +0000 (23:03 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Mon, 25 Jan 2016 23:03:04 +0000 (23:03 +0000)
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

compiler-rt/test/tsan/race_on_mutex.c

index d998fdc..8ac9481 100644 (file)
@@ -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;