HomeFreeBSD

netbsd-tests: Fix the libc stat_socket test

Description

netbsd-tests: Fix the libc stat_socket test

The test tries to connect a socket to a closed port at 127.0.0.1. It
sets O_NONBLOCK on the socket first and expects to get EINPROGRESS from
connect(2), but this is not guaranteed, ECONNREFUSED is possible.
Handle both cases, and re-enable the test.

PR: 240621
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on Jan 14 2022, 8:00 PM
Parents
rG7bd2df8c82e8: Revert "Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stack"
Branches
Unknown
Tags
Unknown