[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:
Evgeniy Stepanov 2016-09-23 23:41:44 +00:00
parent aa098de715
commit 5ab97ec2f6
1 changed files with 4 additions and 1 deletions

View File

@ -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>