This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ajaksu2, fergushenderson, gpolo, gregory.p.smith, pitrou, psss, python-dev, r.david.murray
Date 2012-09-29.20:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348949028.77.0.906812680156.issue2489@psf.upfronthosting.co.za>
In-reply-to
Content
The test breaks on OpenIndiana (and possibly elsewhere):
http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/4640

======================================================================
FAIL: test_spawn_returns_status (test.test_pty.PtyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_pty.py", line 200, in test_spawn_returns_status
    status = pty.spawn([sys.executable, '-c', 'import sys; sys.exit(0)'])
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/pty.py", line 175, in spawn
    _copy(master_fd, master_read, stdin_read)
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/pty.py", line 147, in _copy
    rfds, wfds, xfds = select(fds, [], [])
  File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_pty.py", line 65, in handle_sig
    self.fail("isatty hung")
AssertionError: isatty hung
History
Date User Action Args
2012-09-29 20:03:48pitrousetrecipients: + pitrou, gregory.p.smith, ajaksu2, gpolo, fergushenderson, psss, r.david.murray, python-dev
2012-09-29 20:03:48pitrousetmessageid: <1348949028.77.0.906812680156.issue2489@psf.upfronthosting.co.za>
2012-09-29 20:03:48pitroulinkissue2489 messages
2012-09-29 20:03:48pitroucreate