[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x

STINNER Victor report at bugs.python.org
Wed Jun 1 09:27:07 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Could this be related to http://bugs.python.org/issue6559#msg123958?
> Or Issue10826?

These failures were specific to Solaris/OpenIndiana: they were "door files". Extract of fd_status.py:

    1.34 +        # Ignore Solaris door files
    1.35 +        if st.st_mode & 0xF000 != 0xd000:
    1.36 +            fds.append(fd)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12230>
_______________________________________


More information about the Python-bugs-list mailing list