Subject: | AF_UNIX+SOCK_DGRAM not supported on Haiku and Minix |
Date: | Mon, 06 Jul 2020 16:14:42 +0100 |
To: | bug-Socket [...] rt.cpan.org |
From: | ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker) |
Hi,
Looking at the CPAN testers matrix, both Haiku and Minix fail on the
same test AF_UNIX + SOCK_DGRAM test in t/socketpair.t:
Haiku:
# Failed test 'socketpair (LEFT, RIGHT, AF_UNIX, SOCK_DGRAM, PF_UNSPEC)'
# at t/socketpair.t line 179.
# $! = Address family not supported by protocol family
Minix:
# Failed test 'socketpair (LEFT, RIGHT, AF_UNIX, SOCK_DGRAM, PF_UNSPEC)'
# at t/socketpair.t line 179.
# $! = Operation not supported
It might be worth adding them to the skip that's already in place for
MSWin32 and os2, or maybe make it skip the whole block without failing
if socketpair() returns any of the "not supported" errors (EAFNOSUPPORT,
EOPNOTSUPP, EPROTONOSUPPORT, EPROTOTYPE).
- ilmari
--
- Twitter seems more influential [than blogs] in the 'gets reported in
the mainstream press' sense at least. - Matt McLeod
- That'd be because the content of a tweet is easier to condense down
to a mainstream media article. - Calle Dybedahl