Adjust gc stress compatibility settings for two tests (#22633)
authorAndy Ayers <andya@microsoft.com>
Tue, 19 Feb 2019 07:43:46 +0000 (23:43 -0800)
committerGitHub <noreply@github.com>
Tue, 19 Feb 2019 07:43:46 +0000 (23:43 -0800)
* enable eventsourcetrace for gc stress. Closes #17188.
* disable GitHub_12224 for gc stress (relies on timeout). Closes #19086.

tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj
tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj

index ae3c42c..b3066bb 100644 (file)
@@ -12,6 +12,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>1</CLRTestPriority>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
index e7edc6f..946a624 100644 (file)
@@ -14,7 +14,6 @@
     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
-    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>