We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dc3f2 commit 4689814Copy full SHA for 4689814
2 files changed
eng/pipelines/libraries/run-test-job.yml
@@ -242,6 +242,7 @@ jobs:
242
- jitosr_stress_random
243
- syntheticpgo
244
- syntheticpgo_blend
245
+ - jitcrossblocklocalassertionprop
246
247
- ${{ if eq(parameters.SuperPmiCollect, true) }}:
248
- template: /eng/pipelines/libraries/superpmi-postprocess-step.yml
src/tests/Common/testenvironment.proj
@@ -79,7 +79,7 @@
79
DOTNET_JitCFGUseDispatcher;
80
RunningIlasmRoundTrip;
81
DOTNET_JitSynthesizeCounts;
82
- DOTNET_JitCheckSynthesizedCounts
+ DOTNET_JitCheckSynthesizedCounts;
83
DOTNET_JitEnableCrossBlockLocalAssertionProp
84
</DOTNETVariables>
85
</PropertyGroup>
0 commit comments