From b43b87e539a3a258b1686b77170dd6da81fabe6b Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 25 Nov 2016 18:34:05 -0800 Subject: 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. --- tests/x86_legacy_backend_issues.targets | 3 +++ 1 file changed, 3 insertions(+) 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 @@ The test is too large for x86 and causes OutOfMemory exception. + + 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 + -- cgit v1.2.3