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 atossava
Recipients atossava
Date 2008-02-08.10:19:15
SpamBayes Score 0.13020244
Marked as misclassified No
Message-id <1202465958.71.0.917319505775.issue2048@psf.upfronthosting.co.za>
In-reply-to
Content
Building and testing on Solaris 8 on SPARC with Sun compilers:
cc: Sun C 5.8 2005/10/13
CC: Sun C++ 5.8 2005/10/13

281 tests OK.
40 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_ctypes
    test_curses test_gdbm test_gl test_imgfile test_linuxaudiodev
    test_macfs test_macostools test_nis test_normalization
    test_ossaudiodev test_pep277 test_plistlib test_scriptpackages
    test_socket_ssl test_socketserver test_sqlite test_startfile
    test_sunaudiodev test_tcl test_timeout test_unicode_file
    test_urllib2net test_urllibnet test_winreg test_winsound
    test_zipfile64
4 skips unexpected on sunos5:
    test_tcl test_sunaudiodev test_ctypes test_nis

...
test_tcl skipped -- No module named _tkinter
...

I have applied the _ctypes patch in #1516, however.  What gives?

Building and testing on IRIX 6.5.30 with MIPS compilers 7.4.4, the test
suite fails to complete:

test_xml_etree
gmake: *** [test] Segmentation fault
History
Date User Action Args
2008-02-08 10:19:19atossavasetspambayes_score: 0.130202 -> 0.13020244
recipients: + atossava
2008-02-08 10:19:18atossavasetspambayes_score: 0.130202 -> 0.130202
messageid: <1202465958.71.0.917319505775.issue2048@psf.upfronthosting.co.za>
2008-02-08 10:19:17atossavalinkissue2048 messages
2008-02-08 10:19:15atossavacreate