forked from OSchip/llvm-project
[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:
parent
a80d94d52b
commit
c5330c240b
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue