diff --git a/test/LLILCEnv.ps1 b/test/LLILCEnv.ps1 index 6670db0..e2f135d 100644 --- a/test/LLILCEnv.ps1 +++ b/test/LLILCEnv.ps1 @@ -898,6 +898,14 @@ function Global:ExcludeTest([string]$Arch="x64", [string]$Build="Release") del Int_Xor_Op* del Double_Xor_Op* popd + + # Excluding JIT\opt\Inline\Inline_Handler*, Inline_Vars*, InlineThrow* + pushd $CoreCLRTest\JIT\opt\Inline + del Inline_Handler* + del Inline_Vars* + del InlineThrow* + popd + } # ------------------------------------------------------------------------- diff --git a/test/exclusion b/test/exclusion index 1a23556..23f90ef 100644 --- a/test/exclusion +++ b/test/exclusion @@ -42,3 +42,6 @@ JIT\jit64\opt\cse\hugeSimpleExpr1 JIT\jit64\opt\cse\mixedexpr1 JIT\jit64\opt\cse\simpleexpr4 JIT\jit64\opt\cse\staticFieldExprUnchecked1 +JIT\opt\Inline\Inline_Handler +JIT\opt\Inline\Inline_Vars +JIT\opt\Inline\InlineThrow