summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-10-09 11:24:10 +0000
committerKamil Rytarowski <n54@gmx.com>2018-10-09 11:24:10 +0000
commitd1d2e45218b8db694299d572946ce2d6ad1fc614 (patch)
tree00d7d7ff97578cb91f8f87ed611aea8b3d343394 /compiler-rt
parentc8fe772ac43fb375fb2ec0caf64310b54af26a5d (diff)
downloadbcm5719-llvm-d1d2e45218b8db694299d572946ce2d6ad1fc614.tar.gz
bcm5719-llvm-d1d2e45218b8db694299d572946ce2d6ad1fc614.zip
Mark MSan fork test as UNSUPPORTED on NetBSD
This test sometimes hangs for unknown reason. llvm-svn: 344038
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/msan/fork.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/fork.cc b/compiler-rt/test/msan/fork.cc
index e4dc5490887..87d71f87efe 100644
--- a/compiler-rt/test/msan/fork.cc
+++ b/compiler-rt/test/msan/fork.cc
@@ -14,6 +14,9 @@
// UNSUPPORTED: powerpc64-target-arch
// UNSUPPORTED: powerpc64le-target-arch
+// Sometimes hangs
+// UNSUPPORTED: netbsd
+
#include <pthread.h>
#include <unistd.h>
#include <stdio.h>
OpenPOWER on IntegriCloud