test_socket.GeneralModuleTests.testGetServBy fails on DragonFly with AssertionError: 7 != 4.
DragonFly's /etc/services lists echo 4/ddp (AppleTalk) before echo 7/tcp, so getservbyname('echo') returns 4 while getservbyname('echo', 'tcp') returns 7. The test already avoids the echo service on FreeBSD and NetBSD for this reason, but not on DragonFly.
Linked PRs
test_socket.GeneralModuleTests.testGetServByfails on DragonFly withAssertionError: 7 != 4.DragonFly's
/etc/serviceslistsecho 4/ddp(AppleTalk) beforeecho 7/tcp, sogetservbyname('echo')returns 4 whilegetservbyname('echo', 'tcp')returns 7. The test already avoids theechoservice on FreeBSD and NetBSD for this reason, but not on DragonFly.Linked PRs