[Python-Dev] test failures on Debian unstable (original) (raw)

Neil Schemenauer nas@python.ca
Sat, 23 Nov 2002 17:08:35 -0800


test test_anydbm crashed -- exceptions.AttributeError: 'module' object has no attribute 'error' test test_bsddb crashed -- exceptions.AttributeError: 'module' object has no attribute 'btopen' test test_strptime failed -- Traceback (most recent call last): File "/home/nas/Python/py_cvs/Lib/test/test_strptime.py", line 156, in test_returning_RE self.failUnless(_strptime.strptime("1999", strp_output), "Use or re object failed") File "/home/nas/Python/py_cvs/Lib/_strptime.py", line 399, in strptime if format.pattern.find(locale_time.lang) == -1: TypeError: expected a character buffer object test test_whichdb failed -- Traceback (most recent call last): File "/home/nas/Python/py_cvs/Lib/test/test_whichdb.py", line 48, in test_whichdb_name f = mod.open(_fname, 'c') AttributeError: 'module' object has no attribute 'open'

198 tests OK. 4 tests failed: test_anydbm test_bsddb test_strptime test_whichdb 18 tests skipped: test_al test_bsddb3 test_bz2 test_cd test_cl test_curses test_dbm test_email_codecs test_gl test_imgfile test_nis test_normalization test_pep277 test_socket_ssl test_socketserver test_sunaudiodev test_winreg test_winsound 4 skips unexpected on linux2: test_normalization test_dbm test_bz2 test_bsddb3