Py3k: passing tests like it ain’t nothin.

August 31st, 2007 § 0 comments


woot:~/subversion/python3k-svn jesse$ make test
running build
running build_ext

Failed to find the nec­es­sary bits to build these mod­ules:
_bsddb gdbm ossaudiodev
read­line spwd
To find the nec­es­sary bits, look in setup.py in detect_modules() for the module’s name.

run­ning build_scripts
./python.exe –E –c ‘import sys ; from distutils.util import get_platform ; print(get_platform()+”-”+sys.version[0:3])’ >plat­form
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 ‘net­work’ 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 unex­pected on dar­win:
test_ssl
woot:~/subversion/python3k-svn jesse$

What's this?

You are currently reading Py3k: passing tests like it ain’t nothin. at jessenoller.com.

meta