diff --git a/test/LLILCEnv.ps1 b/test/LLILCEnv.ps1 index 34b3236..6c0f239 100644 --- a/test/LLILCEnv.ps1 +++ b/test/LLILCEnv.ps1 @@ -780,6 +780,7 @@ function Global:RunTest([string]$Arch="x64", [string]$Build="Release") $CoreCLRTestAssets = CoreCLRTestAssets $CoreCLRRuntime = CoreCLRRuntime $CoreCLRVersion = CoreCLRVersion + $LLILCTest = LLILCTest # Workaround exception handling issue chcp 65001 | Out-Null @@ -787,8 +788,7 @@ function Global:RunTest([string]$Arch="x64", [string]$Build="Release") $Env:SkipTestAssemblies = "Common;Exceptions;GC;Loader;managed;packages;Regressions;runtime;Tests;TestWrappers_x64_release;Threading" pushd . cd $CoreCLRTestAssets\coreclr\tests - - .\runtest $Arch $Build EnableAltJit LLILCJit $CoreCLRRuntime\$CoreCLRVersion\bin | Write-Host + .\runtest $Arch $Build TestEnv $LLILCTest\LLILCTestEnv.cmd $CoreCLRRuntime\$CoreCLRVersion\bin | Write-Host $NumDiff = CheckDiff -Create $True -UseDiffTool $False -Arch $Arch -Build $Build $NumFailures = CheckFailure -Arch $Arch -Build $Build popd diff --git a/test/LLILCTestEnv.cmd b/test/LLILCTestEnv.cmd new file mode 100644 index 0000000..cf273db --- /dev/null +++ b/test/LLILCTestEnv.cmd @@ -0,0 +1,9 @@ +REM ------------------------------------------------------------------------- +REM +REM This script provides LLILC test environment settings +REM +REM ------------------------------------------------------------------------- + +set COMPLUS_AltJit=* +set COMPLUS_AltJitName=LLILCJit.dll +set COMPLUS_GCCONSERVATIVE=1