From: Marek Habersack Date: Tue, 7 Jul 2015 09:30:27 +0000 (+0200) Subject: [tests] Disable on Android X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=70511efc74320aadf385c8dfdbdd42f8498a7488 [tests] Disable on Android Fails with System.MethodAccessException : Method `t17:.ctor ()' is inaccessible from method `t18:.ctor ()' --- diff --git a/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs b/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs index 0f96aed7155..9fc06a5d5a7 100644 --- a/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs +++ b/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs @@ -1182,6 +1182,7 @@ namespace MonoTests.System.Reflection.Emit } [Test] + [Category ("AndroidNotWorking")] // Fails with System.MethodAccessException : Method `t17:.ctor ()' is inaccessible from method `t18:.ctor ()' public void DefineDefaultConstructor_Parent_DefaultCtorInaccessible () { TypeBuilder tb;