Mark MSan fork test as UNSUPPORTED on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Tue, 9 Oct 2018 11:24:10 +0000 (11:24 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 9 Oct 2018 11:24:10 +0000 (11:24 +0000)
This test sometimes hangs for unknown reason.

llvm-svn: 344038

compiler-rt/test/msan/fork.cc

index e4dc549..87d71f8 100644 (file)
@@ -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>