|
39 | 39 | <_LongRunningGCTests>false</_LongRunningGCTests> |
40 | 40 | <_GcSimulatorTests>false</_GcSimulatorTests> |
41 | 41 | <_RunInUnloadableContext>false</_RunInUnloadableContext> |
42 | | - <_RunInterpreter>false</_RunInterpreter> |
43 | 42 | <_TieringTest>false</_TieringTest> |
44 | 43 | <_HotColdSplitting>false</_HotColdSplitting> |
45 | 44 | <_NativeAotTest>false</_NativeAotTest> |
|
99 | 98 | LongRunningGCTests=$(_LongRunningGCTests); |
100 | 99 | GcSimulatorTests=$(_GcSimulatorTests); |
101 | 100 | RunInUnloadableContext=$(_RunInUnloadableContext); |
102 | | - RunInterpreter=$(_RunInterpreter); |
103 | 101 | TieringTest=$(_TieringTest); |
104 | 102 | HotColdSplitting=$(_HotColdSplitting); |
105 | 103 | NativeAotTest=$(_NativeAotTest); |
|
696 | 694 | <HelixPreCommand Include="set RunningLongGCTests=1" Condition=" '$(LongRunningGCTests)' == 'true' " /> |
697 | 695 | <HelixPreCommand Include="set RunningGCSimulatorTests=1" Condition=" '$(GcSimulatorTests)' == 'true' " /> |
698 | 696 | <HelixPreCommand Include="set RunInUnloadableContext=1" Condition=" '$(RunInUnloadableContext)' == 'true' " /> |
699 | | - <HelixPreCommand Include="set RunInterpreter=1" Condition=" '$(RunInterpreter)' == 'true' " /> |
700 | 697 | <HelixPreCommand Include="set RunTieringTest=1" Condition=" '$(TieringTest)' == 'true' " /> |
701 | 698 | <HelixPreCommand Include="set HotColdSplitting=1" Condition=" '$(HotColdSplitting)' == 'true' " /> |
702 | 699 | <HelixPreCommand Include="set CLRCustomTestLauncher=%HELIX_CORRELATION_PAYLOAD%\runincontext.cmd" Condition=" '$(RunInUnloadableContext)' == 'true' " /> |
|
750 | 747 | <HelixPreCommand Include="export RunningLongGCTests=1" Condition=" '$(LongRunningGCTests)' == 'true' " /> |
751 | 748 | <HelixPreCommand Include="export RunningGCSimulatorTests=1" Condition=" '$(GcSimulatorTests)' == 'true' " /> |
752 | 749 | <HelixPreCommand Include="export RunInUnloadableContext=1" Condition=" '$(RunInUnloadableContext)' == 'true' " /> |
753 | | - <HelixPreCommand Include="export RunInterpreter=1" Condition=" '$(RunInterpreter)' == 'true' " /> |
754 | 750 | <HelixPreCommand Include="export RunTieringTest=1" Condition=" '$(TieringTest)' == 'true' " /> |
755 | 751 | <HelixPreCommand Include="export HotColdSplitting=1" Condition=" '$(HotColdSplitting)' == 'true' " /> |
756 | 752 | <HelixPreCommand Include="export CLRCustomTestLauncher=$HELIX_CORRELATION_PAYLOAD/runincontext.sh" Condition=" '$(RunInUnloadableContext)' == 'true' " /> |
|
0 commit comments