Merge pull request #488 from libengu/ExcludeInlineTests

Exclude Inline optimization test cases that have issue with LLILC
This commit is contained in:
Bengu Li 2015-04-22 15:38:57 -07:00
Родитель 5075c8aefd 84eaef7be2
Коммит aeed7e864c
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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