[TSan] Do not run cond_cancel.c test on ppc64.

After r319004, the expected failure on ppc64 manifests as an infinite
loop.

llvm-svn: 319114
This commit is contained in:
Matt Morehouse 2017-11-27 23:20:47 +00:00
parent a80d94d52b
commit c5330c240b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// (defined in sanitizer_thread_registry.cc). It might seem a bug on glibc,
// however the same version GLIBC-2.17 will not make fail the test on
// powerpc64 BE (VMA=46)
// XFAIL: powerpc64-unknown-linux-gnu
// UNSUPPORTED: powerpc64-unknown-linux-gnu
#include "test.h"