Disable 3 tests for #37237 (#38519)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 29 Jun 2020 04:29:57 +0000 (21:29 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 04:29:57 +0000 (21:29 -0700)
src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj
src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj
src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.csproj

index 785f68c..0db8bc2 100644 (file)
@@ -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 -->
index 716b572..0f0ff3c 100644 (file)
@@ -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>
index f639a63..97f775e 100644 (file)
@@ -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" />