[pypy-svn] r11711 - pypy/testresult/pedronis at Samuele-Pedronis-Computer.local

pedronis at codespeak.net pedronis at codespeak.net
Sun May 1 19:13:06 CEST 2005


Author: pedronis
Date: Sun May  1 19:13:06 2005
New Revision: 11711

Added:
   pypy/testresult/pedronis at Samuele-Pedronis-Computer.local/
   pypy/testresult/pedronis at Samuele-Pedronis-Computer.local/test_descrtut.txt
Log:
new result for test_descrtut with less failures



Added: pypy/testresult/pedronis at Samuele-Pedronis-Computer.local/test_descrtut.txt
==============================================================================
--- (empty file)
+++ pypy/testresult/pedronis at Samuele-Pedronis-Computer.local/test_descrtut.txt	Sun May  1 19:13:06 2005
@@ -0,0 +1,58 @@
+testreport-version: 1.0
+command: /usr/bin/python2.3 /Users/pedronis/PyPy/dist/pypy/tool/alarm.py 2208 /Users/pedronis/PyPy/dist/pypy/interpreter/py.py --oldstyle /Users/pedronis/PyPy/dist/lib-python/modified-2.3.4/test/test_descrtut.py
+run by: pedronis at Samuele-Pedronis-Computer.local
+sys.platform: darwin
+sys.version_info: (2, 3, 0, 'final', 0)
+oldstyle: yes
+pypy-revision: 11708
+startdate: Sun May  1 18:50:38 2005
+timeout: 2209.0 seconds
+
+============================================================
+faking <type 'unicode'>
+faking <type 'module'>
+faking <type 'file'>
+faking <type 'posix.stat_result'>
+faking <type 'posix.statvfs_result'>
+faking <type '_sre.SRE_Pattern'>
+faking <type 'function'>
+faking <type 'instancemethod'>
+faking <type '_sre.SRE_Match'>
+Traceback (application-level):
+  File "/Users/pedronis/PyPy/dist/lib-python/modified-2.3.4/test/test_descrtut.py", line 469 in ?
+    test_main(1)
+  File "/Users/pedronis/PyPy/dist/lib-python/modified-2.3.4/test/test_descrtut.py", line 465 in test_main
+    test_support.run_doctest(test_descrtut, verbose)
+  File "/Users/pedronis/PyPy/dist/lib-python/2.3.4/test/test_support.py", line 290 in run_doctest
+            raise TestFailed("%d of %d doctests failed" % (f, t))
+TestFailed: 3 of 99 doctests failed
+*****************************************************************
+Failure in example: exec "print foo" in a
+from line #49 of test.test_descrtut.__test__.tut1
+Expected:
+Traceback (most recent call last):
+  File "<stdin>", line 1, in ?
+  File "<string>", line 1, in ?
+NameError: name 'foo' is not defined
+Got: 0.0
+*****************************************************************
+Failure in example: property
+from line #50 of test.test_descrtut.__test__.tut5
+Expected: <type 'property'>
+Got: <class 'applevelinterp.property'>
+*****************************************************************
+Failure in example: C().foo()
+from line #15 of test.test_descrtut.__test__.tut8
+Expected:
+TypeError: unbound method foo() must be called with B instance as first argument (got C instance instead)
+Got:
+TypeError: unbound method must be called with instance as first argument
+*****************************************************************
+3 items had failures:
+   1 of  30 in test.test_descrtut.__test__.tut1
+   1 of  15 in test.test_descrtut.__test__.tut5
+   1 of   6 in test.test_descrtut.__test__.tut8
+***Test Failed*** 3 failures.
+========================== closed ==========================
+execution time: 1052.46314812 seconds
+exit status: 1



More information about the Pypy-commit mailing list