From: Alexander Köplinger Date: Fri, 28 Oct 2016 01:14:48 +0000 (+0200) Subject: [corlib] Disable a few tests that are not supported on MOBILE_STATIC for now X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=841db2c41bb0ca953f47c32cdfeeac40f84f3c42;p=mono.git [corlib] Disable a few tests that are not supported on MOBILE_STATIC for now They were added in 895f3f5ae8e22c14511baa8c2a5c3f1b17009c02. --- diff --git a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs index 18f58415a1b..7f4925f9782 100644 --- a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs +++ b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs @@ -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()]