зеркало из https://github.com/dotnet/llilc.git
Filter out new failing test until we can debug.
ICastable is a new test (to us) and is failing. Disable it until we can investigate. This enables the lab with the current set of tests with the up todate CoreCLR.
This commit is contained in:
Родитель
b542e71300
Коммит
333f9b2670
|
@ -825,7 +825,14 @@ function Global:ApplyFilter([string]$File)
|
|||
# -------------------------------------------------------------------------
|
||||
|
||||
function Global:ExcludeTest([string]$Arch="x64", [string]$Build="Release")
|
||||
{
|
||||
{
|
||||
# Excluding Interop\ICastable\Castable*"
|
||||
# remove ICastable until it can be debugged
|
||||
pushd $CoreCLRTest\Interop\ICastable
|
||||
del Castable*
|
||||
popd
|
||||
|
||||
# Excluding JIT\CodeGenBringUpTests\div2*,localloc*"
|
||||
pushd $CoreCLRTest\JIT\CodeGenBringUpTests
|
||||
del div2*
|
||||
del localloc*
|
||||
|
|
Загрузка…
Ссылка в новой задаче