Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWill Smith <lol.tihan@gmail.com>2022-09-30 23:08:17 +0300
committerGitHub <noreply@github.com>2022-09-30 23:08:17 +0300
commit85ddef115d1c279d9e1cb315b93fa218f9dfb004 (patch)
treee8b1ec184cdc930aac75f4a310309308eab43ebc /src
parent992f178883f9ea79878125d64b33ef6a14a73fbd (diff)
Quick disasm check CI JitStress fix (#76417)
Runtime_33972 was failing in ARM64 in JitStress because it turns off HWIntrinsic - so I force the test to enable it.
Diffstat (limited to 'src')
-rw-r--r--src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj b/src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj
index dd154d5d0fe..385de3fef04 100644
--- a/src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj
+++ b/src/tests/JIT/Regression/JitBlue/Runtime_33972/Runtime_33972.csproj
@@ -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>