зеркало из https://github.com/dotnet/llilc.git
Merge pull request #488 from libengu/ExcludeInlineTests
Exclude Inline optimization test cases that have issue with LLILC
This commit is contained in:
Коммит
aeed7e864c
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче