-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Net.Ping.Functional.Tests Fails on iOS, tvOS #51395
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsSystem.Net.Ping.Functional.Tests
|
seems like (more specific) dup of #36941 |
…52240) Revival of #42006 with some feedback incorporated. This improves Ping behavior on macOS/iOS family. For unprivileged users, it allows to send/receive buffer with custom content and removes craft around spawning new process. (uses [this example](https://developer.apple.com/library/archive/samplecode/SimplePing/Introduction/Intro.html)). It adds new macOS/iOS/tvOS targets for the assembly that exclude the process creation code. Fixes #36941 Fixes #51395 Co-authored-by: Tomas Weinfurt <[email protected]>
System.Net.Ping.Functional.Tests
System.Net.NetworkInformation.Tests.UnixPingUtilityTests.TimeoutIsRespected
System.Net.NetworkInformation.Tests.UnixPingUtilityTests.PacketSizeIsRespected
System.Net.NetworkInformation.Tests.PingTest.SendPingWithHost
System.Net.NetworkInformation.Tests.PingTest.Sends_ReuseInstance_Hostname
System.Net.NetworkInformation.Tests.PingTest.SendPings_ReuseInstance_Hostname
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeoutAndBufferAndPingOptions_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddress
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHost
System.Net.NetworkInformation.Tests.PingTest.SendAsyncs_ReuseInstance_Hostname
System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddressAndTimeout
System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddressAndTimeoutAndBufferAndPingOptions_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeoutAndBuffer_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingWithHostAndTimeoutAndBuffer_Unix
System.Net.NetworkInformation.Tests.PingTest.PingAsync_DisposeAfterSend_Success
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress_AddressAsString
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTtlAndFragmentPingOptions
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddressAndTimeout
System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddressAndTimeoutAndBuffer_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingWithHostAndTimeoutAndBufferAndPingOptions_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeoutAndBuffer_Unix
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithIPAddress
System.Net.NetworkInformation.Tests.PingTest.SendPingWithIPAddress_AddressAsString
System.Net.NetworkInformation.Tests.PingTest.SendPingWithHostAndTimeout
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeout
System.Net.NetworkInformation.Tests.PingTest.Ping_DisposeAfterSend_Success
System.Net.NetworkInformation.Tests.PingTest.SendPingAsyncWithHostAndTimeoutAndBufferAndPingOptions_Unix
The text was updated successfully, but these errors were encountered: