test_urllib testresult
| cpu-mhz |
2403.622 |
| cpu-model |
AMD Athlon(tm) 64 Processor 3800+ |
| execution-time |
122.093075037 |
| exit-status |
1 |
| fspath |
/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_urllib.py |
| options |
|
| outcome |
ERR |
| platform |
linux2 |
| pypy-revision |
17171 |
| python-version-info |
(2, 4, 1, 'candidate', 2) |
| startdate |
Sun Sep 4 13:50:05 2005 |
| testreport-version |
1.1 |
| timeout |
36100.0 |
| userhost |
pedronis@ratthing-b246 |
stdout
test_close (test.test_urllib.urlopen_FileTests) ... ok
test_fileno (test.test_urllib.urlopen_FileTests) ... ok
test_geturl (test.test_urllib.urlopen_FileTests) ... FAIL
test_info (test.test_urllib.urlopen_FileTests) ... ok
test_interface (test.test_urllib.urlopen_FileTests) ... ok
test_iter (test.test_urllib.urlopen_FileTests) ... ok
test_read (test.test_urllib.urlopen_FileTests) ... ok
test_readline (test.test_urllib.urlopen_FileTests) ... ok
test_readlines (test.test_urllib.urlopen_FileTests) ... ok
test_read (test.test_urllib.urlopen_HttpTests) ... ok
test_basic (test.test_urllib.urlretrieve_FileTests) ... ok
test_copy (test.test_urllib.urlretrieve_FileTests) ... ok
test_reporthook (test.test_urllib.urlretrieve_FileTests) ... ok
test_default_quoting (test.test_urllib.QuotingTests) ... ok
test_default_safe (test.test_urllib.QuotingTests) ... ok
test_never_quote (test.test_urllib.QuotingTests) ... ok
test_quoting_space (test.test_urllib.QuotingTests) ... ok
test_safe (test.test_urllib.QuotingTests) ... ok
test_unquoting (test.test_urllib.UnquotingTests) ... ok
test_unquoting_parts (test.test_urllib.UnquotingTests) ... ok
test_unquoting_plus (test.test_urllib.UnquotingTests) ... ok
test_doseq (test.test_urllib.urlencode_Tests) ... ok
test_quoting (test.test_urllib.urlencode_Tests) ... ok
test_using_mapping (test.test_urllib.urlencode_Tests) ... ok
test_using_sequence (test.test_urllib.urlencode_Tests) ... ok
test_basic (test.test_urllib.Pathname_Tests) ... ok
test_quoting (test.test_urllib.Pathname_Tests) ... ok
======================================================================
FAIL: test_geturl (test.test_urllib.urlopen_FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_urllib.py", line 83, in test_geturl
self.assertEqual(self.returned_obj.geturl(), self.pathname)
AssertionError: 'file:///tmp/@test' != '/tmp/@test'
----------------------------------------------------------------------
Ran 27 tests in 72.875s
FAILED (failures=1)
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>
faking <type '_socket.socket'>
faking <type 'classobj'>
faking <type 'PyCObject'>
faking <type 'time.struct_time'>
fake-wrapping interp file <open file '/tmp/@test', mode 'rb' at 0x41eb7ba8>
fake-wrapping interp file <open file '/tmp/@test', mode 'rb' at 0x41eb7ba8>
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_urllib.py", line 452 in test_main
)
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 275 in run_suite
raise TestFailed(err)
TestFailed: Traceback (most recent call last):
File "/u/pedronis/PyPy/dist/lib-python/2.4.1/test/test_urllib.py", line 83, in test_geturl
self.assertEqual(self.returned_obj.geturl(), self.pathname)
AssertionError: 'file:///tmp/@test' != '/tmp/@test'