From 450e7575d57f50e4205b40f4187871c88fca2d1a Mon Sep 17 00:00:00 2001 From: Bengu Li Date: Tue, 21 Apr 2015 12:00:32 -0700 Subject: [PATCH] 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. --- test/LLILCEnv.ps1 | 20 ++++++++++++++++++++ test/exclusion | 13 +++++++++++++ 2 files changed, 33 insertions(+) diff --git a/test/LLILCEnv.ps1 b/test/LLILCEnv.ps1 index 69c7b09..6670db0 100644 --- a/test/LLILCEnv.ps1 +++ b/test/LLILCEnv.ps1 @@ -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 } # ------------------------------------------------------------------------- diff --git a/test/exclusion b/test/exclusion index d32f21b..1a23556 100644 --- a/test/exclusion +++ b/test/exclusion @@ -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