On Mon, Apr 8, 2019 at 4:58 PM Jerry James <loganje...@gmail.com> wrote:
>
> On Mon, Apr 1, 2019 at 9:36 PM Jerry James <loganje...@gmail.com> wrote:
> > That was, in fact, an s390x-specific gcc bug, now fixed in Rawhide.
> > Sadly, the clisp build is still failing in Rawhide, with failures in
> > the socket tests:
>
> The failing test attempts to bind to localhost:9090.  Apparently
> something on the s390x koji builders binds that port.  The test is
> arguably broken; it should iterate over successive port numbers until
> if finds one that is available, rather than picking a single port
> number and failing if that port is unavailable.

No, for that you should bind port zero instead to get a random one in
a race-free manner (e.g. parallel execution of multiple tests for
example).

Dridi
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to