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 skrah
Recipients mark.dickinson, skrah
Date 2009-11-09.17:54:00
SpamBayes Score 8.99375e-12
Marked as misclassified No
Message-id <1257789243.76.0.112762058609.issue5792@psf.upfronthosting.co.za>
In-reply-to
Content
The tests that you mention run o.k., except capi, but that looks harmless:

stefan@opensolaris:~/svn/py3k/Lib/test# ../../python test_capi.py
test_instancemethod (__main__.CAPITest) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
internal test_L_code
internal test_Z_code
internal test_capsule
internalTraceback (most recent call last):
  File "test_capi.py", line 170, in <module>
    test_main()
  File "test_capi.py", line 130, in test_main
    print("internal", name)
ImportError: No module named _curses



Tests that fail:

test_ascii_formatd, test_calendar, test_datetime, test_distutils,
test_email, test_httpservers, test_mailbox, test_multiprocessing,
test_os, test_pipes, test_platform, test_poll, test_popen, test_pty,
test_pydoc, test_quopri, test_select, test_signal, test_strftime,
test_strptime, test_subprocess, test_sys, test_tempfile, test_threading


A lot of these fail either due to the inability to allocate resources or
the fact that strftime appears to give weird results.
History
Date User Action Args
2009-11-09 17:54:03skrahsetrecipients: + skrah, mark.dickinson
2009-11-09 17:54:03skrahsetmessageid: <1257789243.76.0.112762058609.issue5792@psf.upfronthosting.co.za>
2009-11-09 17:54:02skrahlinkissue5792 messages
2009-11-09 17:54:00skrahcreate