Thread principal unauthenticated (dotnet/corefx#35112)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 11 Feb 2019 23:14:08 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Feb 2019 23:14:08 +0000 (00:14 +0100)
commitb6ef84842c17c8ad3bbf754ba7fd68bd900ae292
tree3b5e50c87eff5b5a4e8a30240beebd23e52fa2eb
parentd83a05daf832a583f2d75314f1601102b1f8c392
Thread principal unauthenticated (dotnet/corefx#35112)

* Remove bind error for thread principal

* Disable threadpool test for uapaot

* Disable MailMessage reflection test on uapaot

* Disable ValueTask reflection tests on uapaot

* Guard System.TestEnvironment against ILC

* Revert AppDomain UnauthenticatedPrincipal change

Commit migrated from https://github.com/dotnet/corefx/commit/0424e9db4628029b3308380f26312c79912bfb42
src/libraries/CoreFx.Private.TestUtilities/src/Resources/CoreFx.Private.TestUtilities.rd.xml
src/libraries/CoreFx.Private.TestUtilities/src/System/TestEnvironment.cs
src/libraries/System.Net.Mail/tests/Functional/MailMessageTest.cs
src/libraries/System.Runtime.Extensions/src/System/AppDomain.cs
src/libraries/System.Threading.Tasks.Extensions/tests/ValueTaskTests.cs
src/libraries/System.Threading.Thread/tests/ThreadTests.cs
src/libraries/System.Threading.ThreadPool/tests/ThreadPoolTests.cs