[Python-3000] Failing unit tests on WIndows

Christian Heimes lists at cheimes.de
Mon Oct 22 04:13:52 CEST 2007


Python 3000 needs some love from Windows developers. The test were run
on Windows XP SP2, X86, VS 2003, SDK 2003R2, rev58587 with a fixed
pythoncore project file. My build environment has no devenv.exe so bsddb
is missing.

252 tests OK.
20 tests failed:
    test_csv test_dumbdbm test_file test_fileinput test_gettext
    test_io test_mailbox test_netrc test_pep277 test_shutil
    test_sqlite test_strptime test_subprocess test_tarfile
    test_tempfile test_threaded_import test_threadedtempfile test_time
    test_urllib test_zipfile
48 tests skipped:
    test__locale test_aepack test_applesingle test_bsddb test_bsddb3
    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
    test_codecmaps_kr test_codecmaps_tw test_commands test_crypt
    test_curses test_dbm test_dl test_fcntl test_fork1 test_gdbm
    test_grp test_ioctl test_largefile test_macostools test_mhlib
    test_nis test_normalization test_openpty test_ossaudiodev
    test_pipes test_plistlib test_poll test_posix test_pty test_pwd
    test_resource test_scriptpackages test_signal test_socket_ssl
    test_socketserver test_ssl test_syslog test_threadsignals
    test_timeout test_urllib2net test_urllibnet test_wait3 test_wait4
    test_xmlrpc_net test_zipfile64
3 skips unexpected on win32:
    test_ssl test_syslog test_bsddb

Christian



More information about the Python-3000 mailing list