diff --git a/eng/pipelines/libraries/run-test-job.yml b/eng/pipelines/libraries/run-test-job.yml index eeb13ca033f220..5c68b4377ee143 100644 --- a/eng/pipelines/libraries/run-test-job.yml +++ b/eng/pipelines/libraries/run-test-job.yml @@ -242,6 +242,7 @@ jobs: - jitosr_stress_random - syntheticpgo - syntheticpgo_blend + - jitcrossblocklocalassertionprop - ${{ if eq(parameters.SuperPmiCollect, true) }}: - template: /eng/pipelines/libraries/superpmi-postprocess-step.yml diff --git a/src/tests/Common/testenvironment.proj b/src/tests/Common/testenvironment.proj index 759462d3c925a7..8a923b781a7102 100644 --- a/src/tests/Common/testenvironment.proj +++ b/src/tests/Common/testenvironment.proj @@ -79,7 +79,7 @@ DOTNET_JitCFGUseDispatcher; RunningIlasmRoundTrip; DOTNET_JitSynthesizeCounts; - DOTNET_JitCheckSynthesizedCounts + DOTNET_JitCheckSynthesizedCounts; DOTNET_JitEnableCrossBlockLocalAssertionProp