fails(minor text mismatch):Socket#gethostbyname returns broadcast address info for '<broadcast>'
fails:Socket.gethostbyname the returned Array includes the hostname as the first value
fails:Socket.gethostbyname using an IPv4 address the returned Array includes the IP address as the first value
fails:Socket.gethostbyname using an IPv6 address the returned Array includes the IP address as the first value
fails:Socket.gethostbyname using an IPv6 address the returned Array includes the address type as the 3rd value
darwin(macOS provides a hostname for the broadcast address):Socket.gethostbyname returns broadcast address info for '<broadcast>'
darwin(macOS provides a hostname for the broadcast address):Socket.gethostbyname using <broadcast> as the input address the returned Array includes the broadcast address as the first value
