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 ekrauss
Recipients ekrauss
Date 2011-02-02.16:41:57
SpamBayes Score 7.530526e-06
Marked as misclassified No
Message-id <1296664919.37.0.123111264864.issue11100@psf.upfronthosting.co.za>
In-reply-to
Content
test_fdopen (in test_os) fails on Solaris 9/sparc with Python 2.7.1.

FAIL: test_fdopen (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/p01/app/tenv6/mercator/tmp_pythonbuild/Python-2.7.1/Lib/test/test_os.py", line 550, in helper
    self.check(getattr(os, f))
  File "/p01/app/tenv6/mercator/tmp_pythonbuild/Python-2.7.1/Lib/test/test_os.py", line 562, in check
    % f)
AssertionError: <built-in function fdopen> didn't raise a OSError with a bad file descriptor
History
Date User Action Args
2011-02-02 16:42:00ekrausssetrecipients: + ekrauss
2011-02-02 16:41:59ekrausssetmessageid: <1296664919.37.0.123111264864.issue11100@psf.upfronthosting.co.za>
2011-02-02 16:41:58ekrausslinkissue11100 messages
2011-02-02 16:41:58ekrausscreate