Exclude smallframe for JIT32
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Wed, 18 May 2016 17:22:45 +0000 (10:22 -0700)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Wed, 18 May 2016 17:22:45 +0000 (10:22 -0700)
This test was flagged as incompatible with COMPlus_JITMinOpts in the
previous test harness.  It doesn't fail for RyuJIT, though, even under
MinOpts, so, rather than disabling it everywhere under MinOpts, I'm only
disabling it for JIT32.

Fixes #4548

tests/x86_jit32_issues.targets

index adee8b3..b9aee71 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\Boxing\xlang\_relsin_il_il\_relsin_il_il.cmd" >
              <Issue>needs triage</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\tailcall_v4\smallFrame\smallFrame.cmd" >
+             <Issue>4548</Issue>
+        </ExcludeList>
     </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>