[corlib] Disable a few tests that are not supported on MOBILE_STATIC for now
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 28 Oct 2016 01:14:48 +0000 (03:14 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 28 Oct 2016 01:14:48 +0000 (03:14 +0200)
They were added in 895f3f5ae8e22c14511baa8c2a5c3f1b17009c02.

mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs

index 18f58415a1bcc83f89fb9b8bc90f225f7d3de746..7f4925f978277dec61f475d4b99daaa8bd7b05e5 100644 (file)
@@ -871,6 +871,7 @@ namespace MonoTests.System.Runtime.InteropServices
                );
 #endif
 
+#if !MOBILE_STATIC
                [StructLayout( LayoutKind.Sequential, Pack = 1 )]
                public class FourByteStruct
                {
@@ -1015,6 +1016,7 @@ namespace MonoTests.System.Runtime.InteropServices
 
                        return objResult;
                }
+#endif
        }
 #if !MOBILE
        [ComImport()]