test_xmlrpc testresult

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

stdout

test_default_encoding_issues (test.test_xmlrpc.XMLRPCTestCase) ... ERROR
test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_load (test.test_xmlrpc.XMLRPCTestCase) ... ERROR
test_dump_none (test.test_xmlrpc.XMLRPCTestCase) ... ERROR

======================================================================
ERROR: test_default_encoding_issues (test.test_xmlrpc.XMLRPCTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_xmlrpc.py", line 71, in test_default_encoding_issues
    finally:
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 1078, in loads
    p, u = getparser()
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 974, in getparser
    parser = SlowParser(target)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 540, in __init__
    SlowParser.__bases__ = (xmllib.XMLParser,)
TypeError: readonly attribute

======================================================================
ERROR: test_dump_load (test.test_xmlrpc.XMLRPCTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_xmlrpc.py", line 28, in test_dump_load
    xmlrpclib.loads(xmlrpclib.dumps((alist,)))[0][0])
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 1029, in dumps
    data = m.dumps(params)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 603, in dumps
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 675, in dump_array
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 696, in dump_struct
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 613, in __dump
    raise TypeError, "cannot marshal %s objects" % type(value)
TypeError: cannot marshal <class 'xmlrpclib.Binary'> objects

======================================================================
ERROR: test_dump_none (test.test_xmlrpc.XMLRPCTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_xmlrpc.py", line 44, in test_dump_none
    strg = xmlrpclib.dumps(arg1, allow_none=True)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 1029, in dumps
    data = m.dumps(params)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 603, in dumps
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 675, in dump_array
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 615, in __dump
    f(self, value, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 696, in dump_struct
    dump(v, write)
  File "/u/pedronis/PyPy/dist/lib-python/2.4.1/xmlrpclib.py", line 613, in __dump
    raise TypeError, "cannot marshal %s objects" % type(value)
TypeError: cannot marshal <class 'xmlrpclib.Binary'> objects

----------------------------------------------------------------------
Ran 6 tests in 49.303s

FAILED (errors=3)

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>
/u/pedronis/PyPy/dist/lib-python/2.4.1/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
  warnings.warn("The xmllib module is obsolete.  Use xml.sax instead.", DeprecationWarning)
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_xmlrpc.py", line 85 in test_main
    test_support.run_unittest(XMLRPCTestCase)
  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 in test.test_xmlrpc.XMLRPCTestCase