Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 6 Oct 2015 11:47:37 +0000 (13:47 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 19 Nov 2015 11:54:36 +0000 (12:54 +0100)
commitf1b7be2f5757253147561c2d2439a4649d8e72cb
treef249172c0b0b8c8f8824b421ffcc9d1a4d728781
parentf2b6974b9b8d6506173f1c73940d265ae4d4009c
Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.

In tests replace usages of Thread.Abort with Thread.Interrupt when it looks
like it can work, otherwise just disable the complete test.
18 files changed:
external/referencesource
mcs/build/profiles/monotouch_tv.make
mcs/build/profiles/monotouch_watch.make
mcs/class/System.Web.Services/Makefile
mcs/class/System.Web.Services/Test/System.Web.Services.Protocols/SocketResponder.cs
mcs/class/System/Makefile
mcs/class/System/Test/System.Net/HttpListener2Test.cs
mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
mcs/class/System/Test/System.Net/SocketResponder.cs
mcs/class/corlib/Makefile
mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/Test/System.Diagnostics/StackTraceTest.cs
mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs
mcs/class/corlib/Test/System.Threading/MutexTest.cs
mcs/class/corlib/Test/System.Threading/ThreadCas.cs
mcs/class/corlib/Test/System.Threading/ThreadTest.cs
mcs/mcs/eval.cs