Test suite on BSDI BSD/OS

Julien ÉLIE julien at trigofacile.com
Sat Jan 31 13:27:45 UTC 2009


Hi,

Two remaining issues for the test suite.
The first one:
 * authprogs/ident
 * lib/network
for which everything fails because of network_bind_ipv4("127.0.0.1", 11119).
If I put "0.0.0.0", these tests work fine.
Otherwise:

    cannot bind socket for 127.0.0.1,11119: Can't assign requested address

What could prevent the system from using 127.0.0.1?  How to fix that?


The second one:
 * lib/getaddrinfo

    test_getaddrinfo("foo.invalid", NULL, NULL, &ai) == EAI_NONAME

is false.  There is no error -> code 0 is returned.
Should we check for one of EAI_NONAME and 0?  Or is there something else to fix?

-- 
Julien ÉLIE

« Être raisonnable en toutes circonstances. Il faudrait être fou... » (Raymond Devos) 




More information about the inn-workers mailing list