The exception still can't happen though.
On Thu, Oct 14, 2010 at 3:32 PM, <[email protected]> wrote: > Author: antocuni > Date: Thu Oct 14 15:32:22 2010 > New Revision: 77933 > > Modified: > pypy/branch/jitffi/pypy/jit/metainterp/test/test_optimizefficall.py > Log: > update this test too > > > Modified: pypy/branch/jitffi/pypy/jit/metainterp/test/test_optimizefficall.py > ============================================================================== > --- pypy/branch/jitffi/pypy/jit/metainterp/test/test_optimizefficall.py > (original) > +++ pypy/branch/jitffi/pypy/jit/metainterp/test/test_optimizefficall.py Thu > Oct 14 15:32:22 2010 > @@ -77,7 +77,9 @@ > call(0, p2, descr=libffi_prepare) > call(0, p2, i0, descr=libffi_push_arg) > call(0, p2, f1, descr=libffi_push_arg) > - i3 = call(0, p2, 12345, descr=libffi_call) > + i3 = call_may_force(0, p2, 12345, descr=libffi_call) > + guard_not_forced() [] > + guard_no_exception() [] > jump(i3, f1, p2) > """ > expected = ops > _______________________________________________ > pypy-svn mailing list > [email protected] > http://codespeak.net/mailman/listinfo/pypy-svn > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
