https://buildd.debian.org/status/fetch.php?pkg=inn2&arch=armhf&ver=2.6.3%2B20200601-1&stamp=1591433398&raw=0
https://buildd.debian.org/status/fetch.php?pkg=inn2&arch=armel&ver=2.6.3%2B20200601-1%2Bb1&stamp=1604879007&raw=0

lib/network/server......MISSED 34-42 (killed by signal 14)

34 - ...socket accept
35 - ...socket read
36 - ...address family is IPv4
37 - client made correct connections
38 - network_wait_any found UDP message
39 - ...of correct length
40 - ...from correct family
41 - ...and correct contents
42 - client made correct connections

Missed tests (and not failed tests) are the ones in test_server_accept_any():

/* If there are firewalls that block connections, we could hang here. */
    alarm(5);

    client = network_accept_any(fds, count, saddr, &slen);
    test_server_connection(client);

Maybe the test should just be skipped if an alarm is raised?

--
Julien ÉLIE

« – Les sangliers apprécient mieux que toi ma musique !
  – C'est normal, tu chantes comme un cochon !!! » (Astérix)

Reply via email to