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 crossgen2 comp jobs #52949

Merged
merged 14 commits into from
May 20, 2021
Merged

Conversation

davidwrighton
Copy link
Member

@davidwrighton davidwrighton commented May 18, 2021

There were several problems with running these tests

  • They attempted to compile the Utf8 experimental assembly which no longer exists
  • It used the wrong CORE_ROOT
  • Errors were inscrutable and very hard to analyze. The tests now report using the standard mechanism of testresults.xml

There remains some evidence that the behavior is still a bit flaky, but the last test pass was completely green.

@davidwrighton davidwrighton marked this pull request as ready for review May 19, 2021 21:57
@davidwrighton davidwrighton requested a review from trylek May 19, 2021 21:57
Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

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

Looks great to me, thank you!

python3 -u $HELIX_CORRELATION_PAYLOAD/crossgen2_comparison.py crossgen_framework
--crossgen $HELIX_WORKITEM_PAYLOAD/crossgen2/crossgen2.dll
--dotnet $HELIX_WORKITEM_PAYLOAD/corerun
--core_root $HELIX_WORKITEM_PAYLOAD/prebuiltWork/dlls
--result_dir $HELIX_WORKITEM_PAYLOAD/log
--target_os $(target_crossgen2_os)
--target_arch $(targetarch);
--target_arch $(targetarch)
--compiler_arch_os $(compiler_arch_os);
Copy link
Member

Choose a reason for hiding this comment

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

Is the semicolon appropriate here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. Its the separator between different commands in bash. Just like the '&' for cmd scripts below.

@davidwrighton davidwrighton merged commit 478571c into dotnet:main May 20, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
@davidwrighton davidwrighton deleted the fix_crossgen2_comp_jobs branch April 13, 2023 18:47
Sign up for free to 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.

3 participants