Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-01-19 01:14:41 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-01-19 01:14:41 +0300
commit4a25645832e00012868844c0a5d6b72ce4509309 (patch)
tree332a831e19dfef6593b98ad75b38b478631096a0
parent99a78afd8d2d7902c7e8b1d6ceb87dad62dbfdfc (diff)
Disable tests against issue 2535 (#2537)
-rw-r--r--tests/CoreCLR.issues.targets5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 7132c4749..6caf9e45c 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -929,6 +929,11 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\eh\basics\throwinfilter_d\throwinfilter_d.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\eh\basics\throwinfilter_r\throwinfilter_r.*" />
+ <!-- Windows x64 unwinder gets consused by IP in the middle of instruction -->
+ <!-- https://github.com/dotnet/corert/issues/2535 -->
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b30126\b30126\b30126.*" />
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b30128\b30128\b30128.*" />
+
<!-- Arrays with non-zero lower bounds -->
<!-- https://github.com/dotnet/corert/issues/2245 -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\Arrays\huge\_il_dbghuge_b\_il_dbghuge_b.*" />