[Python-Dev] test_codecs failing
Raymond Hettinger
raymond.hettinger at verizon.net
Tue Feb 8 06:44:45 CET 2005
- Previous message: [Python-Dev] Re: python/dist/src/Lib DocXMLRPCServer.py, 1.4,
1.5 cookielib.py, 1.6, 1.7 copy.py, 1.43, 1.44 optparse.py,
1.12, 1.13 pickle.py, 1.160, 1.161 subprocess.py, 1.13,
1.14 unittest.py, 1.37, 1.38 xmlrpclib.py, 1.36, 1.37
- Next message: [Python-Dev] test_codecs failing
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
The most recent test_codecs check-in (1.19) is failing on a MSCV6.0
compilation running on WinMe:
----------------------------------------------------------------------
Ran 35 tests in 1.430s
FAILED (failures=1)
Traceback (most recent call last):
File "\py25\lib\test\test_codecs.py", line 786, in ?
test_main()
File "\py25\lib\test\test_codecs.py", line 781, in test_main
BasicStrTest
File "C:\PY25\lib\test\test_support.py", line 290, in run_unittest
run_suite(suite, testclass)
File "C:\PY25\lib\test\test_support.py", line 275, in run_suite
raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
File "\py25\lib\test\test_codecs.py", line 165, in test_badbom
self.assertRaises(UnicodeError, f.read)
AssertionError: UnicodeError not raised
C:\pydev>python
Python 2.5a0 (#46, Feb 7 2005, 21:37:18) [MSC v.1200 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
Raymond
- Previous message: [Python-Dev] Re: python/dist/src/Lib DocXMLRPCServer.py, 1.4,
1.5 cookielib.py, 1.6, 1.7 copy.py, 1.43, 1.44 optparse.py,
1.12, 1.13 pickle.py, 1.160, 1.161 subprocess.py, 1.13,
1.14 unittest.py, 1.37, 1.38 xmlrpclib.py, 1.36, 1.37
- Next message: [Python-Dev] test_codecs failing
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-Dev
mailing list