summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2016-11-25 18:34:05 -0800
committerBruce Forstall <brucefo@microsoft.com>2016-11-25 18:34:05 -0800
commitb43b87e539a3a258b1686b77170dd6da81fabe6b (patch)
tree07789493c5bc1dece92542953cf842bcd226b325
parent4b40a4b63b9b2ef86f0d68840ca82c5cb602a914 (diff)
downloadcoreclr-b43b87e539a3a258b1686b77170dd6da81fabe6b.tar.gz
coreclr-b43b87e539a3a258b1686b77170dd6da81fabe6b.tar.bz2
coreclr-b43b87e539a3a258b1686b77170dd6da81fabe6b.zip
Exclude superpmi test from legacyjit and compatjit runs
The superpmi test depends on setting COMPlus_AltJit to do the collection, which is incompatible with setting the variables required to do these test runs.
-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 -->