Disable superpmi test for RyuJIT/x86
authorBruce Forstall <brucefo@microsoft.com>
Sat, 20 Aug 2016 17:15:38 +0000 (10:15 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Sat, 20 Aug 2016 17:15:38 +0000 (10:15 -0700)
[tfs-changeset: 1623413]

Commit migrated from https://github.com/dotnet/coreclr/commit/91cbbc1709165414f949df25316f720f7e87753f

src/coreclr/tests/issues.targets

index 6bdd643..fa2574f 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\int64\superlong\_il_relsuperlong\_il_relsuperlong.cmd">
              <Issue>6778</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\JIT\superpmi\superpmicollect\superpmicollect.cmd">
+             <Issue>6830</Issue>
+        </ExcludeList>
     </ItemGroup>
     
     <!-- Tests that need to be triaged for vararg usage as that is not supported -->