Disable pinvoke2.exe test on OSX i386 for now (#5411)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 21 Aug 2017 15:09:06 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 15:09:06 +0000 (17:09 +0200)
Reenable once https://bugzilla.xamarin.com/show_bug.cgi?id=58901 is fixed.

mono/tests/Makefile.am

index d7b3119374d47584deb42bf0b5b4e826ceecc9d2..92955ad51cbb4b1471156465c3447061821c45cc 100755 (executable)
@@ -676,6 +676,11 @@ PLATFORM_DISABLED_TESTS += async-exc-compilation.exe finally_guard.exe finally_b
        unhandled-exception-5.exe unhandled-exception-6.exe unhandled-exception-7.exe unhandled-exception-8.exe
 endif
 
+if HOST_DARWIN
+# TODO: remove once https://bugzilla.xamarin.com/show_bug.cgi?id=58901 is fixed
+PLATFORM_DISABLED_TESTS += pinvoke2.exe
+endif
+
 endif
 
 if POWERPC