-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (modulo the nit). Thank you!
I think the nt x86 checked build is flaky. Is there a way to only retrigger that? |
Yes, click on the details and then on the left, you'll see links to re-run the specific test, re-run all failed tests, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I don’t see such a link when I click details. I guess I’ll have to repush to trigger. |
@MichalStrehovsky is this test flaky? |
That test is new as of #23970. I have a suspicion the test binaries don't match product binaries that are tested. I've seen something similar this week... |
@MichalStrehovsky but that's the whole point of testing ... Ok. I guess I'll rerun all the tests again. |
Commit migrated from dotnet/coreclr@4029007
Part of #18371.
This change adds Large Pages support for Linux (embedded GC, standalone was done in a previous change) and macOS (both embedded GC and standalone).