Do not force GCStress at all.
authorSergey Andreenko <seandree@microsoft.com>
Fri, 14 Jun 2019 19:49:29 +0000 (12:49 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Fri, 14 Jun 2019 19:53:51 +0000 (12:53 -0700)
It doesn't work on OSX and Alpine.
It shows random failures on Windows as well, that we do not want to see in our PR/CI outerloop testing.

tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj

index 3abee21..a0ae081 100644 (file)
     <CLRTestBatchPreCommands><![CDATA[
 $(CLRTestBatchPreCommands)
 set COMPlus_GcStressOnDirectCalls=1
-set COMPlus_GCStress=0xc
 ]]></CLRTestBatchPreCommands>
   <BashCLRTestPreCommands><![CDATA[
 $(BashCLRTestPreCommands)
 export COMPlus_GcStressOnDirectCalls=1
-export COMPlus_GCStress=0xc
 ]]></BashCLRTestPreCommands>
   </PropertyGroup>
   <ItemGroup>