Skip to content

Add NativeAOT checked leg - #79847

Merged
MichalStrehovsky merged 8 commits into
dotnet:mainfrom
MichalStrehovsky:chkleg
Jan 2, 2023
Merged

Add NativeAOT checked leg#79847
MichalStrehovsky merged 8 commits into
dotnet:mainfrom
MichalStrehovsky:chkleg

Conversation

@MichalStrehovsky

Copy link
Copy Markdown
Member

This is the same as the release leg, but checked runtime and on fewer queues (only Win x64 and Linux arm64).

Cc @dotnet/ilc-contrib

This is the same as the release leg, but checked runtime and on fewer queues (only Win x64 and Linux arm64).
@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

This is the same as the release leg, but checked runtime and on fewer queues (only Win x64 and Linux arm64).

Cc @dotnet/ilc-contrib

Author:MichalStrehovsky
Assignees:MichalStrehovsky
Labels:

area-Infrastructure

Milestone:-

Checked RyuJIT is a lot slower than the rest of the checked system :/
@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@build-analysisbuild-analysisBot mentioned this pull request Dec 23, 2022
@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

If I'm reading this right, we're taking a codepath on Windows Nano that we should not be taking on Nano.

Going to debug this in the CI since I have no clue how to easily get a Nano environment.

Unhandled Exception: System.Diagnostics.DebugProvider+DebugAssertException: SetEnvironmentVariable failed: 0
at System.Diagnostics.DebugProvider.Fail(String, String) + 0x36
at System.Diagnostics.Debug.Fail(String, String) + 0x21
at System.Environment.SetEnvironmentVariableFromRegistry(String variable, String value, Boolean fromMachine) + 0x184
at System.Environment.SetEnvironmentVariable(String variable, String value, EnvironmentVariableTarget target) + 0x6c
at System.Tests.GetEnvironmentVariable.EnumerateEnvironmentVariables(EnvironmentVariableTarget target) + 0x148

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
MichalStrehovsky merged commit 233a14d into dotnet:mainJan 2, 2023
@MichalStrehovsky
MichalStrehovsky deleted the chkleg branch January 2, 2023 05:13
@ghostghost locked as resolved and limited conversation to collaborators Feb 1, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MichalStrehovsky@akoeplinger