summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-11-26 20:42:05 -0800
committerGitHub <noreply@github.com>2016-11-26 20:42:05 -0800
commit0c0e872d4ff27f37eecb8e24e1da89fa34975370 (patch)
tree856053221345a7dee60988ea8c370c1b975992c0 /tests
parent9f4bf341ad236df7d16bbdba0c4111393ea141d2 (diff)
parentb43b87e539a3a258b1686b77170dd6da81fabe6b (diff)
downloadcoreclr-0c0e872d4ff27f37eecb8e24e1da89fa34975370.tar.gz
coreclr-0c0e872d4ff27f37eecb8e24e1da89fa34975370.tar.bz2
coreclr-0c0e872d4ff27f37eecb8e24e1da89fa34975370.zip
Merge pull request #8312 from BruceForstall/FixLegacyBuild
Set FEATURE_READYTORUN_COMPILER for legacyjit and compatjit
Diffstat (limited to 'tests')
-rw-r--r--tests/x86_legacy_backend_issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/x86_legacy_backend_issues.targets b/tests/x86_legacy_backend_issues.targets
index 226b0507ed..4b97325db0 100644
--- a/tests/x86_legacy_backend_issues.targets
+++ b/tests/x86_legacy_backend_issues.targets
@@ -267,6 +267,9 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_255294\DevDiv_255294\DevDiv_255294.cmd">
<Issue>The test is too large for x86 and causes OutOfMemory exception.</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\superpmi\superpmicollect\superpmicollect.cmd">
+ <Issue>The superpmi test depends on setting COMPlus_AltJit, so doesn't work with either the legacy jit test run, which also sets COMPlus_AltJit, or the compatjit test run, which sets COMPlus_UseWindowsX86CoreLegacyJit</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Tests that need to be triaged for vararg usage as that is not supported -->