Disable the test added by 37ad145b2f00beb3e1aa9b86e306fbcbc50df3fe, it doesn't work...
authorZoltan Varga <vargaz@gmail.com>
Tue, 14 Jul 2015 13:00:40 +0000 (09:00 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 14 Jul 2015 13:00:40 +0000 (09:00 -0400)
mono/tests/pinvoke2.cs

index 46176ec5d33159ba6a9b46ff159fd3d0c8363658..d4d6bebd0db5b76eddf9fcf91acd1f9438413c99 100644 (file)
@@ -499,6 +499,8 @@ public class Tests {
                return 0;
        }
 
+       /* FIXME: This doesn't work on all platforms */
+       /*
        public static int test_0_marshal_empty_struct_cpp () {
                EmptyStructCpp es = new EmptyStructCpp ();
 
@@ -506,6 +508,7 @@ public class Tests {
                
                return 0;
        }
+       */
 
        public static int test_0_marshal_lpstruct () {
                SimpleStruct ss = new  SimpleStruct ();