[Python-checkins] Python Regression Test Failures all (1)

Neal Norwitz nnorwitz at gmail.com
Thu Jan 14 01:59:48 CET 2010


348 tests OK.
1 test failed:
    test_hashlib
27 tests skipped:
    test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
    test_epoll test_gl test_imgfile test_ioctl test_kqueue test_macos
    test_macostools test_multiprocessing test_pep277 test_py3kwarn
    test_scriptpackages test_startfile test_sunaudiodev test_tcl
    test_tk test_ttk_guionly test_ttk_textonly test_unicode_file
    test_winreg test_winsound test_zipfile64
6 skips unexpected on linux2:
    test_multiprocessing test_ttk_guionly test_epoll test_tk
    test_ioctl test_ttk_textonly

test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
test_MimeWriter
test_SimpleHTTPServer
test_StringIO
test___all__
test___future__
test__locale
test_abc
test_abstract_numbers
test_aepack
test_aepack skipped -- No module named aetypes
test_aifc
test_al
test_al skipped -- No module named al
test_anydbm
test_applesingle
test_applesingle skipped -- No module named MacOS
test_array
test_ascii_formatd
test_ast
test_asynchat
test_asyncore
test_atexit
test_audioop
test_augassign
test_base64
test_bastion
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test_bool
test_bsddb
test_bsddb185
test_bsddb185 skipped -- No module named bsddb185
test_bsddb3
Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
Test path prefix:  /tmp/z-test_bsddb3-25206
test_buffer
test_bufio
test_bytes
test_bz2
test_calendar
test_call
test_capi
test_cd
test_cd skipped -- No module named cd
test_cfgparser
test_cgi
test_charmapcodec
test_cl
test_cl skipped -- No module named cl
test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script
test_code
test_codeccallbacks
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecmaps_cn
test_codecmaps_hk
test_codecmaps_jp
test_codecmaps_kr
test_codecmaps_tw
test_codecs
test_codeop
test_coding
test_coercion
test_collections
test_colorsys
test_commands
test_compare
test_compile
test_compileall
test_compiler
test_complex
test_complex_args
test_contains
test_contextlib
test_cookie
test_cookielib
test_copy
test_copy_reg
test_cpickle
test_cprofile
test_crypt
test_csv
test_ctypes
test_datetime
test_dbm
test_decimal
test_decorators
test_defaultdict
test_deque
test_descr
test_descrtut
test_dictcomps
test_dictviews
test_difflib
test_dircache
test_dis
test_distutils
[19648 refs]
test_dl
test_docxmlrpc
test_dumbdbm
test_dummy_thread
test_dummy_threading
test_email
test_email_codecs
test_email_renamed
test_enumerate
test_eof
test_epoll
test_epoll skipped -- kernel doesn't support epoll()
test_errno
test_exception_variations
test_extcall
test_fcntl
test_file
test_file2k
test_filecmp
test_fileinput
test_fileio
test_float
test_fnmatch
test_fork1
test_format
test_fpformat
test_fractions
test_frozen
test_ftplib
test_funcattrs
test_functools
test_future
test_future3
test_future4
test_future5
test_future_builtins
test_gc
test_gdbm
test_generators
test_genericpath
test_genexps
test_getargs
test_getargs2
test_getopt
test_gettext
test_gl
test_gl skipped -- No module named gl
test_glob
test_global
test_grp
test_gzip
test_hash
test_hashlib
test test_hashlib failed -- multiple errors occurred; run in verbose mode for details
Re-running test 'test_hashlib' in verbose mode
test_case_md5_0 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_1 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_2 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_huge (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_uintmax (test.test_hashlib.HashLibTestCase) ... ok
test_case_sha1_0 (test.test_hashlib.HashLibTestCase) ... ok
test_case_sha1_1 (test.test_hashlib.HashLibTestCase) ... ok
test_case_sha1_2 (test.test_hashlib.HashLibTestCase) ... ok
test_case_sha1_3 (test.test_hashlib.HashLibTestCase) ... ok
test_case_sha224_0 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha224_1 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha224_2 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha224_3 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha256_0 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha256_1 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha256_2 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha256_3 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha384_0 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha384_1 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha384_2 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha384_3 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha512_0 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha512_1 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha512_2 (test.test_hashlib.HashLibTestCase) ... ERROR
test_case_sha512_3 (test.test_hashlib.HashLibTestCase) ... ERROR
test_hash_array (test.test_hashlib.HashLibTestCase) ... ERROR
test_hexdigest (test.test_hashlib.HashLibTestCase) ... ok
test_large_update (test.test_hashlib.HashLibTestCase) ... ok
test_threaded_hashing (test.test_hashlib.HashLibTestCase) ... ok
test_unicode (test.test_hashlib.HashLibTestCase) ... ERROR
test_unknown_hash (test.test_hashlib.HashLibTestCase) ... ok

======================================================================
ERROR: test_case_sha224_0 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 219, in test_case_sha224_0
    "d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha224_1 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 223, in test_case_sha224_1
    "23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha224_2 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 228, in test_case_sha224_2
    "75388b16512776cc5dba5da1fd890150b0c6455cb4f58b1952522525")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha224_3 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 232, in test_case_sha224_3
    "20794655980c91d8bbb4c1ea97618a4bf03f42581948b2ee4ee7ad67")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha256_0 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 237, in test_case_sha256_0
    "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha256_1 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 241, in test_case_sha256_1
    "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha256_2 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 246, in test_case_sha256_2
    "248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha256_3 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 250, in test_case_sha256_3
    "cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha384_0 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 256, in test_case_sha384_0
    "274edebfe76f65fbd51ad2f14898b95b")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha384_1 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 261, in test_case_sha384_1
    "8086072ba1e7cc2358baeca134c825a7")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha384_2 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 268, in test_case_sha384_2
    "fcc7c71a557e2db966c3e9fa91746039")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha384_3 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 273, in test_case_sha384_3
    "07b8b3dc38ecc4ebae97ddd87f3d8985")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha512_0 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 279, in test_case_sha512_0
    "47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha512_1 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 284, in test_case_sha512_1
    "2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha512_2 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 291, in test_case_sha512_2
    "501d289e4900f7e4331b99dec4b5433ac7d329eeb6dd26545e96e55b874be909")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_case_sha512_3 (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 296, in test_case_sha512_3
    "de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

======================================================================
ERROR: test_hash_array (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 103, in test_hash_array
    c = cons(a)
ValueError: unsupported hash type

======================================================================
ERROR: test_unicode (test.test_hashlib.HashLibTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 161, in test_unicode
    self.check_unicode('sha224')
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 154, in check_unicode
    self.check(algorithm_name, u'spam', expected)
  File "/tmp/python-test/local/lib/python2.7/test/test_hashlib.py", line 143, in check
    computed = hash_object_constructor(data).hexdigest()
ValueError: unsupported hash type

----------------------------------------------------------------------
Ran 31 tests in 0.557s

FAILED (errors=18)
test test_hashlib failed -- multiple errors occurred
test_heapq
test_hmac
test_hotshot
test_htmllib
test_htmlparser
test_httplib
test_httpservers
[15449 refs]
[15449 refs]
[15449 refs]
[25475 refs]
test_imageop
test_imaplib
test_imgfile
test_imgfile skipped -- No module named imgfile
test_imp
test_import
test_importhooks
test_importlib
test_index
test_inspect
test_int
test_int_literal
test_io
test_ioctl
test_ioctl skipped -- Unable to open /dev/tty
test_isinstance
test_iter
test_iterlen
test_itertools
test_json
test_kqueue
test_kqueue skipped -- test works only on BSD
test_largefile
test_lib2to3
test_linecache
test_list
test_locale
test_logging
test_long
test_long_future
test_longexp
test_macos
test_macos skipped -- No module named MacOS
test_macostools
test_macostools skipped -- No module named MacOS
test_macpath
test_mailbox
test_marshal
test_math
test_md5
test_memoryio
test_memoryview
test_mhlib
test_mimetools
test_mimetypes
test_minidom
test_mmap
test_module
test_modulefinder
test_multibytecodec
test_multibytecodec_support
test_multifile
test_multiprocessing
test_multiprocessing skipped -- This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.
test_mutants
test_mutex
test_netrc
test_new
test_nis
test_normalization
test_ntpath
test_old_mailbox
test_openpty
test_operator
test_optparse
test_os
test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
test_pdb
test_peepholer
test_pep247
test_pep263
test_pep277
test_pep277 skipped -- test works only on NT+
test_pep292
test_pep352
test_pickle
test_pickletools
test_pipes
test_pkg
test_pkgimport
test_pkgutil
test_platform
[17037 refs]
[17037 refs]
test_plistlib
test_poll
test_popen
[15454 refs]
[15454 refs]
[15454 refs]
test_popen2
test_poplib
test_posix
test_posixpath
test_pow
test_pprint
test_print
test_profile
test_profilehooks
test_property
test_pstats
test_pty
test_pwd
test_py3kwarn
test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag
test_pyclbr
test_pydoc
[20960 refs]
[20960 refs]
[20960 refs]
[20960 refs]
[20960 refs]
[20959 refs]
[20959 refs]
test_pyexpat
test_queue
test_quopri
[18303 refs]
[18303 refs]
test_random
test_re
test_readline
test_repr
test_resource
test_rfc822
test_richcmp
test_robotparser
test_runpy
test_sax
test_scope
test_scriptpackages
test_scriptpackages skipped -- No module named aetools
test_select
test_set
test_setcomps
test_sets
test_sgmllib
test_sha
test_shelve
test_shlex
test_shutil
test_signal
test_site
[15449 refs]
[15449 refs]
[15452 refs]
[15449 refs]
test_slice
test_smtplib
test_smtpnet
test_socket
test_socketserver
test_softspace
test_sort
test_sqlite
test_ssl
test_startfile
test_startfile skipped -- module os has no attribute startfile
test_str
test_strftime
test_string
test_stringprep
test_strop
test_strptime
test_struct
test_structmembers
test_structseq
test_subprocess
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[17310 refs]
[15664 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
.
[15449 refs]
[15449 refs]
    this bit of output is from a test of stdout in a different process ...
[15449 refs]
[15449 refs]
[15664 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[17310 refs]
[15664 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
[15449 refs]
.
[15449 refs]
[15449 refs]
    this bit of output is from a test of stdout in a different process ...
[15449 refs]
[15449 refs]
[15664 refs]
test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
test_sundry
test_symtable
test_syntax
test_sys
[15449 refs]
[15449 refs]
[15678 refs]
[15472 refs]
test_tarfile
test_tcl
test_tcl skipped -- No module named _tkinter
test_telnetlib
test_tempfile
[15452 refs]
test_textwrap
test_thread
test_threaded_import
test_threadedtempfile
test_threading
[18760 refs]
[20340 refs]
[20154 refs]
[20154 refs]
[20154 refs]
[20154 refs]
test_threading_local
test_threadsignals
test_time
test_timeout
test_tk
test_tk skipped -- No module named _tkinter
test_tokenize
test_trace
test_traceback
test_transformer
test_ttk_guionly
test_ttk_guionly skipped -- No module named _tkinter
test_ttk_textonly
test_ttk_textonly skipped -- No module named _tkinter
test_tuple
test_typechecks
test_ucn
test_unary
test_undocumented_details
test_unicode
test_unicode_file
test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
test_unicodedata
test_univnewlines
test_univnewlines2k
test_unpack
test_urllib
test_urllib2
test_urllib2_localnet
test_urllib2net
test_urllibnet
test_urlparse
test_userdict
test_userlist
test_userstring
test_uu
test_uuid
    WARNING: uuid.getnode is unreliable on many platforms.
        It is disabled until the code and/or test can be fixed properly.
    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
        It is disabled until the code and/or test can be fixed properly.
    WARNING: uuid._unixdll_getnode is unreliable on many platforms.
        It is disabled until the code and/or test can be fixed properly.
test_wait3
test_wait4
test_warnings
test_wave
test_weakref
test_whichdb
test_winreg
test_winreg skipped -- No module named _winreg
test_winsound
test_winsound skipped -- No module named winsound
test_with
test_wsgiref
test_xdrlib
test_xml_etree
test_xml_etree_c
test_xmllib
test_xmlrpc
test_xpickle
sh: line 1: python2.4: command not found
sh: line 1: python2.6: command not found
test_xrange
test_zipfile
test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_zipimport
test_zipimport_support
test_zlib
348 tests OK.
1 test failed:
    test_hashlib
27 tests skipped:
    test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
    test_epoll test_gl test_imgfile test_ioctl test_kqueue test_macos
    test_macostools test_multiprocessing test_pep277 test_py3kwarn
    test_scriptpackages test_startfile test_sunaudiodev test_tcl
    test_tk test_ttk_guionly test_ttk_textonly test_unicode_file
    test_winreg test_winsound test_zipfile64
6 skips unexpected on linux2:
    test_multiprocessing test_ttk_guionly test_epoll test_tk
    test_ioctl test_ttk_textonly
[888163 refs]


More information about the Python-checkins mailing list