You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review: fix EPERM/EOPNOTSUPP entries, add errno name test
The FreeBSD table was missing EPERM (errno 1), so it formatted as
"Unknown". Linux and FreeBSD also picked the ENOTSUP alias over the
more common EOPNOTSUPP for that value, which changed existing log
output. Prefer the canonical name (EAGAIN/EDEADLK/EOPNOTSUPP) and fill
in EPERM.
Add a test_bw_format case asserting bwf::Errno prints the platform's
own symbolic name for EPERM, ETIMEDOUT, and ECONNREFUSED, guarding
against the mislabel this PR fixes.
0 commit comments