[tests] Disable a Unix signal test on Android
authorMarek Habersack <grendel@twistedcode.net>
Tue, 18 Aug 2015 12:55:09 +0000 (14:55 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Tue, 18 Aug 2015 12:56:55 +0000 (14:56 +0200)
The test causes the runtime to silently crash in fashion similar to what
real-time signals do to the runtime (a segfault without a single trace
of a crash, causing the process to just hang)

mcs/class/Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs

index f88defeaff50b92118b6d1f2fec9d742ce00a208..8d4c63c6564678dbb0754d4a4be4e381eca79321 100644 (file)
@@ -118,6 +118,7 @@ namespace MonoTests.Mono.Unix {
                }
 
                [Test]
+               [Category ("AndroidNotWorking")] // Crashes (silently) the runtime in similar fashion to real-time signals
                public void TestSignumProperty ()
                {
                        UnixSignal signal1 = new UnixSignal (Signum.SIGSEGV);