[compiler-rt] r344038 - Mark MSan fork test as UNSUPPORTED on NetBSD
Kamil Rytarowski via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 04:24:11 PDT 2018
Author: kamil
Date: Tue Oct 9 04:24:10 2018
New Revision: 344038
URL: http://llvm.org/viewvc/llvm-project?rev=344038&view=rev
Log:
Mark MSan fork test as UNSUPPORTED on NetBSD
This test sometimes hangs for unknown reason.
Modified:
compiler-rt/trunk/test/msan/fork.cc
Modified: compiler-rt/trunk/test/msan/fork.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/fork.cc?rev=344038&r1=344037&r2=344038&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/fork.cc (original)
+++ compiler-rt/trunk/test/msan/fork.cc Tue Oct 9 04:24:10 2018
@@ -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>
More information about the llvm-commits
mailing list