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
path: root/tests
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-02 18:51:12 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-02 18:51:12 +0300
commita60adb8cdab4b496a6310e32d64880f4a1aaf2d0 (patch)
tree43303cf932d550ead60cfd711d10a815e26a2c94 /tests
parent87a2b7b5b2b1da83b03d1fab84aca96495a1d084 (diff)
Update CoreCLR.issues.targets (#5184)
Diffstat (limited to 'tests')
-rw-r--r--tests/CoreCLR.issues.targets4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 4de1824d8..f140eacb1 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -374,6 +374,10 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\eh\interactions\throw2dimarray_d\throw2dimarray_d.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\eh\interactions\throw2dimarray_r\throw2dimarray_r.*" />
+ <!-- Rethrown exceptions don't clear stack trace -->
+ <!-- https://github.com/dotnet/corert/issues/5183 -->
+ <ExcludeList Include="$(XunitTestBinBase)\Loader\classloader\regressions\529206\vsw529206StaticCctor\vsw529206StaticCctor.*" />
+
<!-- PInvoke Ansi/Widechar entrypoint probing -->
<!-- https://github.com/dotnet/corert/issues/730 -->
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\pinvoke\tail\tail.*" />