summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-10-06 17:36:59 -0700
committerBruce Forstall <brucefo@microsoft.com>2016-10-06 17:36:59 -0700
commit4efebd6d8d85e20cd4f648737ee9c78ebc679f76 (patch)
treeb39c77a781700e022e552db0af77ebffc25ea586 /tests/issues.targets
parent52ce4c917afa32bc16ffece55c40e3d5f8790023 (diff)
downloadcoreclr-4efebd6d8d85e20cd4f648737ee9c78ebc679f76.tar.gz
coreclr-4efebd6d8d85e20cd4f648737ee9c78ebc679f76.tar.bz2
coreclr-4efebd6d8d85e20cd4f648737ee9c78ebc679f76.zip
Fix bad merge
A previous checkin backed-out a change that moved one test out of the RyuJIT/x86 section. I'm reverting that, and putting the test exclusion back where it should be. At the same time, now that there are no RyuJIT/x86 test exclusions, I'm deleting the RyuJIT/x86 section.
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets13
1 files changed, 4 insertions, 9 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 957157c7ff..7026c26b4e 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -40,6 +40,9 @@
<ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\muldimjagary\muldimjagary\*">
<Issue>3392</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlstack\*">
+ <Issue>6553</Issue>
+ </ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\coverage\importer\Desktop\bleref_il_d\bleref_il_d.cmd">
<Issue>2414</Issue>
</ExcludeList>
@@ -183,7 +186,7 @@
</ExcludeList>
</ItemGroup>
- <!-- The following are baseline x86 failures -->
+ <!-- The following are x86 failures -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildArch)' == 'x86'">
<ExcludeList Include="$(XunitTestBinBase)\GC\LargeMemory\Allocation\largeexceptiontest\largeexceptiontest.cmd">
@@ -239,14 +242,6 @@
</ExcludeList>
</ItemGroup>
- <!-- The following x86 failures only occur with RyuJIT/x86 -->
-
- <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildArch)' == 'x86'">
- <ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlstack\*">
- <Issue>6553</Issue>
- </ExcludeList>
- </ItemGroup>
-
<!-- Tests that need to be triaged for vararg usage as that is not supported -->
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\PREFIX\unaligned\1\arglist\arglist.cmd">