Py3k: passing tests like it ain’t nothin.
woot:~/subversion/python3k-svn jesse$ make test
running build
running build_ext
Failed to find the necessary bits to build these modules:
_bsddb gdbm ossaudiodev
readline spwd
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
running build_scripts
./python.exe -E -c 'import sys ; from distutils.util import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
find ./Lib -name '*.py[co]' -print | xargs rm -f
./python.exe -E -tt ./Lib/test/regrtest.py -l
test_grammar
test_opcodes
test_dict
...snip...
test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the `network' resource not enabled
test_zipfile
test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_zipimport
test_zlib
297 tests OK.
25 tests skipped:
test_bsddb test_bsddb3 test_codecmaps_cn test_codecmaps_hk
test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses
test_gdbm test_largefile test_locale test_normalization
test_ossaudiodev test_pep277 test_socket_ssl test_socketserver
test_ssl test_startfile test_timeout test_urllib2net
test_urllibnet test_winreg test_winsound test_xmlrpc_net
test_zipfile64
1 skip unexpected on darwin:
test_ssl
woot:~/subversion/python3k-svn jesse$

