summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSean Gillespie <sean@swgillespie.me>2017-01-23 17:11:15 -0800
committerGitHub <noreply@github.com>2017-01-23 17:11:15 -0800
commitd8b995b42714f4e83e0ee35a8ff481143cd62994 (patch)
tree719e74b67ca1b9f65c3a94461c2990e0639bfd14 /tests
parentace6d1b728f4041d351cbf05e9356a23305be182 (diff)
downloadcoreclr-d8b995b42714f4e83e0ee35a8ff481143cd62994.tar.gz
coreclr-d8b995b42714f4e83e0ee35a8ff481143cd62994.tar.bz2
coreclr-d8b995b42714f4e83e0ee35a8ff481143cd62994.zip
Disable GC/Scenarios/DoublinkList/doublinkgen (#9063)
* Disable DoublinkGen (see #6574) * Add test to testsFailingOutsideWindows.txt
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets3
-rw-r--r--tests/testsFailingOutsideWindows.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index d1f3dc22b8..632105c6c7 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -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>
diff --git a/tests/testsFailingOutsideWindows.txt b/tests/testsFailingOutsideWindows.txt
index 2d0d497e4e..de94b2802e 100644
--- a/tests/testsFailingOutsideWindows.txt
+++ b/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