From 5e73af6ebcd65d458ee59cbc575388fdffd0b3e5 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Mon, 23 Jan 2017 17:11:15 -0800 Subject: [PATCH] Disable GC/Scenarios/DoublinkList/doublinkgen (dotnet/coreclr#9063) * Disable DoublinkGen (see dotnet/coreclr#6574) * Add test to testsFailingOutsideWindows.txt Commit migrated from https://github.com/dotnet/coreclr/commit/d8b995b42714f4e83e0ee35a8ff481143cd62994 --- src/coreclr/tests/issues.targets | 3 +++ src/coreclr/tests/testsFailingOutsideWindows.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index d1f3dc2..632105c 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -1,6 +1,9 @@ + + 6574 + 3392 diff --git a/src/coreclr/tests/testsFailingOutsideWindows.txt b/src/coreclr/tests/testsFailingOutsideWindows.txt index 2d0d497..de94b28 100644 --- a/src/coreclr/tests/testsFailingOutsideWindows.txt +++ b/src/coreclr/tests/testsFailingOutsideWindows.txt @@ -71,6 +71,7 @@ GC/Features/LOHFragmentation/lohfragmentation/lohfragmentation.sh GC/Features/SustainedLowLatency/scenario/scenario.sh GC/Regressions/dev10bugs/536168/536168/536168.sh GC/Stress/Framework/ReliabilityFramework/ReliabilityFramework.sh +GC/Scenarios/DoublinkList/doublinkgen/doublinkgen.sh Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612/Generated612.sh Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613/Generated613.sh Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614/Generated614.sh -- 2.7.4