forked from OSchip/llvm-project
[msan] Disable flaky fork.cc on PPC64.
This test is very flaky on PPC64 (both BE and LE), but not on other platforms. llvm-svn: 282315
This commit is contained in:
parent
aa098de715
commit
5ab97ec2f6
|
@ -10,6 +10,9 @@
|
|||
// a kernel bug:
|
||||
// https://lkml.org/lkml/2014/2/17/324
|
||||
|
||||
// Flaky on PPC64.
|
||||
// UNSUPPORTED: powerpc64-target-arch
|
||||
// UNSUPPORTED: powerpc64le-target-arch
|
||||
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue