Skip to content

Commit

Permalink
Disable 3 tests for #37237 (#38519)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceForstall authored Jun 29, 2020
1 parent f93065f commit ed0f135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<OutputType>exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/37237 -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- IEnumerator/IEnumerable marshalling unsupported outside of windows -->
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
<!-- RefCounted handle to System.Runtime.InteropServices.CustomMarshalers.EnumVariantViewOfEnumerator holds the LoaderAllocator alive via System.Linq.Enumerable+RangeIterator -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<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,6 +2,8 @@
<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

0 comments on commit ed0f135

Please sign in to comment.