Skip to content

Commit

Permalink
Quick disasm check CI JitStress fix (#76417)
Browse files Browse the repository at this point in the history
Runtime_33972 was failing in ARM64 in JitStress because it turns off HWIntrinsic - so I force the test to enable it.
  • Loading branch information
TIHan authored Sep 30, 2022
1 parent 992f178 commit 85ddef1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
$(CLRTestBatchPreCommands)
set COMPlus_TieredCompilation=0
set COMPlus_JITMinOpts=0
set COMPlus_EnableHWIntrinsic=1
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
$(BashCLRTestPreCommands)
export COMPlus_TieredCompilation=0
export COMPlus_JITMinOpts=0
export COMPlus_EnableHWIntrinsic=1
]]></BashCLRTestPreCommands>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 85ddef1

Please sign in to comment.