test_doctest2 testresult
| cpu-mhz |
1603.696 |
| cpu-model |
AMD Opteron(tm) Processor 242 |
| executable |
py.py |
| execution-time |
107.746846199 |
| exit-status |
1 |
| fspath |
/home/hpk/pypy-dist/lib-python/2.4.1/test/test_doctest2.py |
| options |
|
| outcome |
ERR |
| platform |
linux2 |
| pypy-revision |
27957 |
| python-version-info |
(2, 4, 2, 'final', 0) |
| startdate |
Thu Jun 1 07:09:53 2006 |
| testreport-version |
1.1 |
| timeout |
1156.0 |
| userhost |
hpk@cen01 |
stdout
Trying:
print "In D!" # 5
Expecting:
In D!
ok
Trying:
print 3 # 6
Expecting:
3
ok
Trying:
c = C() # 10
Expecting nothing
ok
Trying:
c.x = 12 # 11
Expecting nothing
ok
Trying:
print c.x # 12
Expecting:
-12
ok
Trying:
print C() # 4
Expecting:
42
ok
Trying:
print C.clsm(22) # 18
Expecting:
22
ok
Trying:
print C().clsm(23) # 19
Expecting:
23
ok
Trying:
c = C() # 7
Expecting nothing
ok
Trying:
c.x = 12 # 8
Expecting nothing
ok
Trying:
print c.x # 9
Expecting:
-12
ok
Trying:
print C.statm() # 16
Expecting:
666
ok
Trying:
print C().statm() # 17
Expecting:
666
ok
Trying:
print C() # 3
Expecting:
42
ok
3 items had no tests:
test.test_doctest2
test.test_doctest2.C
test.test_doctest2.test_main
8 items passed all tests:
1 tests in test.test_doctest2.C.D
1 tests in test.test_doctest2.C.D.nested
1 tests in test.test_doctest2.C.__init__
1 tests in test.test_doctest2.C.__str__
2 tests in test.test_doctest2.C.clsm
3 tests in test.test_doctest2.C.getx
3 tests in test.test_doctest2.C.setx
2 tests in test.test_doctest2.C.statm
14 tests in 11 items.
14 passed and 0 failed.
Test passed.
doctest (test.test_doctest2) ... 14 tests with zero failures
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_doctest2.py", line 115 in test_main
(EXPECTED, t))
TestFailed: expected 19 tests to run, not 14