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)
commitdc6049df68a2cded5b6afacd9b977f159febf2d1
treebbaa36f6bd6cf284ea149d3a98fb665652a03107
parentb7704374e683a8d3644a0640010936a22296967a
Exclude smallframe for JIT32

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