test_codecencodings_tw testresult
| cpu-mhz |
1603.696 |
| cpu-model |
AMD Opteron(tm) Processor 242 |
| executable |
py.py |
| execution-time |
12.2232410908 |
| exit-status |
1 |
| fspath |
/home/hpk/pypy-dist/lib-python/2.4.1/test/test_codecencodings_tw.py |
| options |
|
| outcome |
ERR |
| platform |
linux2 |
| pypy-revision |
27957 |
| python-version-info |
(2, 4, 2, 'final', 0) |
| startdate |
Thu Jun 1 05:17:19 2006 |
| testreport-version |
1.1 |
| timeout |
1225.0 |
| userhost |
hpk@cen01 |
stdout
test_chunkcoding (test.test_codecencodings_tw.Test_Big5) ... ERROR
test_customreplace (test.test_codecencodings_tw.Test_Big5) ... ERROR
test_errorhandle (test.test_codecencodings_tw.Test_Big5) ... ERROR
test_streamreader (test.test_codecencodings_tw.Test_Big5) ... ERROR
test_streamwriter (test.test_codecencodings_tw.Test_Big5) ... ERROR
test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5) ... ERROR
======================================================================
ERROR: test_chunkcoding (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
======================================================================
ERROR: test_customreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
======================================================================
ERROR: test_errorhandle (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
======================================================================
ERROR: test_streamreader (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
======================================================================
ERROR: test_streamwriter (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
======================================================================
ERROR: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_multibytecodec_support.py", line 27, in setUp
self.codec = codecs.lookup(self.encoding)
LookupError: unknown encoding: big5
----------------------------------------------------------------------
Ran 6 tests in 2.068s
FAILED (errors=6)
stderr
Loading grammar /home/hpk/pypy-dist/pypy/interpreter/pyparser/data/Grammar2.5a
faking <type 'module'>
faking <type 'file'>
faking <type 'posix.stat_result'>
faking <type 'posix.statvfs_result'>
fake-wrapping interp file <open file '<stdout>', mode 'w' at 0x558e5068>
fake-wrapping interp file <open file '<stderr>', mode 'w' at 0x558e50b0>
fake-wrapping interp file <open file '<stdin>', mode 'r' at 0x558e5020>
Traceback (application-level):
File "/home/hpk/pypy-dist/pypy/tool/pytest/run-script/regrverbose.py", line 12 in <module>
indirect_test()
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_codecencodings_tw.py", line 27 in test_main
test_support.run_suite(suite)
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_support.py", line 274 in run_suite
raise TestFailed(msg)
TestFailed: errors occurred; run in verbose mode for details