Disable GC/Scenarios/DoublinkList/doublinkgen (dotnet/coreclr#9063)
authorSean Gillespie <sean@swgillespie.me>
Tue, 24 Jan 2017 01:11:15 +0000 (17:11 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2017 01:11:15 +0000 (17:11 -0800)
* 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
src/coreclr/tests/testsFailingOutsideWindows.txt

index d1f3dc2..632105c 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0" ?>
 <Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     <ItemGroup Condition="'$(XunitTestBinBase)' != ''">
+        <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\doublinkgen\*">
+            <Issue>6574</Issue>
+        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)\GC\Coverage\271010\*">
             <Issue>3392</Issue>
         </ExcludeList>
index 2d0d497..de94b28 100644 (file)
@@ -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