Test a couple of fixes for apartment state issues
authorKoundinya Veluri <kouvel@microsoft.com>
Thu, 9 Aug 2018 19:34:34 +0000 (12:34 -0700)
committerTanner Gooding <tagoo@outlook.com>
Mon, 13 Aug 2018 21:34:04 +0000 (14:34 -0700)
commit97acd4ff10678dc926e5492ecb5c244d9150aa7a
tree0b0f0f76d946224bae18683ec5afc386176ab698
parent2ac6cf0d116a57336654124dc8d45ba8a379b45d
Test a couple of fixes for apartment state issues

Depends on https://github.com/dotnet/coreclr/pull/19384

Closes https://github.com/dotnet/coreclr/issues/17822
Closes https://github.com/dotnet/coreclr/issues/17787
Closes https://github.com/dotnet/coreclr/issues/19225

Commit migrated from https://github.com/dotnet/corefx/commit/363ebdbcc8bd83e3a5663fe2e6baa6aa9e5b4564
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/Configurations.props [new file with mode: 0644]
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.cs [new file with mode: 0644]
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.csproj [new file with mode: 0644]
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.exe.config [new file with mode: 0644]
src/libraries/System.Threading.Thread/tests/DefaultApartmentStateMain/DefaultApartmentStateMain.runtimeconfig.json [new file with mode: 0644]
src/libraries/System.Threading.Thread/tests/MTAMain/MTAMain.cs
src/libraries/System.Threading.Thread/tests/STAMain/STAMain.cs
src/libraries/System.Threading.Thread/tests/System.Threading.Thread.Tests.csproj
src/libraries/System.Threading.Thread/tests/ThreadTests.cs