зеркало из https://github.com/dotnet/llilc.git
Exclude Directed\cmov test cases that have issues with LLILC
16 test cases were added under Directed\cmov in CoreCLR repo in dotnet/coreclr#766. 13 of them have issues if run with LLILC. Exclude them in both powershell and python scripts. Issue #480 is created for investigation of the causes.
This commit is contained in:
Родитель
2ad3639ae1
Коммит
450e7575d5
|
@ -878,6 +878,26 @@ function Global:ExcludeTest([string]$Arch="x64", [string]$Build="Release")
|
|||
del simpleexpr4*
|
||||
del staticFieldExprUnchecked1*
|
||||
popd
|
||||
|
||||
# Excluding JIT\Directed\cmov\Bool_Or_Op*, Double_Or_Op*
|
||||
# Bool_And_Op*, Bool_No_Op*, Int_Or_Op*, Float_Xor_Op*,
|
||||
# Int_And_Op*, Float_And_Op*, Bool_Xor_Op*, Double_And_Op*,
|
||||
# Float_Or_Op*, Int_Xor_Op*, Double_Xor_Op*
|
||||
pushd $CoreCLRTest\JIT\Directed\cmov
|
||||
del Bool_Or_Op*
|
||||
del Double_Or_Op*
|
||||
del Bool_And_Op*
|
||||
del Bool_No_Op*
|
||||
del Int_Or_Op*
|
||||
del Float_Xor_Op*
|
||||
del Int_And_Op*
|
||||
del Float_And_Op*
|
||||
del Bool_Xor_Op*
|
||||
del Double_And_Op*
|
||||
del Float_Or_Op*
|
||||
del Int_Xor_Op*
|
||||
del Double_Xor_Op*
|
||||
popd
|
||||
}
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
|
|
|
@ -5,6 +5,19 @@ Common;Exceptions;GC;Loader;managed;packages;Regressions;runtime;Tests;TestWrapp
|
|||
Interop\ICastable\Castable
|
||||
JIT\CodeGenBringUpTests\div2
|
||||
JIT\CodeGenBringUpTests\localloc
|
||||
JIT\Directed\cmov\Bool_Or_Op
|
||||
JIT\Directed\cmov\Double_Or_Op
|
||||
JIT\Directed\cmov\Bool_And_Op
|
||||
JIT\Directed\cmov\Bool_No_Op
|
||||
JIT\Directed\cmov\Int_Or_Op
|
||||
JIT\Directed\cmov\Float_Xor_Op
|
||||
JIT\Directed\cmov\Int_And_Op
|
||||
JIT\Directed\cmov\Float_And_Op
|
||||
JIT\Directed\cmov\Bool_Xor_Op
|
||||
JIT\Directed\cmov\Double_And_Op
|
||||
JIT\Directed\cmov\Float_Or_Op
|
||||
JIT\Directed\cmov\Int_Xor_Op
|
||||
JIT\Directed\cmov\Double_Xor_Op
|
||||
JIT\jit64\gc\misc\eh1
|
||||
JIT\jit64\gc\misc\funclet
|
||||
JIT\jit64\gc\misc\fgtest1
|
||||
|
|
Загрузка…
Ссылка в новой задаче