[powerpc] make test case as xfail

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
This commit is contained in:
Bill Seurer 2016-01-25 23:03:04 +00:00
parent bbdf697a51
commit 3108513a99
1 changed files with 2 additions and 2 deletions

View 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;