aboutsummaryrefslogtreecommitdiff
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
commitb46b098b139fa4d86686ba8f0ba971611113a1f6 (patch)
tree35a6b242025bd0ba429908dad862eb3cf7f64bd8
parent9b1176fd6c75a53b4331638c8235a207f4147def (diff)
Mark MSan fork test as UNSUPPORTED on NetBSD
This test sometimes hangs for unknown reason. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@344038 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/msan/fork.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/msan/fork.cc b/test/msan/fork.cc
index e4dc54908..87d71f87e 100644
--- a/test/msan/fork.cc
+++ b/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>