Skip to content

Commit

Permalink
Reenable readytorun/coreroot_determinism since referenced issues are …
Browse files Browse the repository at this point in the history
…closed. (#50676)

* Both referenced issues have been closed.

* Other tests that are disable with closed issue.
  • Loading branch information
AaronRobinsonMSFT authored Apr 3, 2021
1 parent e52322d commit 8d14691
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- Known not to work with GCStress for now: https://github.com/dotnet/runtime/issues/13394 -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- It is currently failing with JitStress https://github.com/dotnet/runtime/issues/45326-->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- This is an explicit crossgen test -->
<CrossGenTest>false</CrossGenTest>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
Expand Down

0 comments on commit 8d14691

Please sign in to comment.