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

Preserve Vector Arg registers on Arm64 #22257

Merged
merged 2 commits into from
Feb 1, 2019

Conversation

CarolEidt
Copy link

Fix #14371

@CarolEidt
Copy link
Author

@jashook @janvorli @jkotas PTAL
cc @dotnet/jit-contrib @sergiy-k

@jkotas
Copy link
Member

jkotas commented Jan 29, 2019

Is this fixing any actual functional bug; or is this a prep-work/cleanup for other changes?

@CarolEidt
Copy link
Author

@jkotas, there isn't an actual bug (that I know of) that this fixes (other than the #14371). Since we support the 128-bit vector types Vector128<T>, Vector<T> and Vector4, the latter of which (and arguably the first as well) is an interop type, we should be following the Arm64 ABI for these.

Copy link

@jashook jashook left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -573,8 +573,8 @@ class ArgIteratorTemplate : public ARGITERATOR_BASE

if (TransitionBlock::IsFloatArgumentRegisterOffset(argOffset))
{
// Dividing by 8 as size of each register in FloatArgumentRegisters is 8 bytes.
pLoc->m_idxFloatReg = (argOffset - TransitionBlock::GetOffsetOfFloatArgumentRegisters()) / 8;
// Dividing by 8 as size of each register in FloatArgumentRegisters is 16 bytes.
Copy link

Choose a reason for hiding this comment

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

nit: Dividing by 8 as size of each register in FloatArgumentRegisters is 16 bytes should be Dividing by 16 as size of each register in FloatArgumentRegisters is 16 bytes

Copy link
Author

Choose a reason for hiding this comment

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

Oops!

@jashook
Copy link

jashook commented Jan 29, 2019

I think it is worth running some of the outerloop arm64 jobs on this pr before merging

@CarolEidt
Copy link
Author

@jashook - Yes, I am planning to do so (and suggestions are welcome!), but I wanted to get some review first, as I'm not familiar with most of this code, and thought perhaps one of the reviewers might catch something I've missed.

@briansull
Copy link

@BruceForstall FYI we were discussing this yesterday

@CarolEidt
Copy link
Author

@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 \QWindows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness\E Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test \QWindows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness\E Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test \QWindows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness\E Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness
@dotnet-bot test \QWindows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness\E 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 \QWindows_NT arm64 Cross Checked Innerloop Build and Test\E Windows_NT arm64 Cross Checked Innerloop Build and Test
@dotnet-bot test \QUbuntu arm Cross Checked crossgen_comparison Build and Test\E Ubuntu arm Cross Checked crossgen_comparison Build and Test
@dotnet-bot test \QWindows_NT arm Cross Checked Innerloop Build and Test\E Windows_NT arm Cross Checked Innerloop Build and Test
@dotnet-bot test \QUbuntu arm Cross Release crossgen_comparison Build and Test\E Ubuntu arm Cross Release crossgen_comparison Build and Test
@dotnet-bot test \QUbuntu x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)\E Ubuntu x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test \QWindows_NT x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)\E Windows_NT x64 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test \QWindows_NT x86 Checked Innerloop Build and Test (Jit - TieredCompilation=0)\E Windows_NT x86 Checked Innerloop Build and Test (Jit - TieredCompilation=0)
@dotnet-bot test \QCentOS7.1 x64 Checked Innerloop Build and Test\E CentOS7.1 x64 Checked Innerloop Build and Test
@dotnet-bot test \QOSX10.12 x64 Checked Innerloop Build and Test\E OSX10.12 x64 Checked Innerloop Build and Test
@dotnet-bot test \QUbuntu x64 Checked CoreFX Tests\E Ubuntu x64 Checked CoreFX Tests
@dotnet-bot test \QUbuntu x64 Checked Innerloop Build and Test\E Ubuntu x64 Checked Innerloop Build and Test
@dotnet-bot test \QWindows_NT x64 Checked CoreFX Tests\E Windows_NT x64 Checked CoreFX Tests
@dotnet-bot test \QWindows_NT x64 Checked Innerloop Build and Test\E Windows_NT x64 Checked Innerloop Build and Test
@dotnet-bot test \QCentOS7.1 x64 Debug Innerloop Build\E CentOS7.1 x64 Debug Innerloop Build
@dotnet-bot test \QWindows_NT x64 Release CoreFX Tests\E Windows_NT x64 Release CoreFX Tests
@dotnet-bot test \QUbuntu x64 Formatting\E Ubuntu x64 Formatting
@dotnet-bot test \QWindows_NT x64 Formatting\E Windows_NT x64 Formatting
@dotnet-bot test \QWindows_NT x86 Checked Innerloop Build and Test\E Windows_NT x86 Checked Innerloop Build and Test
@dotnet-bot test \QWindows_NT x86 Release Innerloop Build and Test\E 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 Ubuntu16.04 arm64 Cross Checked crossgen_comparison Build and Test Queues Ubuntu16.04 arm64 Cross Checked crossgen_comparison Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked normal Build and Test Queues Ubuntu16.04 arm64 Cross Checked normal Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked Innerloop Build and Test Queues Ubuntu16.04 arm64 Cross Checked Innerloop Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked pmi_asm_diffs Queues Ubuntu16.04 arm64 Cross Checked pmi_asm_diffs
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r Build and Test Queues Ubuntu16.04 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 Ubuntu16.04 arm64 Cross Debug normal Build Queues Ubuntu16.04 arm64 Cross Debug normal Build
@dotnet-bot test Windows_NT arm64 Cross Debug Innerloop Build Queues Windows_NT arm64 Cross Debug Innerloop Build
@dotnet-bot test Windows_NT arm64 Cross Debug normal Build Queues Windows_NT arm64 Cross Debug normal Build
@dotnet-bot test Ubuntu16.04 arm64 Cross Release crossgen_comparison Build and Test Queues Ubuntu16.04 arm64 Cross Release crossgen_comparison Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Release normal Build and Test Queues Ubuntu16.04 arm64 Cross Release normal Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Release r2r Build and Test Queues Ubuntu16.04 arm64 Cross Release r2r Build and Test
@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 arm Cross Checked normal Build and Test Queues Ubuntu arm Cross Checked normal Build and Test
@dotnet-bot test Ubuntu arm Cross Checked Innerloop Build and Test Queues Ubuntu arm Cross Checked Innerloop Build and Test
@dotnet-bot test Ubuntu arm Cross Checked pmi_asm_diffs Queues Ubuntu arm Cross Checked pmi_asm_diffs
@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 Innerloop Build Queues Windows_NT arm Cross Debug Innerloop 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 Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x10 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x80 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs3 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs4 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs8 Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_minopts Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_minopts Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_tieredcompilation Build and Test Queues Ubuntu16.04 arm64 Cross Checked corefx_tieredcompilation Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked forcerelocs Build and Test Queues Ubuntu16.04 arm64 Cross Checked forcerelocs Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0x3 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0x3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_jitstress1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_jitstress2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_minopts_heapverify1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable_heapverify1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked gcstress0xc_zapdisable_jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked heapverify1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked heapverify1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitnosimd Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitnosimd Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1_tiered Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_tiered Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs0x1000 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs0x10 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs0x80 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs3 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs4 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs8 Build and Test Queues Ubuntu16.04 arm64 Cross Checked jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked minopts Build and Test Queues Ubuntu16.04 arm64 Cross Checked minopts Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked no_tiered_compilation Build and Test Queues Ubuntu16.04 arm64 Cross Checked no_tiered_compilation Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked no_tiered_compilation_innerloop Build and Test Queues Ubuntu16.04 arm64 Cross Checked no_tiered_compilation_innerloop Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_gcstress15 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_gcstress15 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitforcerelocs Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitforcerelocs Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitminopts Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitminopts Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstress1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstress1_tiered Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstress1_tiered Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstress2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstress2_tiered Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstress2_tiered Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x10 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x80 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs2 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs3 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs4 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs8 Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_no_tiered_compilation Build and Test Queues Ubuntu16.04 arm64 Cross Checked r2r_no_tiered_compilation Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked tailcallstress Build and Test Queues Ubuntu16.04 arm64 Cross Checked tailcallstress Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked tieredcompilation Build and Test Queues Ubuntu16.04 arm64 Cross Checked tieredcompilation Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked zapdisable Build and Test Queues Ubuntu16.04 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 no_tiered_compilation_innerloop Build and Test Queues Ubuntu arm Cross Checked no_tiered_compilation_innerloop 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 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 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 CentOS7.1 x64 Checked pmi_asm_diffs Queues CentOS7.1 x64 Checked pmi_asm_diffs
@dotnet-bot test CentOS7.1 x64 Checked r2r Queues CentOS7.1 x64 Checked R2R Build and Test
@dotnet-bot test Debian8.4 x64 Checked pmi_asm_diffs Queues Debian8.4 x64 Checked pmi_asm_diffs
@dotnet-bot test Fedora24 x64 Checked pmi_asm_diffs Queues Fedora24 x64 Checked pmi_asm_diffs
@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 pmi_asm_diffs Queues OSX10.12 x64 Checked pmi_asm_diffs
@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 RHEL7.2 x64 Checked pmi_asm_diffs Queues RHEL7.2 x64 Checked pmi_asm_diffs
@dotnet-bot test Ubuntu16.04 x64 Checked pmi_asm_diffs Queues Ubuntu16.04 x64 Checked pmi_asm_diffs
@dotnet-bot test Ubuntu16.10 x64 Checked pmi_asm_diffs Queues Ubuntu16.10 x64 Checked pmi_asm_diffs
@dotnet-bot test Ubuntu x64 Checked gc_reliability_framework Queues Ubuntu x64 Checked GC Reliability Framework
@dotnet-bot test Ubuntu x64 Checked pmi_asm_diffs Queues Ubuntu x64 Checked pmi_asm_diffs
@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 pmi_asm_diffs Queues Windows_NT x64 Checked pmi_asm_diffs
@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 Ubuntu x86 Checked Queues Ubuntu x86 Checked Build
@dotnet-bot test Windows_NT x86 Checked pmi_asm_diffs Queues Windows_NT x86 Checked pmi_asm_diffs
@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!

@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs1 Build and Test

@@ -121,18 +121,18 @@ LEAF_END HelperMethodFrameRestoreState, _TEXT
// The call in ndirect import precode points to this function.
NESTED_ENTRY NDirectImportThunk, _TEXT, NoHandler

PROLOG_SAVE_REG_PAIR_INDEXED fp, lr, -160
PROLOG_SAVE_REG_PAIR_INDEXED fp, lr, -240
Copy link
Member

Choose a reason for hiding this comment

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

@CarolEidt I am trying to figure out why the frame size has changed to 240. Argument registers occupy sp+16.. sp+87, then you have added 8 bytes of padding to align the float registers address to 16 bytes and then you have 128 bytes of the floating point arg registers. 96+128=224, but you have 240 there.

Copy link
Author

Choose a reason for hiding this comment

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

That's a good question, and I can't recall the reason. It may be an arithmetic error, but I made those changes in my first round of working on that, and it's been awhile so I don't recall (this is why I try to do a better job of writing comments!). Let me look into this.

Copy link
Author

Choose a reason for hiding this comment

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

I think this was just a mistake. I've changed it to 224.

@jkotas
Copy link
Member

jkotas commented Jan 29, 2019

the latter of which (and arguably the first as well) is an interop type, we should be following the Arm64 ABI for these.

They are not special interop types today. They are just regular structs. Do we plan to do the work to pass VectorXXX types in the SIMD registers for 3.0 on ARM64? (just asking...)

@CarolEidt
Copy link
Author

Do we plan to do the work to pass VectorXXX types in the SIMD registers for 3.0 on ARM64? (just asking...)

Yes, that's the plan.

@jkotas
Copy link
Member

jkotas commented Jan 29, 2019

What is the issue tracking that work?

@CarolEidt
Copy link
Author

What is the issue tracking that work?

The specific HVA issue is #16022. There is an overarching issue #20427

memcpyNoGCRefs(dest, src, fieldBytes);
// Copy 4 or 8 bytes from src.
UINT64 val = typeFloat ? *((UINT32*)src + i) : *((UINT64*)src + i);
// Alyways store 8 bytes
Copy link
Member

Choose a reason for hiding this comment

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

typo: Alyways

@CarolEidt
Copy link
Author

test OSX10.12 x64 Checked Innerloop Build and Test
test Windows_NT arm64 Cross Checked Innerloop Build and Test
test Windows_NT x64 Checked CoreFX Tests
test Windows_NT x64 Release CoreFX Tests
test Windows_NT x64 full_opt ryujit CoreCLR Perf Tests Correctness
test Windows_NT x64 min_opt ryujit CoreCLR Perf Tests Correctness
test Windows_NT x86 full_opt ryujit CoreCLR Perf Tests Correctness
test Windows_NT x86 min_opt ryujit CoreCLR Perf Tests Correctness

@CarolEidt CarolEidt changed the title [WIP] Preserve Vector Arg registers on Arm64 Preserve Vector Arg registers on Arm64 Jan 31, 2019
@CarolEidt
Copy link
Author

I believe I've addressed all of the feedback. Could I get another review?

@CarolEidt
Copy link
Author

@jashook - do you have recommendations for outer-loop arm64 testing?

@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@@ -184,18 +184,18 @@ Done
; The call in ndirect import precode points to this function.
NESTED_ENTRY NDirectImportThunk

PROLOG_SAVE_REG_PAIR fp, lr, #-160!
PROLOG_SAVE_REG_PAIR fp, lr, #-240!
Copy link
Member

Choose a reason for hiding this comment

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

You've forgotten to change the 240->224 in this file too.

Copy link
Author

@CarolEidt CarolEidt Jan 31, 2019

Choose a reason for hiding this comment

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

@janvorli - thanks! I couldn't figure this out at first because I had "Asmhelpers.asm" open in VS, and it was showing the 224 offset - but it was the one under the obj directory, so changing that one was not useful :-(
Fixed now.

Copy link

@briansull briansull left a comment

Choose a reason for hiding this comment

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

Looks Good

Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

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

LGTM

@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@CarolEidt
Copy link
Author

@jashook - I can't figure out how to trigger the stress jobs - can you advise?

@jashook
Copy link

jashook commented Jan 31, 2019

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@jashook
Copy link

jashook commented Jan 31, 2019

Well that is weird.

@jashook
Copy link

jashook commented Jan 31, 2019

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@jashook
Copy link

jashook commented Jan 31, 2019

@mmitche why would the trigger phrase be ignored for Carol?

@mmitche
Copy link
Member

mmitche commented Jan 31, 2019

No reason...maybe it just ignored her message altogether?

@CarolEidt
Copy link
Author

Infrastructure failures

@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

1 similar comment
@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@CarolEidt
Copy link
Author

@dotnet-bot test Windows_NT arm64 Cross Checked jitstress2_jitstressregs1 Build and Test

@CarolEidt
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x10 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x1000 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs0x80 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs2 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs3 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs4 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstress2_jitstressregs8 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked jitstressregs1 Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked r2r_jitstressregs1 Build and Test

@CarolEidt
Copy link
Author

The non-r2r jobs are failing on the hfa and GitHub_20657 tests as seen elsewhere (and fixes in PRs #22313 and #22311).
The r2r job seems to have a number of sporadic failures, so ignoring.

@CarolEidt CarolEidt merged commit f10d5be into dotnet:master Feb 1, 2019
@CarolEidt CarolEidt deleted the PreserveArm64Vectors branch February 1, 2019 23:35
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Preserve Vector Arg registers on Arm64

Fix dotnet/coreclr#14371


Commit migrated from dotnet/coreclr@f10d5be
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants