[tests] Fails on Android ARM64
authorMarek Habersack <grendel@twistedcode.net>
Thu, 2 Jul 2015 15:15:53 +0000 (17:15 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:30 +0000 (20:45 +0200)
The test works on all the other supported architectures but segfaults on
ARM64 (Nexus 9 running Lollipop 5.1.1)

mcs/class/corlib/Test/System/TypedReferenceTest.cs

index f435ff9a9f3e718f191d61110c4f15136716274a..562a1489bfffdd289bc541d482c2a0059a04de22 100644 (file)
@@ -58,6 +58,7 @@ namespace MonoTests.System
                }
 
                [Test]
+               [Category ("AndroidNotWorking")] // Segfault on ARM64
                public void MakeTypedReference ()
                {
                        var o = new CClass () { a = new AStruct () { b = "5" }};