[tests] Runtime segfaults on Android, probably due to AppDomain.Unload
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 10:01:09 +0000 (12:01 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:40 +0000 (20:45 +0200)
mcs/class/corlib/Test/System.Runtime.InteropServices/GCHandleTest.cs

index 17fe0d9045df543807ec622c71fa8e48c1032cab..27c77f182c9c50c665a1784dd1675cb523ac4deb 100644 (file)
@@ -130,6 +130,7 @@ namespace MonoTests.System.Runtime.InteropServices
                }
 #if !MONOTOUCH
                [Test]
+               [Category("MobileNotWorking")] // SIGSEGV, probably on AppDomain.Unload
                public void WeakHandleWorksOnNonRootDomain ()
                {
                        //Console.WriteLine("current app domain: " + AppDomain.CurrentDomain.Id);