-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
HelixPlatform_QuickListenerIsSupported fails on win11.arm64 in Helix #47065
Comments
Looking again, I see that the dotnet/runtime was updated in between those 2 builds. @wfurt @ManickaP - I see dotnet/runtime#81742 is in the commit change list of the new dotnet/runtime. I also see dotnet/runtime#82780 disabled a QUIC test on arm. Should I disable this test? Is this a known issue in Quic? |
dotnet/runtime#81742 missed arm binary @eerhardt. It should be fixed once dotnet/msquic#131 floats to runtime (and eventually ASP.NET) |
Add a skip for that queue and link to this issue to track |
The current version of msquic doesn't have win-arm64 binaries. See dotnet/msquic#131. Issues tracking re-enabling the test is dotnet#47065
* Skip HelixPlatform_QuickListenerIsSupported on win-arm64 The current version of msquic doesn't have win-arm64 binaries. See dotnet/msquic#131. Issues tracking re-enabling the test is #47065 * PR feedback
This looks like it was fixed with #50279 but wasn't closed. @mitchdenny did you intent to close this? |
The following test has been failing since Thursday on the win11.arm64 helix queue.
aspnetcore/src/Servers/Kestrel/Transport.Quic/test/WebHostTests.cs
Lines 23 to 37 in 46a3d2b
It last passed on Thu at 6AM in this build.
Then it started failing on Thu at 6PM in this build.
Looking through the changes that went into the repo in between those 2 builds, nothing jumps out as something that could have broken this. So maybe the Helix win11 arm64 machines changed?
cc @JamesNK @Tratcher
The text was updated successfully, but these errors were encountered: