Re-disable b08046 and add correct metadata.
authorjashook <jashoo@microsoft.com>
Thu, 30 Mar 2017 18:07:13 +0000 (11:07 -0700)
committerjashook <jashoo@microsoft.com>
Thu, 30 Mar 2017 18:07:13 +0000 (11:07 -0700)
\JIT\Regression\CLR-x86-JIT\V1.2-M01\b08046\b08046\b08046.cmd was disabled because the issue dotnet/coreclr#2414
was closed but the tests tagged with that issue were not removed. b08046's correct issue is dotnet/coreclr#4849.

Commit migrated from https://github.com/dotnet/coreclr/commit/3e630a381f2113b22b567ce0e570533a9a9adff3

src/coreclr/tests/issues.targets

index c2eb886..acea91b 100644 (file)
@@ -61,6 +61,9 @@
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\coverage\importer\Desktop\nonrefsdarr_il_r\nonrefsdarr_il_r.cmd">
             <Issue>4851</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1.2-M01\b08046\b08046\b08046.cmd">
+            <Issue>4849</Issue>
+        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\intrinsic\interlocked\rva_rvastatic1\rva_rvastatic1.cmd">
             <Issue>2451</Issue>
         </ExcludeList>