-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable Datagram_UDP_AccessDenied_Throws_DoesNotBind test on MacCatalyst x64 #120374
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
base: main
Are you sure you want to change the base?
Enable Datagram_UDP_AccessDenied_Throws_DoesNotBind test on MacCatalyst x64 #120374
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.
Pull Request Overview
This PR enables a previously disabled UDP test on macOS Catalyst x64 platform by removing the ActiveIssue attribute that was preventing it from running. The change addresses issue #114450 by allowing the Datagram_UDP_AccessDenied_Throws_DoesNotBind
test to run on MacCatalyst x64 systems.
- Removes platform-specific test skip condition for MacCatalyst x64
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There still seem to be test failures, e.g. on machine dci-macm1-build-009 running macOS-26.0.1 https://helixr1107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-15b68bbf149843cbaf/System.Net.Sockets.Tests/3/console.ee98b396.log?helixlogtype=result |
I think for now, it's better to disable all tests which is failing for this reason and open a generic tracking issue for this change in the infra. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #114450