Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Enable Tiered Compilation by default #19525

Merged
merged 2 commits into from
Aug 17, 2018
Merged

Conversation

kouvel
Copy link
Member

@kouvel kouvel commented Aug 16, 2018

  1. Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
  2. Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
  3. Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
  4. Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
  5. Adjust config names for JitBench

noahfalk and others added 2 commits August 16, 2018 16:08
1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
@kouvel kouvel added the area-VM label Aug 16, 2018
@kouvel kouvel added this to the 3.0 milestone Aug 16, 2018
@kouvel kouvel self-assigned this Aug 16, 2018
@kouvel
Copy link
Member Author

kouvel commented Aug 16, 2018

@dotnet-bot help

@dotnet-bot
Copy link

Welcome to the dotnet/coreclr Repository

The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR

The following commands are valid for all PRs and repositories.

Click to expand
Comment Phrase Action
@dotnet-bot test this please Re-run all legs. Use sparingly
@dotnet-bot test ci please Generates (but does not run) jobs based on changes to the groovy job definitions in this branch
@dotnet-bot help Print this help message

The following jobs are launched by default for each PR against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Linux-musl x64 Debug Build Linux-musl x64 Debug Build

The following optional jobs are available in PRs against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Outerloop Linux-musl x64 Debug Build Queues Outerloop Linux-musl x64 Debug Build
@dotnet-bot test Linux-musl x64 Release Build Queues Linux-musl x64 Release Build
@dotnet-bot test Outerloop Linux-musl x64 Release Build Queues Outerloop Linux-musl x64 Release Build

Have a nice day!

@dotnet-bot
Copy link

Welcome to the dotnet/coreclr Perf help

The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR

The following commands are valid for all PRs and repositories.

Click to expand
Comment Phrase Action
@dotnet-bot test this please Re-run all legs. Use sparingly
@dotnet-bot test ci please Generates (but does not run) jobs based on changes to the groovy job definitions in this branch
@dotnet-bot help Print this help message

The following jobs are launched by default for each PR against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness

The following optional jobs are available in PRs against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Windows_NT x64 illink Queues Windows_NT x64 full_opt ryujit IlLink Tests
@dotnet-bot test linux perf flow Queues Linux Perf Test Flow
@dotnet-bot test Windows_NT x64 perf Queues Windows_NT x64 full_opt ryujit CoreCLR Perf Tests
@dotnet-bot test Windows_NT x64 min_opts perf Queues Windows_NT x64 min_opt ryujit CoreCLR Perf Tests
@dotnet-bot test Windows_NT x86 perf Queues Windows_NT x86 full_opt ryujit CoreCLR Perf Tests
@dotnet-bot test Windows_NT x86 min_opts perf Queues Windows_NT x86 min_opt ryujit CoreCLR Perf Tests
@dotnet-bot test Windows_NT x64 perf scenarios Queues Windows_NT x64 full_opt ryujit Performance Scenarios Tests
@dotnet-bot test Windows_NT x64 min_opts perf scenarios Queues Windows_NT x64 min_opt ryujit Performance Scenarios Tests
@dotnet-bot test Windows_NT x64 perf scenarios Queues Windows_NT x64 tiered ryujit Performance Scenarios Tests
@dotnet-bot test Windows_NT x86 perf scenarios Queues Windows_NT x86 full_opt ryujit Performance Scenarios Tests
@dotnet-bot test Windows_NT x86 min_opts perf scenarios Queues Windows_NT x86 min_opt ryujit Performance Scenarios Tests
@dotnet-bot test Windows_NT x86 perf scenarios Queues Windows_NT x86 tiered ryujit Performance Scenarios Tests
@dotnet-bot test linux throughput flow Queues Linux arm Throughput Perf Test Flow
@dotnet-bot test linux throughput flow Queues Linux x64 Throughput Perf Test Flow
@dotnet-bot test Windows_NT x64 throughput Queues Windows_NT x64 full_opt ryujit nopgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x64 nopgo throughput Queues Windows_NT x64 full_opt ryujit pgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x64 min_opts throughput Queues Windows_NT x64 min_opt ryujit nopgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x64 min_opts nopgo throughput Queues Windows_NT x64 min_opt ryujit pgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x86 throughput Queues Windows_NT x86 full_opt ryujit nopgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x86 nopgo throughput Queues Windows_NT x86 full_opt ryujit pgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x86 min_opts throughput Queues Windows_NT x86 min_opt ryujit nopgo CoreCLR Throughput Perf Tests
@dotnet-bot test Windows_NT x86 min_opts nopgo throughput Queues Windows_NT x86 min_opt ryujit pgo CoreCLR Throughput Perf Tests

Have a nice day!

@dotnet-bot
Copy link

Welcome to the dotnet/coreclr Repository

The following is a list of valid commands on this PR. To invoke a command, comment the indicated phrase on the PR

The following commands are valid for all PRs and repositories.

Click to expand
Comment Phrase Action
@dotnet-bot test this please Re-run all legs. Use sparingly
@dotnet-bot test ci please Generates (but does not run) jobs based on changes to the groovy job definitions in this branch
@dotnet-bot help Print this help message

The following jobs are launched by default for each PR against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Windows_NT arm64 Cross Checked Innerloop Build and Test Windows_NT arm64 Cross Checked Innerloop Build and Test
@dotnet-bot test Windows_NT arm64 Cross Debug Innerloop Build Windows_NT arm64 Cross Debug Innerloop Build
@dotnet-bot test Ubuntu arm64 Cross Debug Innerloop Build Ubuntu arm64 Cross Debug Innerloop Build
@dotnet-bot test Ubuntu arm Cross Checked Innerloop Build and Test Ubuntu arm Cross Checked Innerloop Build and Test
@dotnet-bot test Windows_NT arm Cross Checked Innerloop Build and Test Windows_NT arm Cross Checked Innerloop Build and Test
@dotnet-bot test Windows_NT arm Cross Debug Innerloop Build Windows_NT arm Cross Debug Innerloop Build
@dotnet-bot test Tizen armel Cross Checked Innerloop Build and Test Tizen armel Cross Checked Innerloop Build and Test
@dotnet-bot test Ubuntu arm Cross Checked no_tiered_compilation_innerloop Build and Test Ubuntu arm Cross Checked no_tiered_compilation_innerloop Build and Test
@dotnet-bot test Ubuntu x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0) Ubuntu x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test Windows_NT x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0) Windows_NT x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test Windows_NT x86 Checked Innerloop Build and Test (Jit - TieredCompilation=0) Windows_NT x86 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test CentOS7.1 x64 Checked Innerloop Build and Test CentOS7.1 x64 Checked Innerloop Build and Test
@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test OSX10.12 x64 Checked Innerloop Build and Test
@dotnet-bot test Ubuntu x64 Checked CoreFX Tests Ubuntu x64 Checked CoreFX Tests
@dotnet-bot test Ubuntu x64 Checked Innerloop Build and Test Ubuntu x64 Checked Innerloop Build and Test
@dotnet-bot test Windows_NT x64 Checked CoreFX Tests Windows_NT x64 Checked CoreFX Tests
@dotnet-bot test Windows_NT x64 Checked Innerloop Build and Test Windows_NT x64 Checked Innerloop Build and Test
@dotnet-bot test CentOS7.1 x64 Debug Innerloop Build CentOS7.1 x64 Debug Innerloop Build
@dotnet-bot test Windows_NT x64 Release CoreFX Tests Windows_NT x64 Release CoreFX Tests
@dotnet-bot test Ubuntu x64 Formatting Ubuntu x64 Formatting
@dotnet-bot test Windows_NT x64 Formatting Windows_NT x64 Formatting
@dotnet-bot test Windows_NT x86 Checked Innerloop Build and Test Windows_NT x86 Checked Innerloop Build and Test
@dotnet-bot test Windows_NT x86 Release Innerloop Build and Test Windows_NT x86 Release Innerloop Build and Test

The following optional jobs are available in PRs against dotnet/coreclr:master.

Click to expand
Comment Phrase Job Launched
@dotnet-bot test Ubuntu arm64 Cross Checked normal Build and Test Queues Ubuntu arm64 Cross Checked normal Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked normal Build and Test Queues Ubuntu arm64 Cross Checked normal Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r Build and Test Queues Ubuntu arm64 Cross Checked r2r Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked normal Build and Test Queues Windows_NT arm64 Cross Checked normal Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r Build and Test Queues Windows_NT arm64 Cross Checked r2r Build and Test
@dotnet-bot test Windows_NT arm64 Cross Debug normal Build Queues Windows_NT arm64 Cross Debug normal Build
@dotnet-bot test Windows_NT arm64 Cross Release normal Build and Test Queues Windows_NT arm64 Cross Release normal Build and Test
@dotnet-bot test Windows_NT arm64 Cross Release r2r Build and Test Queues Windows_NT arm64 Cross Release r2r Build and Test
@dotnet-bot test Ubuntu arm64 Cross Debug normal Build Queues Ubuntu arm64 Cross Debug normal Build
@dotnet-bot test Ubuntu arm64 Cross Release normal Build and Test Queues Ubuntu arm64 Cross Release normal Build and Test
@dotnet-bot test Ubuntu arm64 Cross Release normal Build and Test Queues Ubuntu arm64 Cross Release normal Build and Test
@dotnet-bot test Ubuntu arm64 Cross Release r2r Build and Test Queues Ubuntu arm64 Cross Release r2r Build and Test
@dotnet-bot test Ubuntu arm Cross Checked normal Build and Test Queues Ubuntu arm Cross Checked normal Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r Build and Test Queues Ubuntu arm Cross Checked r2r Build and Test
@dotnet-bot test Windows_NT arm Cross Checked normal Build and Test Queues Windows_NT arm Cross Checked normal Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r Build and Test Queues Windows_NT arm Cross Checked r2r Build and Test
@dotnet-bot test Ubuntu arm Cross Debug normal Build Queues Ubuntu arm Cross Debug normal Build
@dotnet-bot test Windows_NT arm Cross Debug normal Build Queues Windows_NT arm Cross Debug normal Build
@dotnet-bot test Ubuntu arm Cross Release normal Build and Test Queues Ubuntu arm Cross Release normal Build and Test
@dotnet-bot test Ubuntu arm Cross Release r2r Build and Test Queues Ubuntu arm Cross Release r2r Build and Test
@dotnet-bot test Windows_NT arm Cross Release normal Build and Test Queues Windows_NT arm Cross Release normal Build and Test
@dotnet-bot test Windows_NT arm Cross Release r2r Build and Test Queues Windows_NT arm Cross Release r2r Build and Test
@dotnet-bot test Tizen armel Cross Checked normal Build and Test Queues Tizen armel Cross Checked normal Build and Test
@dotnet-bot test Tizen armel Cross Debug normal Build Queues Tizen armel Cross Debug normal Build
@dotnet-bot test Tizen armel Cross Release normal Build and Test Queues Tizen armel Cross Release normal Build and Test
@dotnet-bot test CentOS7.1 x64 Checked Build and Test Queues CentOS7.1 x64 Checked Build and Test
@dotnet-bot test Debian8.4 x64 Checked Build Queues Debian8.4 x64 Checked Build
@dotnet-bot test Fedora24 x64 Checked Build Queues Fedora24 x64 Checked Build
@dotnet-bot test OSX10.12 x64 Checked Build and Test Queues OSX10.12 x64 Checked Build and Test
@dotnet-bot test RHEL7.2 x64 Checked Build Queues RHEL7.2 x64 Checked Build
@dotnet-bot test Ubuntu16.04 x64 Checked Build Queues Ubuntu16.04 x64 Checked Build
@dotnet-bot test Ubuntu16.10 x64 Checked Build Queues Ubuntu16.10 x64 Checked Build
@dotnet-bot test Ubuntu x64 Checked Build and Test Queues Ubuntu x64 Checked Build and Test
@dotnet-bot test Windows_NT x64 Checked Build and Test Queues Windows_NT x64 Checked Build and Test
@dotnet-bot test Debian8.4 x64 Debug Build Queues Debian8.4 x64 Debug Build
@dotnet-bot test Fedora24 x64 Debug Build Queues Fedora24 x64 Debug Build
@dotnet-bot test OSX10.12 x64 Debug Build and Test Queues OSX10.12 x64 Debug Build and Test
@dotnet-bot test RHEL7.2 x64 Debug Build Queues RHEL7.2 x64 Debug Build
@dotnet-bot test Ubuntu16.04 x64 Debug Build Queues Ubuntu16.04 x64 Debug Build
@dotnet-bot test Ubuntu16.10 x64 Debug Build Queues Ubuntu16.10 x64 Debug Build
@dotnet-bot test Ubuntu x64 Debug Build and Test Queues Ubuntu x64 Debug Build and Test
@dotnet-bot test Windows_NT x64 Debug Build and Test Queues Windows_NT x64 Debug Build and Test
@dotnet-bot test Ubuntu x64 Checked illink Queues Ubuntu x64 Checked via ILLink
@dotnet-bot test Ubuntu x64 Checked illink Queues Ubuntu x64 Checked via ILLink
@dotnet-bot test Windows_NT x64 Checked illink Queues Windows_NT x64 Checked via ILLink
@dotnet-bot test Ubuntu x64 Debug illink Queues Ubuntu x64 Debug via ILLink
@dotnet-bot test Ubuntu x64 Debug illink Queues Ubuntu x64 Debug via ILLink
@dotnet-bot test Windows_NT x64 Debug illink Queues Windows_NT x64 Debug via ILLink
@dotnet-bot test Ubuntu x64 Release illink Queues Ubuntu x64 Release via ILLink
@dotnet-bot test Ubuntu x64 Release illink Queues Ubuntu x64 Release via ILLink
@dotnet-bot test Windows_NT x64 Release illink Queues Windows_NT x64 Release via ILLink
@dotnet-bot test Windows_NT x86 Checked illink Queues Windows_NT x86 Checked via ILLink
@dotnet-bot test Windows_NT x86 Debug illink Queues Windows_NT x86 Debug via ILLink
@dotnet-bot test Windows_NT x86 Release illink Queues Windows_NT x86 Release via ILLink
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_baseline Build and Test Queues Ubuntu arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_baseline Build and Test Queues Ubuntu arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstress1 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstress1 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x10 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x10 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x80 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs0x80 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs1 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs1 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs2 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs2 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs3 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs3 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs4 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs4 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs8 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_jitstressregs8 Build and Test Queues Ubuntu arm64 Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_minopts Build and Test Queues Ubuntu arm64 Cross Checked corefx_minopts Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_minopts Build and Test Queues Ubuntu arm64 Cross Checked corefx_minopts Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_tieredcompilation Build and Test Queues Ubuntu arm64 Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked corefx_tieredcompilation Build and Test Queues Ubuntu arm64 Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked forcerelocs Build and Test Queues Ubuntu arm64 Cross Checked forcerelocs Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0x3 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0x3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_jitstress1 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_zapdisable Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_zapdisable Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked heapverify1 Build and Test Queues Ubuntu arm64 Cross Checked heapverify1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitnosimd Build and Test Queues Ubuntu arm64 Cross Checked jitnosimd Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress1 Build and Test Queues Ubuntu arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress1_tiered Build and Test Queues Ubuntu arm64 Cross Checked jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs1 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs2 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs3 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs4 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_jitstressregs8 Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstress2_tiered Build and Test Queues Ubuntu arm64 Cross Checked jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs0x1000 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs0x10 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs0x80 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs1 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs2 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs3 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs4 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked jitstressregs8 Build and Test Queues Ubuntu arm64 Cross Checked jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked minopts Build and Test Queues Ubuntu arm64 Cross Checked minopts Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_gcstress15 Build and Test Queues Ubuntu arm64 Cross Checked r2r_gcstress15 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitforcerelocs Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitforcerelocs Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitminopts Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitminopts Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstress1 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstress1_tiered Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstress2 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstress2_tiered Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs0x10 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs0x80 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs1 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs2 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs3 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs4 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked r2r_jitstressregs8 Build and Test Queues Ubuntu arm64 Cross Checked r2r_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked tailcallstress Build and Test Queues Ubuntu arm64 Cross Checked tailcallstress Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked tieredcompilation Build and Test Queues Ubuntu arm64 Cross Checked tieredcompilation Build and Test
@dotnet-bot test Ubuntu arm64 Cross Checked zapdisable Build and Test Queues Ubuntu arm64 Cross Checked zapdisable Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_baseline Build and Test Queues Windows_NT arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstress1 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstress2 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs0x10 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs0x80 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs1 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs2 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs3 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs4 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_jitstressregs8 Build and Test Queues Windows_NT arm64 Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_minopts Build and Test Queues Windows_NT arm64 Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked corefx_tieredcompilation Build and Test Queues Windows_NT arm64 Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked forcerelocs Build and Test Queues Windows_NT arm64 Cross Checked forcerelocs Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0x3 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0x3 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_jitstress1 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_jitstress2 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_zapdisable Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_zapdisable Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test Queues Windows_NT arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked heapverify1 Build and Test Queues Windows_NT arm64 Cross Checked heapverify1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitnosimd Build and Test Queues Windows_NT arm64 Cross Checked jitnosimd Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress1 Build and Test Queues Windows_NT arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress1_tiered Build and Test Queues Windows_NT arm64 Cross Checked jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs1 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs2 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs3 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs4 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs8 Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_tiered Build and Test Queues Windows_NT arm64 Cross Checked jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs0x1000 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs0x10 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs0x80 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs1 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs2 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs3 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs4 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstressregs8 Build and Test Queues Windows_NT arm64 Cross Checked jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked minopts Build and Test Queues Windows_NT arm64 Cross Checked minopts Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked no_tiered_compilation Build and Test Queues Windows_NT arm64 Cross Checked no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked no_tiered_compilation_innerloop Build and Test Queues Windows_NT arm64 Cross Checked no_tiered_compilation_innerloop Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_gcstress15 Build and Test Queues Windows_NT arm64 Cross Checked r2r_gcstress15 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitforcerelocs Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitforcerelocs Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitminopts Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitminopts Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstress1 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstress1_tiered Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstress2 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstress2_tiered Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs0x10 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs0x80 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs1 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs2 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs3 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs4 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_jitstressregs8 Build and Test Queues Windows_NT arm64 Cross Checked r2r_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked r2r_no_tiered_compilation Build and Test Queues Windows_NT arm64 Cross Checked r2r_no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked tailcallstress Build and Test Queues Windows_NT arm64 Cross Checked tailcallstress Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked tieredcompilation Build and Test Queues Windows_NT arm64 Cross Checked tieredcompilation Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked zapdisable Build and Test Queues Windows_NT arm64 Cross Checked zapdisable Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test Queues Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress1 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs0x10 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs0x80 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs1 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs2 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs3 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs4 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstressregs8 Build and Test Queues Ubuntu arm Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test Queues Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_tieredcompilation Build and Test Queues Ubuntu arm Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Ubuntu arm Cross Checked forcerelocs Build and Test Queues Ubuntu arm Cross Checked forcerelocs Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0x3 Build and Test Queues Ubuntu arm Cross Checked gcstress0x3 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc Build and Test Queues Ubuntu arm Cross Checked gcstress0xc Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_jitstress1 Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_jitstress2 Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_minopts_heapverify1 Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_minopts_heapverify1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_zapdisable Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_zapdisable Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test Queues Ubuntu arm Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked heapverify1 Build and Test Queues Ubuntu arm Cross Checked heapverify1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress1 Build and Test Queues Ubuntu arm Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress1_tiered Build and Test Queues Ubuntu arm Cross Checked jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2 Build and Test Queues Ubuntu arm Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs0x1000 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs0x10 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs0x80 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs1 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs2 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs3 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs4 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_jitstressregs8 Build and Test Queues Ubuntu arm Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstress2_tiered Build and Test Queues Ubuntu arm Cross Checked jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs0x1000 Build and Test Queues Ubuntu arm Cross Checked jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs0x10 Build and Test Queues Ubuntu arm Cross Checked jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs0x80 Build and Test Queues Ubuntu arm Cross Checked jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs1 Build and Test Queues Ubuntu arm Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs2 Build and Test Queues Ubuntu arm Cross Checked jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs3 Build and Test Queues Ubuntu arm Cross Checked jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs4 Build and Test Queues Ubuntu arm Cross Checked jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked jitstressregs8 Build and Test Queues Ubuntu arm Cross Checked jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked minopts Build and Test Queues Ubuntu arm Cross Checked minopts Build and Test
@dotnet-bot test Ubuntu arm Cross Checked no_tiered_compilation Build and Test Queues Ubuntu arm Cross Checked no_tiered_compilation Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_gcstress15 Build and Test Queues Ubuntu arm Cross Checked r2r_gcstress15 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitforcerelocs Build and Test Queues Ubuntu arm Cross Checked r2r_jitforcerelocs Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitminopts Build and Test Queues Ubuntu arm Cross Checked r2r_jitminopts Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstress1 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstress1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstress1_tiered Build and Test Queues Ubuntu arm Cross Checked r2r_jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstress2 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstress2_tiered Build and Test Queues Ubuntu arm Cross Checked r2r_jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs0x1000 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs0x10 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs0x80 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs1 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs2 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs3 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs4 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_jitstressregs8 Build and Test Queues Ubuntu arm Cross Checked r2r_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked r2r_no_tiered_compilation Build and Test Queues Ubuntu arm Cross Checked r2r_no_tiered_compilation Build and Test
@dotnet-bot test Ubuntu arm Cross Checked tailcallstress Build and Test Queues Ubuntu arm Cross Checked tailcallstress Build and Test
@dotnet-bot test Ubuntu arm Cross Checked tieredcompilation Build and Test Queues Ubuntu arm Cross Checked tieredcompilation Build and Test
@dotnet-bot test Ubuntu arm Cross Checked zapdisable Build and Test Queues Ubuntu arm Cross Checked zapdisable Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test Queues Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress1 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs0x10 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs0x80 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs1 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs2 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs3 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs4 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstressregs8 Build and Test Queues Windows_NT arm Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_minopts Build and Test Queues Windows_NT arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_tieredcompilation Build and Test Queues Windows_NT arm Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Windows_NT arm Cross Checked forcerelocs Build and Test Queues Windows_NT arm Cross Checked forcerelocs Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0x3 Build and Test Queues Windows_NT arm Cross Checked gcstress0x3 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc Build and Test Queues Windows_NT arm Cross Checked gcstress0xc Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_jitstress1 Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_jitstress2 Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_minopts_heapverify1 Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_minopts_heapverify1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_zapdisable Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_zapdisable Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test Queues Windows_NT arm Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked heapverify1 Build and Test Queues Windows_NT arm Cross Checked heapverify1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitnosimd Build and Test Queues Windows_NT arm Cross Checked jitnosimd Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress1 Build and Test Queues Windows_NT arm Cross Checked jitstress1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress1_tiered Build and Test Queues Windows_NT arm Cross Checked jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2 Build and Test Queues Windows_NT arm Cross Checked jitstress2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs0x1000 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs0x10 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs0x80 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs1 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs2 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs3 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs4 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_jitstressregs8 Build and Test Queues Windows_NT arm Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstress2_tiered Build and Test Queues Windows_NT arm Cross Checked jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs0x1000 Build and Test Queues Windows_NT arm Cross Checked jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs0x10 Build and Test Queues Windows_NT arm Cross Checked jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs0x80 Build and Test Queues Windows_NT arm Cross Checked jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs1 Build and Test Queues Windows_NT arm Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs2 Build and Test Queues Windows_NT arm Cross Checked jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs3 Build and Test Queues Windows_NT arm Cross Checked jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs4 Build and Test Queues Windows_NT arm Cross Checked jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked jitstressregs8 Build and Test Queues Windows_NT arm Cross Checked jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked minopts Build and Test Queues Windows_NT arm Cross Checked minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked no_tiered_compilation Build and Test Queues Windows_NT arm Cross Checked no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT arm Cross Checked no_tiered_compilation_innerloop Build and Test Queues Windows_NT arm Cross Checked no_tiered_compilation_innerloop Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_gcstress15 Build and Test Queues Windows_NT arm Cross Checked r2r_gcstress15 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitforcerelocs Build and Test Queues Windows_NT arm Cross Checked r2r_jitforcerelocs Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitminopts Build and Test Queues Windows_NT arm Cross Checked r2r_jitminopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstress1 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstress1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstress1_tiered Build and Test Queues Windows_NT arm Cross Checked r2r_jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstress2 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstress2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstress2_tiered Build and Test Queues Windows_NT arm Cross Checked r2r_jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs0x1000 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs0x10 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs0x80 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs1 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs2 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs2 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs3 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs3 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs4 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs4 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_jitstressregs8 Build and Test Queues Windows_NT arm Cross Checked r2r_jitstressregs8 Build and Test
@dotnet-bot test Windows_NT arm Cross Checked r2r_no_tiered_compilation Build and Test Queues Windows_NT arm Cross Checked r2r_no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT arm Cross Checked tailcallstress Build and Test Queues Windows_NT arm Cross Checked tailcallstress Build and Test
@dotnet-bot test Windows_NT arm Cross Checked tieredcompilation Build and Test Queues Windows_NT arm Cross Checked tieredcompilation Build and Test
@dotnet-bot test Windows_NT arm Cross Checked zapdisable Build and Test Queues Windows_NT arm Cross Checked zapdisable Build and Test
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_baseline Queues Windows_NT x64_arm64_altjit Checked corefx_baseline
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstress1 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstress1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstress2 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstress2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x1000 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x1000
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x10 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x10
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x80 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs0x80
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs1 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs2 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs3 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs3
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs4 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs4
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_jitstressregs8 Queues Windows_NT x64_arm64_altjit Checked corefx_jitstressregs8
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_minopts Queues Windows_NT x64_arm64_altjit Checked corefx_minopts
@dotnet-bot test Windows_NT x64_arm64_altjit Checked corefx_tieredcompilation Queues Windows_NT x64_arm64_altjit Checked corefx_tieredcompilation
@dotnet-bot test Windows_NT x64_arm64_altjit Checked forcerelocs Queues Windows_NT x64_arm64_altjit Checked forcerelocs
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitincompletehwintrinsic Queues Windows_NT x64_arm64_altjit Checked jitincompletehwintrinsic
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitnosimd Queues Windows_NT x64_arm64_altjit Checked jitnosimd
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitnox86hwintrinsic Queues Windows_NT x64_arm64_altjit Checked jitnox86hwintrinsic
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitsse2only Queues Windows_NT x64_arm64_altjit Checked jitsse2only
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress1 Queues Windows_NT x64_arm64_altjit Checked jitstress1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress1_tiered Queues Windows_NT x64_arm64_altjit Checked jitstress1_tiered
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x1000 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x1000
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x10 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x10
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x80 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs0x80
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs1 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs2 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs3 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs3
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs4 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs4
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs8 Queues Windows_NT x64_arm64_altjit Checked jitstress2_jitstressregs8
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2 Queues Windows_NT x64_arm64_altjit Checked jitstress2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstress2_tiered Queues Windows_NT x64_arm64_altjit Checked jitstress2_tiered
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs0x1000 Queues Windows_NT x64_arm64_altjit Checked jitstressregs0x1000
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs0x10 Queues Windows_NT x64_arm64_altjit Checked jitstressregs0x10
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs0x80 Queues Windows_NT x64_arm64_altjit Checked jitstressregs0x80
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs1 Queues Windows_NT x64_arm64_altjit Checked jitstressregs1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs2 Queues Windows_NT x64_arm64_altjit Checked jitstressregs2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs3 Queues Windows_NT x64_arm64_altjit Checked jitstressregs3
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs4 Queues Windows_NT x64_arm64_altjit Checked jitstressregs4
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitstressregs8 Queues Windows_NT x64_arm64_altjit Checked jitstressregs8
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnoavx2 Queues Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnoavx2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnoavx Queues Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnoavx
@dotnet-bot test Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnosimd Queues Windows_NT x64_arm64_altjit Checked jitx86hwintrinsicnosimd
@dotnet-bot test Windows_NT x64_arm64_altjit Checked minopts Queues Windows_NT x64_arm64_altjit Checked minopts
@dotnet-bot test Windows_NT x64_arm64_altjit Checked no_tiered_compilation_innerloop Queues Windows_NT x64_arm64_altjit Checked no_tiered_compilation_innerloop
@dotnet-bot test Windows_NT x64_arm64_altjit Checked no_tiered_compilation Queues Windows_NT x64_arm64_altjit Checked no_tiered_compilation
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitforcerelocs Queues Windows_NT x64_arm64_altjit Checked r2r_jitforcerelocs
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitminopts Queues Windows_NT x64_arm64_altjit Checked r2r_jitminopts
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstress1 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstress1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstress1_tiered Queues Windows_NT x64_arm64_altjit Checked r2r_jitstress1_tiered
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstress2 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstress2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstress2_tiered Queues Windows_NT x64_arm64_altjit Checked r2r_jitstress2_tiered
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x1000 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x1000
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x10 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x10
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x80 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs0x80
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs1 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs1
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs2 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs2
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs3 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs3
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs4 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs4
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_jitstressregs8 Queues Windows_NT x64_arm64_altjit Checked r2r_jitstressregs8
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r_no_tiered_compilation Queues Windows_NT x64_arm64_altjit Checked r2r_no_tiered_compilation
@dotnet-bot test Windows_NT x64_arm64_altjit Checked tailcallstress Queues Windows_NT x64_arm64_altjit Checked tailcallstress
@dotnet-bot test Windows_NT x64_arm64_altjit Checked tieredcompilation Queues Windows_NT x64_arm64_altjit Checked tieredcompilation
@dotnet-bot test CentOS7.1 x64 Checked r2r_gcstress15 Queues CentOS7.1 x64 Checked R2R gcstress15 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitforcerelocs Queues CentOS7.1 x64 Checked R2R jitforcerelocs Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitminopts Queues CentOS7.1 x64 Checked R2R jitminopts Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstress1 Queues CentOS7.1 x64 Checked R2R jitstress1 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstress1_tiered Queues CentOS7.1 x64 Checked R2R jitstress1_tiered Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstress2 Queues CentOS7.1 x64 Checked R2R jitstress2 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstress2_tiered Queues CentOS7.1 x64 Checked R2R jitstress2_tiered Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs0x1000 Queues CentOS7.1 x64 Checked R2R jitstressregs0x1000 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs0x10 Queues CentOS7.1 x64 Checked R2R jitstressregs0x10 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs0x80 Queues CentOS7.1 x64 Checked R2R jitstressregs0x80 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs1 Queues CentOS7.1 x64 Checked R2R jitstressregs1 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs2 Queues CentOS7.1 x64 Checked R2R jitstressregs2 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs3 Queues CentOS7.1 x64 Checked R2R jitstressregs3 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs4 Queues CentOS7.1 x64 Checked R2R jitstressregs4 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_jitstressregs8 Queues CentOS7.1 x64 Checked R2R jitstressregs8 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked r2r_no_tiered_compilation Queues CentOS7.1 x64 Checked R2R no_tiered_compilation Build and Test
@dotnet-bot test OSX10.12 x64 Checked forcerelocs Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 ForceRelocs=1)
@dotnet-bot test OSX10.12 x64 Checked gcstress0x3 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0x3)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_jitstress1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=1)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_jitstress2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=2)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_minopts_heapverify1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JITMinOpts=1 HeapVerify=1)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_zapdisable Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_zapdisable_heapverify1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 HeapVerify=1)
@dotnet-bot test OSX10.12 x64 Checked gcstress0xc_zapdisable_jitstress2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 JitStress=2)
@dotnet-bot test OSX10.12 x64 Checked heapverify1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 HeapVerify=1)
@dotnet-bot test OSX10.12 x64 Checked jitincompletehwintrinsic Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1)
@dotnet-bot test OSX10.12 x64 Checked jitnosimd Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 FeatureSIMD=0)
@dotnet-bot test OSX10.12 x64 Checked jitnox86hwintrinsic Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableSSE=0 EnableSSE2=0 EnableSSE3=0 EnableSSSE3=0 EnableSSE41=0 EnableSSE42=0 EnableAVX=0 EnableAVX2=0 EnableAES=0 EnableBMI1=0 EnableBMI2=0 EnableFMA=0 EnableLZCNT=0 EnablePCLMULQDQ=0 EnablePOPCNT=0)
@dotnet-bot test OSX10.12 x64 Checked jitsse2only Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableAVX=0 EnableSSE3_4=0)
@dotnet-bot test OSX10.12 x64 Checked jitstress1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=1)
@dotnet-bot test OSX10.12 x64 Checked jitstress1_tiered Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=1)
@dotnet-bot test OSX10.12 x64 Checked jitstress2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs0x1000 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x1000)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs0x10 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x10)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs0x80 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x80)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=1)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=2)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs3 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=3)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs4 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=4)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_jitstressregs8 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=8)
@dotnet-bot test OSX10.12 x64 Checked jitstress2_tiered Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=2)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs0x1000 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs0x10 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs0x80 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs1 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs3 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs4 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test OSX10.12 x64 Checked jitstressregs8 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test OSX10.12 x64 Checked jitx86hwintrinsicnoavx2 Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX2=0)
@dotnet-bot test OSX10.12 x64 Checked jitx86hwintrinsicnoavx Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX=0)
@dotnet-bot test OSX10.12 x64 Checked jitx86hwintrinsicnosimd Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 FeatureSIMD=0)
@dotnet-bot test OSX10.12 x64 Checked minopts Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test OSX10.12 x64 Checked no_tiered_compilation Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test OSX10.12 x64 Checked no_tiered_compilation_innerloop Queues OSX10.12 x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test OSX10.12 x64 Checked r2r_gcstress15 Queues OSX10.12 x64 Checked R2R gcstress15 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitforcerelocs Queues OSX10.12 x64 Checked R2R jitforcerelocs Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitminopts Queues OSX10.12 x64 Checked R2R jitminopts Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstress1 Queues OSX10.12 x64 Checked R2R jitstress1 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstress1_tiered Queues OSX10.12 x64 Checked R2R jitstress1_tiered Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstress2 Queues OSX10.12 x64 Checked R2R jitstress2 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstress2_tiered Queues OSX10.12 x64 Checked R2R jitstress2_tiered Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs0x1000 Queues OSX10.12 x64 Checked R2R jitstressregs0x1000 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs0x10 Queues OSX10.12 x64 Checked R2R jitstressregs0x10 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs0x80 Queues OSX10.12 x64 Checked R2R jitstressregs0x80 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs1 Queues OSX10.12 x64 Checked R2R jitstressregs1 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs2 Queues OSX10.12 x64 Checked R2R jitstressregs2 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs3 Queues OSX10.12 x64 Checked R2R jitstressregs3 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs4 Queues OSX10.12 x64 Checked R2R jitstressregs4 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_jitstressregs8 Queues OSX10.12 x64 Checked R2R jitstressregs8 Build and Test
@dotnet-bot test OSX10.12 x64 Checked r2r_no_tiered_compilation Queues OSX10.12 x64 Checked R2R no_tiered_compilation Build and Test
@dotnet-bot test OSX10.12 x64 Checked tailcallstress Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 TailcallStress=1)
@dotnet-bot test OSX10.12 x64 Checked tieredcompilation Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=1)
@dotnet-bot test OSX10.12 x64 Checked zapdisable Queues OSX10.12 x64 Checked Build and Test (Jit - TieredCompilation=0 ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Ubuntu x64 Checked corefx_baseline Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstress1 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=1)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstress2 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=2)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs0x1000 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs0x10 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs0x80 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs1 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs2 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs3 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs4 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Ubuntu x64 Checked corefx_jitstressregs8 Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Ubuntu x64 Checked corefx_minopts Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Ubuntu x64 Checked corefx_tieredcompilation Queues Ubuntu x64 Checked Build and Test (Jit - CoreFx TieredCompilation=1)
@dotnet-bot test Ubuntu x64 Checked forcerelocs Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 ForceRelocs=1)
@dotnet-bot test Ubuntu x64 Checked gcstress0x3 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0x3)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_jitstress1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=1)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_jitstress2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=2)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_minopts_heapverify1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JITMinOpts=1 HeapVerify=1)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_zapdisable Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_zapdisable_heapverify1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 HeapVerify=1)
@dotnet-bot test Ubuntu x64 Checked gcstress0xc_zapdisable_jitstress2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 JitStress=2)
@dotnet-bot test Ubuntu x64 Checked heapverify1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 HeapVerify=1)
@dotnet-bot test Ubuntu x64 Checked jitincompletehwintrinsic Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1)
@dotnet-bot test Ubuntu x64 Checked jitnosimd Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 FeatureSIMD=0)
@dotnet-bot test Ubuntu x64 Checked jitnox86hwintrinsic Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableSSE=0 EnableSSE2=0 EnableSSE3=0 EnableSSSE3=0 EnableSSE41=0 EnableSSE42=0 EnableAVX=0 EnableAVX2=0 EnableAES=0 EnableBMI1=0 EnableBMI2=0 EnableFMA=0 EnableLZCNT=0 EnablePCLMULQDQ=0 EnablePOPCNT=0)
@dotnet-bot test Ubuntu x64 Checked jitsse2only Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableAVX=0 EnableSSE3_4=0)
@dotnet-bot test Ubuntu x64 Checked jitstress1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=1)
@dotnet-bot test Ubuntu x64 Checked jitstress1_tiered Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=1)
@dotnet-bot test Ubuntu x64 Checked jitstress2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs0x1000 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x1000)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs0x10 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x10)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs0x80 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x80)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=1)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=2)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs3 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=3)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs4 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=4)
@dotnet-bot test Ubuntu x64 Checked jitstress2_jitstressregs8 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=8)
@dotnet-bot test Ubuntu x64 Checked jitstress2_tiered Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=2)
@dotnet-bot test Ubuntu x64 Checked jitstressregs0x1000 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Ubuntu x64 Checked jitstressregs0x10 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Ubuntu x64 Checked jitstressregs0x80 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Ubuntu x64 Checked jitstressregs1 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Ubuntu x64 Checked jitstressregs2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Ubuntu x64 Checked jitstressregs3 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Ubuntu x64 Checked jitstressregs4 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Ubuntu x64 Checked jitstressregs8 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Ubuntu x64 Checked jitx86hwintrinsicnoavx2 Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX2=0)
@dotnet-bot test Ubuntu x64 Checked jitx86hwintrinsicnoavx Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX=0)
@dotnet-bot test Ubuntu x64 Checked jitx86hwintrinsicnosimd Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 FeatureSIMD=0)
@dotnet-bot test Ubuntu x64 Checked minopts Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Ubuntu x64 Checked no_tiered_compilation Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test Ubuntu x64 Checked r2r_gcstress15 Queues Ubuntu x64 Checked R2R gcstress15 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitforcerelocs Queues Ubuntu x64 Checked R2R jitforcerelocs Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitminopts Queues Ubuntu x64 Checked R2R jitminopts Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstress1 Queues Ubuntu x64 Checked R2R jitstress1 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstress1_tiered Queues Ubuntu x64 Checked R2R jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstress2 Queues Ubuntu x64 Checked R2R jitstress2 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstress2_tiered Queues Ubuntu x64 Checked R2R jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs0x1000 Queues Ubuntu x64 Checked R2R jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs0x10 Queues Ubuntu x64 Checked R2R jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs0x80 Queues Ubuntu x64 Checked R2R jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs1 Queues Ubuntu x64 Checked R2R jitstressregs1 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs2 Queues Ubuntu x64 Checked R2R jitstressregs2 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs3 Queues Ubuntu x64 Checked R2R jitstressregs3 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs4 Queues Ubuntu x64 Checked R2R jitstressregs4 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_jitstressregs8 Queues Ubuntu x64 Checked R2R jitstressregs8 Build and Test
@dotnet-bot test Ubuntu x64 Checked r2r_no_tiered_compilation Queues Ubuntu x64 Checked R2R no_tiered_compilation Build and Test
@dotnet-bot test Ubuntu x64 Checked tailcallstress Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 TailcallStress=1)
@dotnet-bot test Ubuntu x64 Checked tieredcompilation Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=1)
@dotnet-bot test Ubuntu x64 Checked zapdisable Queues Ubuntu x64 Checked Build and Test (Jit - TieredCompilation=0 ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Windows_NT x64 Checked corefx_baseline Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstress1 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=1)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstress2 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=2)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs0x1000 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs0x10 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs0x80 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs1 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs2 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs3 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs4 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Windows_NT x64 Checked corefx_jitstressregs8 Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Windows_NT x64 Checked corefx_minopts Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Windows_NT x64 Checked corefx_tieredcompilation Queues Windows_NT x64 Checked Build and Test (Jit - CoreFx TieredCompilation=1)
@dotnet-bot test Windows_NT x64 Checked forcerelocs Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 ForceRelocs=1)
@dotnet-bot test Windows_NT x64 Checked gcstress0x3 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0x3)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_jitstress1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=1)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_jitstress2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=2)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_minopts_heapverify1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JITMinOpts=1 HeapVerify=1)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_zapdisable_heapverify1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 HeapVerify=1)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_zapdisable_jitstress2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 JitStress=2)
@dotnet-bot test Windows_NT x64 Checked gcstress0xc_zapdisable Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Windows_NT x64 Checked heapverify1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 HeapVerify=1)
@dotnet-bot test Windows_NT x64 Checked jitincompletehwintrinsic Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1)
@dotnet-bot test Windows_NT x64 Checked jitnosimd Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 FeatureSIMD=0)
@dotnet-bot test Windows_NT x64 Checked jitnox86hwintrinsic Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableSSE=0 EnableSSE2=0 EnableSSE3=0 EnableSSSE3=0 EnableSSE41=0 EnableSSE42=0 EnableAVX=0 EnableAVX2=0 EnableAES=0 EnableBMI1=0 EnableBMI2=0 EnableFMA=0 EnableLZCNT=0 EnablePCLMULQDQ=0 EnablePOPCNT=0)
@dotnet-bot test Windows_NT x64 Checked jitsse2only Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableAVX=0 EnableSSE3_4=0)
@dotnet-bot test Windows_NT x64 Checked jitstress1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=1)
@dotnet-bot test Windows_NT x64 Checked jitstress1_tiered Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=1)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs0x1000 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs0x10 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs0x80 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=1)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=2)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs3 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=3)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs4 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=4)
@dotnet-bot test Windows_NT x64 Checked jitstress2_jitstressregs8 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=8)
@dotnet-bot test Windows_NT x64 Checked jitstress2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2)
@dotnet-bot test Windows_NT x64 Checked jitstress2_tiered Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=1 JitStress=2)
@dotnet-bot test Windows_NT x64 Checked jitstressregs0x1000 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x64 Checked jitstressregs0x10 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x64 Checked jitstressregs0x80 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x64 Checked jitstressregs1 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Windows_NT x64 Checked jitstressregs2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Windows_NT x64 Checked jitstressregs3 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Windows_NT x64 Checked jitstressregs4 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Windows_NT x64 Checked jitstressregs8 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnoavx2 Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX2=0)
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnoavx Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX=0)
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnosimd Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 FeatureSIMD=0)
@dotnet-bot test Windows_NT x64 Checked minopts Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Windows_NT x64 Checked no_tiered_compilation Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test Windows_NT x64 Checked r2r_gcstress15 Queues Windows_NT x64 Checked R2R gcstress15 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitforcerelocs Queues Windows_NT x64 Checked R2R jitforcerelocs Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitminopts Queues Windows_NT x64 Checked R2R jitminopts Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstress1 Queues Windows_NT x64 Checked R2R jitstress1 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstress1_tiered Queues Windows_NT x64 Checked R2R jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstress2 Queues Windows_NT x64 Checked R2R jitstress2 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstress2_tiered Queues Windows_NT x64 Checked R2R jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs0x1000 Queues Windows_NT x64 Checked R2R jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs0x10 Queues Windows_NT x64 Checked R2R jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs0x80 Queues Windows_NT x64 Checked R2R jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs1 Queues Windows_NT x64 Checked R2R jitstressregs1 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs2 Queues Windows_NT x64 Checked R2R jitstressregs2 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs3 Queues Windows_NT x64 Checked R2R jitstressregs3 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs4 Queues Windows_NT x64 Checked R2R jitstressregs4 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_jitstressregs8 Queues Windows_NT x64 Checked R2R jitstressregs8 Build and Test
@dotnet-bot test Windows_NT x64 Checked r2r_no_tiered_compilation Queues Windows_NT x64 Checked R2R no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT x64 Checked tailcallstress Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 TailcallStress=1)
@dotnet-bot test Windows_NT x64 Checked tieredcompilation Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=1)
@dotnet-bot test Windows_NT x64 Checked zapdisable Queues Windows_NT x64 Checked Build and Test (Jit - TieredCompilation=0 ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_baseline Queues Windows_NT x86_arm_altjit Checked corefx_baseline
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstress1 Queues Windows_NT x86_arm_altjit Checked corefx_jitstress1
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstress2 Queues Windows_NT x86_arm_altjit Checked corefx_jitstress2
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x1000 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x1000
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x10 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x10
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x80 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs0x80
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs1 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs1
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs2 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs2
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs3 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs3
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs4 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs4
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_jitstressregs8 Queues Windows_NT x86_arm_altjit Checked corefx_jitstressregs8
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_minopts Queues Windows_NT x86_arm_altjit Checked corefx_minopts
@dotnet-bot test Windows_NT x86_arm_altjit Checked corefx_tieredcompilation Queues Windows_NT x86_arm_altjit Checked corefx_tieredcompilation
@dotnet-bot test Windows_NT x86_arm_altjit Checked forcerelocs Queues Windows_NT x86_arm_altjit Checked forcerelocs
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitincompletehwintrinsic Queues Windows_NT x86_arm_altjit Checked jitincompletehwintrinsic
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitnosimd Queues Windows_NT x86_arm_altjit Checked jitnosimd
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitnox86hwintrinsic Queues Windows_NT x86_arm_altjit Checked jitnox86hwintrinsic
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitsse2only Queues Windows_NT x86_arm_altjit Checked jitsse2only
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress1 Queues Windows_NT x86_arm_altjit Checked jitstress1
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress1_tiered Queues Windows_NT x86_arm_altjit Checked jitstress1_tiered
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x1000 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x1000
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x10 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x10
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x80 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs0x80
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs1 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs1
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs2 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs2
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs3 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs3
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs4 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs4
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs8 Queues Windows_NT x86_arm_altjit Checked jitstress2_jitstressregs8
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2 Queues Windows_NT x86_arm_altjit Checked jitstress2
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstress2_tiered Queues Windows_NT x86_arm_altjit Checked jitstress2_tiered
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs0x1000 Queues Windows_NT x86_arm_altjit Checked jitstressregs0x1000
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs0x10 Queues Windows_NT x86_arm_altjit Checked jitstressregs0x10
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs0x80 Queues Windows_NT x86_arm_altjit Checked jitstressregs0x80
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs1 Queues Windows_NT x86_arm_altjit Checked jitstressregs1
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs2 Queues Windows_NT x86_arm_altjit Checked jitstressregs2
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs3 Queues Windows_NT x86_arm_altjit Checked jitstressregs3
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs4 Queues Windows_NT x86_arm_altjit Checked jitstressregs4
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitstressregs8 Queues Windows_NT x86_arm_altjit Checked jitstressregs8
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnoavx2 Queues Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnoavx2
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnoavx Queues Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnoavx
@dotnet-bot test Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnosimd Queues Windows_NT x86_arm_altjit Checked jitx86hwintrinsicnosimd
@dotnet-bot test Windows_NT x86_arm_altjit Checked minopts Queues Windows_NT x86_arm_altjit Checked minopts
@dotnet-bot test Windows_NT x86_arm_altjit Checked no_tiered_compilation_innerloop Queues Windows_NT x86_arm_altjit Checked no_tiered_compilation_innerloop
@dotnet-bot test Windows_NT x86_arm_altjit Checked no_tiered_compilation Queues Windows_NT x86_arm_altjit Checked no_tiered_compilation
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitforcerelocs Queues Windows_NT x86_arm_altjit Checked r2r_jitforcerelocs
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitminopts Queues Windows_NT x86_arm_altjit Checked r2r_jitminopts
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstress1 Queues Windows_NT x86_arm_altjit Checked r2r_jitstress1
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstress1_tiered Queues Windows_NT x86_arm_altjit Checked r2r_jitstress1_tiered
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstress2 Queues Windows_NT x86_arm_altjit Checked r2r_jitstress2
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstress2_tiered Queues Windows_NT x86_arm_altjit Checked r2r_jitstress2_tiered
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x1000 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x1000
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x10 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x10
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x80 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs0x80
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs1 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs1
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs2 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs2
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs3 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs3
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs4 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs4
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_jitstressregs8 Queues Windows_NT x86_arm_altjit Checked r2r_jitstressregs8
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r_no_tiered_compilation Queues Windows_NT x86_arm_altjit Checked r2r_no_tiered_compilation
@dotnet-bot test Windows_NT x86_arm_altjit Checked tailcallstress Queues Windows_NT x86_arm_altjit Checked tailcallstress
@dotnet-bot test Windows_NT x86_arm_altjit Checked tieredcompilation Queues Windows_NT x86_arm_altjit Checked tieredcompilation
@dotnet-bot test Windows_NT x86 Checked corefx_baseline Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstress1 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=1)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstress2 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStress=2)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs0x1000 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs0x10 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs0x80 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs1 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs2 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs3 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs4 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Windows_NT x86 Checked corefx_jitstressregs8 Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Windows_NT x86 Checked corefx_minopts Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Windows_NT x86 Checked corefx_tieredcompilation Queues Windows_NT x86 Checked Build and Test (Jit - CoreFx TieredCompilation=1)
@dotnet-bot test Windows_NT x86 Checked forcerelocs Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 ForceRelocs=1)
@dotnet-bot test Windows_NT x86 Checked gcstress0x3 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0x3)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_jitstress1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=1)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_jitstress2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JitStress=2)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_minopts_heapverify1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC JITMinOpts=1 HeapVerify=1)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_zapdisable_heapverify1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 HeapVerify=1)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_zapdisable_jitstress2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0 JitStress=2)
@dotnet-bot test Windows_NT x86 Checked gcstress0xc_zapdisable Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 GCStress=0xC ZapDisable=1 ReadyToRun=0)
@dotnet-bot test Windows_NT x86 Checked heapverify1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 HeapVerify=1)
@dotnet-bot test Windows_NT x86 Checked jitincompletehwintrinsic Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1)
@dotnet-bot test Windows_NT x86 Checked jitnosimd Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 FeatureSIMD=0)
@dotnet-bot test Windows_NT x86 Checked jitnox86hwintrinsic Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableSSE=0 EnableSSE2=0 EnableSSE3=0 EnableSSSE3=0 EnableSSE41=0 EnableSSE42=0 EnableAVX=0 EnableAVX2=0 EnableAES=0 EnableBMI1=0 EnableBMI2=0 EnableFMA=0 EnableLZCNT=0 EnablePCLMULQDQ=0 EnablePOPCNT=0)
@dotnet-bot test Windows_NT x86 Checked jitsse2only Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableAVX=0 EnableSSE3_4=0)
@dotnet-bot test Windows_NT x86 Checked jitstress1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=1)
@dotnet-bot test Windows_NT x86 Checked jitstress1_tiered Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=1 JitStress=1)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs0x1000 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs0x10 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs0x80 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=1)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=2)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs3 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=3)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs4 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=4)
@dotnet-bot test Windows_NT x86 Checked jitstress2_jitstressregs8 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2 JitStressRegs=8)
@dotnet-bot test Windows_NT x86 Checked jitstress2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStress=2)
@dotnet-bot test Windows_NT x86 Checked jitstress2_tiered Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=1 JitStress=2)
@dotnet-bot test Windows_NT x86 Checked jitstressregs0x1000 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x1000)
@dotnet-bot test Windows_NT x86 Checked jitstressregs0x10 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x10)
@dotnet-bot test Windows_NT x86 Checked jitstressregs0x80 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=0x80)
@dotnet-bot test Windows_NT x86 Checked jitstressregs1 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=1)
@dotnet-bot test Windows_NT x86 Checked jitstressregs2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=2)
@dotnet-bot test Windows_NT x86 Checked jitstressregs3 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=3)
@dotnet-bot test Windows_NT x86 Checked jitstressregs4 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=4)
@dotnet-bot test Windows_NT x86 Checked jitstressregs8 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JitStressRegs=8)
@dotnet-bot test Windows_NT x86 Checked jitx86hwintrinsicnoavx2 Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX2=0)
@dotnet-bot test Windows_NT x86 Checked jitx86hwintrinsicnoavx Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 EnableAVX=0)
@dotnet-bot test Windows_NT x86 Checked jitx86hwintrinsicnosimd Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 EnableIncompleteISAClass=1 FeatureSIMD=0)
@dotnet-bot test Windows_NT x86 Checked minopts Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 JITMinOpts=1)
@dotnet-bot test Windows_NT x86 Checked no_tiered_compilation Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test Windows_NT x86 Checked r2r_gcstress15 Queues Windows_NT x86 Checked R2R gcstress15 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitforcerelocs Queues Windows_NT x86 Checked R2R jitforcerelocs Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitminopts Queues Windows_NT x86 Checked R2R jitminopts Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstress1 Queues Windows_NT x86 Checked R2R jitstress1 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstress1_tiered Queues Windows_NT x86 Checked R2R jitstress1_tiered Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstress2 Queues Windows_NT x86 Checked R2R jitstress2 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstress2_tiered Queues Windows_NT x86 Checked R2R jitstress2_tiered Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs0x1000 Queues Windows_NT x86 Checked R2R jitstressregs0x1000 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs0x10 Queues Windows_NT x86 Checked R2R jitstressregs0x10 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs0x80 Queues Windows_NT x86 Checked R2R jitstressregs0x80 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs1 Queues Windows_NT x86 Checked R2R jitstressregs1 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs2 Queues Windows_NT x86 Checked R2R jitstressregs2 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs3 Queues Windows_NT x86 Checked R2R jitstressregs3 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs4 Queues Windows_NT x86 Checked R2R jitstressregs4 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_jitstressregs8 Queues Windows_NT x86 Checked R2R jitstressregs8 Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r_no_tiered_compilation Queues Windows_NT x86 Checked R2R no_tiered_compilation Build and Test
@dotnet-bot test Windows_NT x86 Checked tailcallstress Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 TailcallStress=1)
@dotnet-bot test Windows_NT x86 Checked tieredcompilation Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=1)
@dotnet-bot test Windows_NT x86 Checked zapdisable Queues Windows_NT x86 Checked Build and Test (Jit - TieredCompilation=0 ZapDisable=1 ReadyToRun=0)
@dotnet-bot test CentOS7.1 x64 Release Build and Test Queues CentOS7.1 x64 Release Build and Test
@dotnet-bot test Debian8.4 x64 Release Build Queues Debian8.4 x64 Release Build
@dotnet-bot test Fedora24 x64 Release Build Queues Fedora24 x64 Release Build
@dotnet-bot test OSX10.12 x64 Release Build and Test Queues OSX10.12 x64 Release Build and Test
@dotnet-bot test RHEL7.2 x64 Release Build Queues RHEL7.2 x64 Release Build
@dotnet-bot test Ubuntu16.04 x64 Release Build Queues Ubuntu16.04 x64 Release Build
@dotnet-bot test Ubuntu16.10 x64 Release Build Queues Ubuntu16.10 x64 Release Build
@dotnet-bot test Ubuntu x64 Release Build and Test Queues Ubuntu x64 Release Build and Test
@dotnet-bot test Windows_NT x64 Release Build and Test Queues Windows_NT x64 Release Build and Test
@dotnet-bot test Windows_NT x64_arm64_altjit Checked normal Queues Windows_NT x64_arm64_altjit Checked normal
@dotnet-bot test Windows_NT x64_arm64_altjit Checked r2r Queues Windows_NT x64_arm64_altjit Checked r2r
@dotnet-bot test Windows_NT x64_arm64_altjit Debug normal Queues Windows_NT x64_arm64_altjit Debug normal
@dotnet-bot test Windows_NT x64_arm64_altjit Release normal Queues Windows_NT x64_arm64_altjit Release normal
@dotnet-bot test Windows_NT x64_arm64_altjit Release r2r Queues Windows_NT x64_arm64_altjit Release r2r
@dotnet-bot test CentOS7.1 x64 Checked r2r Queues CentOS7.1 x64 Checked R2R Build and Test
@dotnet-bot test OSX10.12 x64 Checked CoreFX Tests Queues OSX10.12 x64 Checked CoreFX Tests
@dotnet-bot test OSX10.12 x64 Checked gc_reliability_framework Queues OSX10.12 x64 Checked GC Reliability Framework
@dotnet-bot test OSX10.12 x64 Checked r2r Queues OSX10.12 x64 Checked R2R Build and Test
@dotnet-bot test OSX10.12 x64 Checked standalone_gc Queues OSX10.12 x64 Checked Standalone GC
@dotnet-bot test Ubuntu x64 Checked gc_reliability_framework Queues Ubuntu x64 Checked GC Reliability Framework
@dotnet-bot test Ubuntu x64 Checked r2r Queues Ubuntu x64 Checked R2R Build and Test
@dotnet-bot test Ubuntu x64 Checked standalone_gc Queues Ubuntu x64 Checked Standalone GC
@dotnet-bot test Windows_NT x64 Checked gc_reliability_framework Queues Windows_NT x64 Checked GC Reliability Framework
@dotnet-bot test Windows_NT x64 Checked r2r Queues Windows_NT x64 Checked R2R Build and Test
@dotnet-bot test Windows_NT x64 Checked standalone_gc Queues Windows_NT x64 Checked Standalone GC
@dotnet-bot test OSX10.12 x64 Debug CoreFX Tests Queues OSX10.12 x64 Debug CoreFX Tests
@dotnet-bot test Ubuntu x64 Debug CoreFX Tests Queues Ubuntu x64 Debug CoreFX Tests
@dotnet-bot test Windows_NT x64 Debug CoreFX Tests Queues Windows_NT x64 Debug CoreFX Tests
@dotnet-bot test CentOS7.1 x64 Release r2r Queues CentOS7.1 x64 Release R2R Build and Test
@dotnet-bot test OSX10.12 x64 Release CoreFX Tests Queues OSX10.12 x64 Release CoreFX Tests
@dotnet-bot test OSX10.12 x64 Release gc_reliability_framework Queues OSX10.12 x64 Release GC Reliability Framework
@dotnet-bot test OSX10.12 x64 Release gcsimulator Queues OSX10.12 x64 Release GC Simulator
@dotnet-bot test OSX10.12 x64 Release ilrt Queues OSX10.12 x64 Release IL RoundTrip Build and Test
@dotnet-bot test OSX10.12 x64 Release longgc Queues OSX10.12 x64 Release Long-Running GC Build & Test
@dotnet-bot test OSX10.12 x64 Release r2r Queues OSX10.12 x64 Release R2R Build and Test
@dotnet-bot test OSX10.12 x64 Release standalone_gc Queues OSX10.12 x64 Release Standalone GC
@dotnet-bot test Ubuntu x64 Release CoreFX Tests Queues Ubuntu x64 Release CoreFX Tests
@dotnet-bot test Ubuntu x64 Release gc_reliability_framework Queues Ubuntu x64 Release GC Reliability Framework
@dotnet-bot test Ubuntu x64 Release gcsimulator Queues Ubuntu x64 Release GC Simulator
@dotnet-bot test Ubuntu x64 Release ilrt Queues Ubuntu x64 Release IL RoundTrip Build and Test
@dotnet-bot test Ubuntu x64 Release longgc Queues Ubuntu x64 Release Long-Running GC Build & Test
@dotnet-bot test Ubuntu x64 Release r2r Queues Ubuntu x64 Release R2R Build and Test
@dotnet-bot test Ubuntu x64 Release standalone_gc Queues Ubuntu x64 Release Standalone GC
@dotnet-bot test Windows_NT x64 Release gc_reliability_framework Queues Windows_NT x64 Release GC Reliability Framework
@dotnet-bot test Windows_NT x64 Release gcsimulator Queues Windows_NT x64 Release GC Simulator
@dotnet-bot test Windows_NT x64 Release ilrt Queues Windows_NT x64 Release IL RoundTrip Build and Test
@dotnet-bot test Windows_NT x64 Release longgc Queues Windows_NT x64 Release Long-Running GC Build & Test
@dotnet-bot test Windows_NT x64 Release r2r Queues Windows_NT x64 Release R2R Build and Test
@dotnet-bot test Windows_NT x64 Release standalone_gc Queues Windows_NT x64 Release Standalone GC
@dotnet-bot test Windows_NT x86_arm_altjit Checked normal Queues Windows_NT x86_arm_altjit Checked normal
@dotnet-bot test Windows_NT x86_arm_altjit Checked r2r Queues Windows_NT x86_arm_altjit Checked r2r
@dotnet-bot test Windows_NT x86_arm_altjit Debug normal Queues Windows_NT x86_arm_altjit Debug normal
@dotnet-bot test Windows_NT x86_arm_altjit Release normal Queues Windows_NT x86_arm_altjit Release normal
@dotnet-bot test Windows_NT x86_arm_altjit Release r2r Queues Windows_NT x86_arm_altjit Release r2r
@dotnet-bot test Ubuntu x86 Checked Queues Ubuntu x86 Checked Build
@dotnet-bot test Windows_NT x86 Checked Build and Test Queues Windows_NT x86 Checked Build and Test
@dotnet-bot test Windows_NT x86 Checked r2r Queues Windows_NT x86 Checked R2R Build and Test
@dotnet-bot test Ubuntu x86 Debug Queues Ubuntu x86 Debug Build
@dotnet-bot test Windows_NT x86 Debug Build and Test Queues Windows_NT x86 Debug Build and Test
@dotnet-bot test Ubuntu x86 Release Queues Ubuntu x86 Release Build
@dotnet-bot test Windows_NT x86 Release Build and Test Queues Windows_NT x86 Release Build and Test
@dotnet-bot test Windows_NT x86 Release r2r Queues Windows_NT x86 Release R2R Build and Test

Have a nice day!

@kouvel
Copy link
Member Author

kouvel commented Aug 17, 2018

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test

@kouvel kouvel changed the title Enable Tiered Compilation by default Enable Tiered Compilation by default Aug 17, 2018
@kouvel kouvel changed the title Enable Tiered Compilation by default [WIP] Enable Tiered Compilation by default Aug 17, 2018
@kouvel kouvel changed the title [WIP] Enable Tiered Compilation by default Enable Tiered Compilation by default Aug 17, 2018
@kouvel
Copy link
Member Author

kouvel commented Aug 17, 2018

I believe this is ready to go. @noahfalk I added a commit on top of your previous enable commit to clean up the JitBench config names.

@kouvel
Copy link
Member Author

kouvel commented Aug 17, 2018

Not sure why it's still showing the WIP check, there's no WIP anywhere

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndreyAkinshin
Copy link
Member

Is it possible to introduce a reliable API which checks that the Tiered Compilation is enabled? (An ugly hack which takes this information from the runtime internals will be also OK.) We really need this API in BenchmarkDotNet.

@kouvel
Copy link
Member Author

kouvel commented Aug 17, 2018

@AndreyAkinshin, how would you use that API? I would like to add some trace events (perhaps also in API surface if that's useful) along the lines of what I described here, which I thought would be useful for BenchmarkDotNet. There are some thoughts on info that would be useful to provide for debugging and analyzing perf traces and we are planning to do some work in that area.

@kouvel kouvel merged commit f6174b9 into dotnet:master Aug 17, 2018
@kouvel kouvel deleted the EnableTiering4 branch August 17, 2018 15:31
@BruceForstall
Copy link
Member

@dotnet/jit-contrib @dotnet/arm32-contrib @dotnet/arm64-contrib Note that Tiered Compilation is now on by default. You can set COMPlus_TieredCompilation=0 to disable it (and get previous behavior). Note that most CI jobs do this, and there are some new tiering-specific CI jobs that do not.

kouvel added a commit to kouvel/coreclr that referenced this pull request Aug 20, 2018
Port of dotnet#19525 to 2.2

1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
5) Adjust config names for JitBench
kouvel added a commit to kouvel/coreclr that referenced this pull request Aug 22, 2018
Port of dotnet#19525 to 2.2

1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
5) Adjust config names for JitBench
kouvel added a commit to kouvel/coreclr that referenced this pull request Aug 22, 2018
Port of dotnet#19525 to 2.2

1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
5) Adjust config names for JitBench
kouvel added a commit to kouvel/coreclr that referenced this pull request Aug 24, 2018
Port of dotnet#19525 to 2.2

1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
5) Adjust config names for JitBench
kouvel added a commit to kouvel/coreclr that referenced this pull request Aug 27, 2018
Port of dotnet#19525 to 2.2

1) Changes the default state of the tiered compilation feature check to be ON BY DEFAULT
2) Removed comments about the source about this being a work in progress. Although it will surely continue to evolve and improve, remaining issues would be better tracked in our issue tracking system with the same default presumption as other runtime features - assume it works unless noted otherwise.
3) Adjusts a number of tests and automated scripts that made assumptions that the default setting of this feature is off.
4) Stop accepting the deprecated env var COMPLUS_EXPERIMENTAL_TieredCompilation. I'm not aware it has any remaining usage but if so we're going to find out.
5) Adjust config names for JitBench
kouvel added a commit that referenced this pull request Aug 30, 2018
This is a port of several changes that went into master after 2.2 forked, including dependencies for, and enabling tiered compilation by default in 2.2. Quick summary of commits is below, see the commit descriptions and PRs for more info.
- Commit 1 - Fix nested spin locks in thread pool etw firing (#17677)
  - Fixes a lock nesting issue when there is an ETW listener, which can occur without tiering, but is almost deterministic with tiering enabled because the first event that is fired typically hits this code path
- Commit 2 - Don't close the JIT func info file on shutdown (#18060)
  - Fixes a crash during shutdown that only occurs when JIT logging is enabled (typically in the coreclr tests and CI). More frequent with tiering enabled because of different JIT timing and background jitting.
- Commit 3 - Apply tiering's call counting delay more broadly (#18610)
  - Fixes a perf issue when tiering is enabled in server first-request scenarios where there is a significant gap between process startup and first request
- Commit 4 - Changes only affect debug builds - Eliminate arm64 contract asserts (#19015)
  - Fixes some incorrect asserts that trigger more frequently with tiering
- Commit 5 - Use 16 bytes to spill SIMD12 (#19237)
  - Fixes a crash in corefx System.Numerics.Tests.Vector3Tests.Vector3EqualsTest. Occurs with minopt JIT or with tiering.
- Commit 6 - Fix an apartment state issue (partial port of #19384)
  - This is a partial port of this PR (only the portion that addresses issue #17822)
  - This is a breaking change, though a minor one that we have concluded is an acceptable risk to take for 2.2
  - Fixes a behavioral difference that can be seen more easily tiering enabled in APIs on the `Thread` class relevant to apartment state. The issue can also be seen in some cases when tiering is disabled.
- Commit 7 - Enable Tiered Compilation by default (#19525)
  - Enables tiering by default, can be disabled through environment, or through .csproj/.json when using dotnet
  - Removes deprecated config variable (EXPERIMENTAL_TieredCompilation) that was previously exposed in 2.1 along with the current config variable (TieredCompilation), along with miscellaneous test fixes
- Commit 8 - Changes only affect tests - Fix tiered compilation option for case-sensitive systems (#19567)
  - Fixes tiering environment variable casing for non-Windows platforms
- Commit 9 - Disable tiered compilation on arm64
  - There is an open issue that may be partly related to minopts on arm64 (https://github.com/dotnet/coreclr/issues/18895). Disabling tiering by default on arm64 to limit exposing new issues.

This change would be followed up with dotnet/corefx#31822
- Adds tests for Commit 6 - Fix an apartment state issue (partial port of #19384)
  - Changes only affect tests

Closes https://github.com/dotnet/coreclr/issues/18973
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants