Message995
patch 312867 fixed test_long_future.py when run
directly, but it still fails when run by import (the
way regrtest.py runs tests).
$ jython test_long_future.py
long true division
$ jython
Jython 2.2a2 on java1.4.2_07 (JIT: null)
Type "copyright", "credits" or "license" for more
information.
>>> import test_long_future
long true division
Traceback (innermost last):
File "<console>", line 1, in ?
File
"/Users/fwier/src/jython/dist/Lib/test/test_long_future.py",
line 55, in ?
File
"/Users/fwier/src/jython/dist/Lib/test/test_long_future.py",
line 38, in test_true_division
TestFailed: expected OverflowError from 'huge / 1'
>>> ^D
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:23 | admin | link | issue1230674 messages |
2008-02-20 17:17:23 | admin | create | |
|