test_zipfile testresult

cpu-mhz 2403.622
cpu-model AMD Athlon(tm) 64 Processor 3800+
execution-time 130.873084068
exit-status 1
fspath /u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_zipfile.py
options
outcome ERR
platform linux2
pypy-revision 17171
python-version-info (2, 4, 1, 'candidate', 2)
startdate Sun Sep 4 14:13:05 2005
testreport-version 1.1
timeout 40000.0
userhost pedronis@ratthing-b246

stdout

testStored (test.test_zipfile.TestsWithSourceFile) ... ERROR
testCloseErroneousFile (test.test_zipfile.OtherTests) ... ok
testClosedZipRaisesRuntimeError (test.test_zipfile.OtherTests) ... ERROR
testNonExistentFileRaisesIOError (test.test_zipfile.OtherTests) ... ok

======================================================================
ERROR: testStored (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_zipfile.py", line 41, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_zipfile.py", line 29, in zipTest
    zipfp.write(TESTFN, "another"+os.extsep+"name")
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/zipfile.py", line 443, in write
    zinfo.file_size))
  File "/u/pedronis/PyPy/dist/pypy/lib/struct.py", line 284, in pack
    result += [format['pack'](var,format['size'],endianness)]
  File "/u/pedronis/PyPy/dist/pypy/lib/struct.py", line 106, in pack_signed_int
    raise OverflowError,"Number:%i too large to convert" % number
OverflowError: Number:2699096088 too large to convert

======================================================================
ERROR: testClosedZipRaisesRuntimeError (test.test_zipfile.OtherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_zipfile.py", line 86, in testClosedZipRaisesRuntimeError
    zipf.writestr("foo.txt", "O, for a Muse of Fire!")
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/zipfile.py", line 469, in writestr
    self.fp.write(zinfo.FileHeader())
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/zipfile.py", line 165, in FileHeader
    len(self.filename), len(self.extra))
  File "/u/pedronis/PyPy/dist/pypy/lib/struct.py", line 284, in pack
    result += [format['pack'](var,format['size'],endianness)]
  File "/u/pedronis/PyPy/dist/pypy/lib/struct.py", line 106, in pack_signed_int
    raise OverflowError,"Number:%i too large to convert" % number
OverflowError: Number:2458737212 too large to convert

----------------------------------------------------------------------
Ran 4 tests in 106.118s

FAILED (errors=2)

stderr

Loading grammar /u/pedronis/PyPy/dist/pypy/interpreter/pyparser/data/Grammar2.4
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 0x401ab068>
fake-wrapping interp file <open file '<stderr>', mode 'w' at 0x401ab0b0>
fake-wrapping interp file <open file '<stdin>', mode 'r' at 0x401ab020>
fake-wrapping interp file <open file '<fdopen>', mode 'w' at 0x41a39a40>
fake-wrapping interp file <open file '<fdopen>', mode 'w+b' at 0x41a39a40>
faking <type 'time.struct_time'>
Traceback (application-level):
  File "/u/pedronis/PyPy/dist/pypy/tool/pytest/regrverbose.py", line 12 in <module>
    indirect_test()
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_zipfile.py", line 96 in test_main
    run_unittest(TestsWithSourceFile, OtherTests)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_support.py", line 290 in run_unittest
    run_suite(suite, testclass)
  File "/u/pedronis/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