Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2021-04-03 09:24:02 +0300
committerGitHub <noreply@github.com>2021-04-03 09:24:02 +0300
commit8d14691123db3ebf9a99d17d0b2114e687b82345 (patch)
tree52b390bc9df9c249dbd8004fae3710828ca2e620 /src/tests/baseservices
parente52322d34feba131fe4200db284e8ee20f72e6e7 (diff)
Reenable readytorun/coreroot_determinism since referenced issues are closed. (#50676)
* Both referenced issues have been closed. * Other tests that are disable with closed issue.
Diffstat (limited to 'src/tests/baseservices')
-rw-r--r--src/tests/baseservices/threading/regressions/beta2/437017.csproj2
-rw-r--r--src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/baseservices/threading/regressions/beta2/437017.csproj b/src/tests/baseservices/threading/regressions/beta2/437017.csproj
index 0f0ff3cd163..716b572402f 100644
--- a/src/tests/baseservices/threading/regressions/beta2/437017.csproj
+++ b/src/tests/baseservices/threading/regressions/beta2/437017.csproj
@@ -1,8 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/37237 -->
- <GCStressIncompatible>true</GCStressIncompatible>
<!-- This test leaves random number of WaitOrTimerCallbacks registered at the exit, which prevents unloading -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>1</CLRTestPriority>
diff --git a/src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj b/src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj
index 97f775ef72f..f639a63d1e0 100644
--- a/src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj
+++ b/src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj
@@ -2,8 +2,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
- <!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/37237 -->
- <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="regression_749068.cs" />