testConnectTimeout in secure_socket_test.dart & socket_connect_timeout_test.dart not convincing #60246
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
P3
A lower priority bug or feature request
triaged
Issue has been triaged by sub team
The test assumes that a timeout exception will result when connecting to the IP 8.8.8.7 and does not inspect the exception details.
Instead, the test could use a C helper program (or Dart FFI) that binds to a socket but does not accept connections to simulate connection timeout.
The text was updated successfully, but these errors were encountered: