Temporarily disable paltest_pal_sxs_test1 on NetBSD
authorKamil Rytarowski <n54@gmx.com>
Mon, 22 Feb 2016 00:01:04 +0000 (01:01 +0100)
committerKamil Rytarowski <n54@gmx.com>
Mon, 22 Feb 2016 00:01:04 +0000 (01:01 +0100)
This test has been also disabled on FreeBSD as hardware exceptions
always seem to abort on NetBSD as well.

Related issues: dotnet/coreclr#2090 dotnet/coreclr#3287

src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp

index b78cfa8..3a4aa55 100644 (file)
@@ -20,7 +20,7 @@ extern "C" int DllTest2();
 
 int main(int argc, char *argv[])
 {
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
     if (0 != InitializeDllTest1())
     {
         return 1;