[Python-Dev] regrtest.py broken?

John J Lee jjl at pobox.com
Thu Jan 1 11:14:05 EST 2004


When I run

$ ./regrtest.py

I get:

[... lots of normal-looking output snipped ...]
test_xmllib
test_xmlrpc
test_xpickle
test_xreadline
test_zipfile
test_zipimport
test_zlib
219 tests OK.
5 tests failed:
    test_future test_longexp test_md5 test_tarfile test_types
36 tests skipped:
    test__locale test_aepack test_al test_applesingle test_bsddb185
    test_bsddb3 test_cd test_cl test_curses test_dbm test_email_codecs
    test_gdbm test_gl test_imgfile test_linuxaudiodev test_list
    test_locale test_macfs test_macostools test_mpz test_nis
    test_normalization test_ossaudiodev test_pep277 test_plistlib
    test_scriptpackages test_set test_socket_ssl test_socketserver
    test_sunaudiodev test_timeout test_tuple test_unicode_file
    test_urllibnet test_winreg test_winsound
Traceback (most recent call last):
  File "./regrtest.py", line 1018, in ?
    main()
  File "./regrtest.py", line 305, in main
    e = _ExpectedSkips()
  File "./regrtest.py", line 962, in __init__
    self.expected = set(s.split())
NameError: global name 'set' is not defined


John



More information about the Python-Dev mailing list