summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2016-08-25 16:55:22 -0700
committerCarol Eidt <carol.eidt@microsoft.com>2016-08-26 13:01:26 -0700
commite9d954bf1c6510c0831efbee7711c84e758fa567 (patch)
treec37ce6725d7005de5197c0bf76f663cfed577339 /tests/issues.targets
parent4f0fbd0cbb8606055b222300d68ecd2f44ee2ca4 (diff)
downloadcoreclr-e9d954bf1c6510c0831efbee7711c84e758fa567.tar.gz
coreclr-e9d954bf1c6510c0831efbee7711c84e758fa567.tar.bz2
coreclr-e9d954bf1c6510c0831efbee7711c84e758fa567.zip
Fix DevDiv bug 255263
This issue arose because we were not considering punpckldq as one of the 3-operand AVX instructions (which require us to duplicate the source register when encoding an SSE 2-operand form). This bug showed up in managed C++, so the test is in IL. The test is failing in RyuJIT/x86, so issue #6940 has been opened, and it is disabled for x86.
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index e40477c221..5e2c8b2c6c 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -311,6 +311,9 @@
<ExcludeList Include="$(XunitTestBinBase)\GC\Scenarios\DoublinkList\dlstack\*">
<Issue>6553</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_255263\DevDiv_255263\DevDiv_255263.cmd">
+ <Issue>6940</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Tests that need to be triaged for vararg usage as that is not supported -->