Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build break in outer loop runtime tests #102115

Merged
merged 1 commit into from
May 12, 2024
Merged

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented May 11, 2024

No description provided.

@jkotas
Copy link
Member Author

jkotas commented May 11, 2024

/azp run runtime-coreclr outerloop

@dotnet dotnet deleted a comment from azure-pipelines bot May 11, 2024
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot May 11, 2024
@dotnet dotnet deleted a comment from azure-pipelines bot May 11, 2024
@@ -507,6 +507,46 @@ regMaskTP LinearScan::getConstrainedRegMask(RefPosition* refPosition,
return newMask;
}

//------------------------------------------------------------------------
Copy link
Member Author

Choose a reason for hiding this comment

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

@@ -279,10 +279,10 @@ public TestResolver(Dictionary<string, string> simpleNameToPathMap)
_simpleNameToPathMap = simpleNameToPathMap;
}

PEReader IResolver.ResolveAssembly(AssemblyName assemblyName)
PEReader IResolver.ResolveAssembly(AssemblyNameInfo assemblyName)
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Wondering why this was not caught in CI ran during PR. Is the difference just Debug vs. Release?

fail: /__w/1/s/build.sh -ci -arch arm64 -os linux -cross -s clr -c Debug 
pass: /__w/1/s/build.sh -ci -arch arm64 -os linux -cross -s clr+libs+host+packs -rc Release -c Release -lc Release   

Copy link
Member Author

Choose a reason for hiding this comment

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

Right, the default CI mix builds checked and release coreclr builds only. 99.9+% of debug build breaks are caught by checked builds. It is only outliers like this one (that looks like a C++ compiler bug to me) that can sneak through.

@jkotas jkotas added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels May 11, 2024
@jkotas jkotas marked this pull request as ready for review May 11, 2024 18:42
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants