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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-01-18 02:03:38 +0300
committerJan Kotas <jkotas@microsoft.com>2017-01-18 02:03:38 +0300
commitd06f5d39a0cf028b713d13d4bbef725db78c644b (patch)
treea104461e1a6c29be7244f8b9f173c5ae46c37da2
parentbe92d719080f191268b7c766056ec0ed826341f7 (diff)
Update CoreCLR.issues.targets (#2522)
-rw-r--r--tests/CoreCLR.issues.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CoreCLR.issues.targets b/tests/CoreCLR.issues.targets
index 06e2d17f0..7132c4749 100644
--- a/tests/CoreCLR.issues.targets
+++ b/tests/CoreCLR.issues.targets
@@ -1115,6 +1115,8 @@
<ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\LeakGen\leakgen\leakgen.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\lifetime\lifetime1\lifetime1.*" />
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\lifetime\lifetime2\lifetime2.*" />
+ <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlbigleak\dlbigleak.*" />
+ <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\FinalNStruct\nstructtun\nstructtun.*" />
<!-- InteropExtensions.MightBeBlittable is only an approximation -->
<!-- https://github.com/dotnet/corert/issues/2355 -->