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 rpetrov
Recipients christian.heimes, georg.brandl, rpetrov
Date 2008-12-08.23:46:15
SpamBayes Score 6.653871e-07
Marked as misclassified No
Message-id <1228779977.48.0.769886492348.issue4558@psf.upfronthosting.co.za>
In-reply-to
Content
Socket module need to be patched too otherwise test_socket fail on UNIX
domain socket tests.

After clean build and with new patch the regression tests results are:
337 tests OK.
3 tests failed:
    test_curses test_urllib2_localnet test_urllibnet
21 tests skipped:
    test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
    test_gl test_imgfile test_kqueue test_macos test_macostools
    test_pep277 test_py3kwarn test_scriptpackages test_sqlite
    test_startfile test_sunaudiodev test_unicode_file test_winreg
    test_winsound test_zipfile64
Those skips are all expected on linux2.

Interesting for failed tests is that every succeed if run independently.
History
Date User Action Args
2008-12-08 23:46:17rpetrovsetrecipients: + rpetrov, georg.brandl, christian.heimes
2008-12-08 23:46:17rpetrovsetmessageid: <1228779977.48.0.769886492348.issue4558@psf.upfronthosting.co.za>
2008-12-08 23:46:16rpetrovlinkissue4558 messages
2008-12-08 23:46:16rpetrovcreate