Skip to content

Commit

Permalink
Merge pull request dotnet#25162 from sandreenko/FixGCStressSettingFor…
Browse files Browse the repository at this point in the history
…TheTest

Do not force GcStress=0xc for GitHub_23199 on OSX.
  • Loading branch information
Sergey Andreenko authored Jun 15, 2019
2 parents 2ec0bcf + 6e232f1 commit 3eb98b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
<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>
Expand Down

0 comments on commit 3eb98b0

Please sign in to comment.