Author: Hakan Ardo <[email protected]>
Branch: jit-short_from_state
Changeset: r44524:72cf8b1d9480
Date: 2011-05-25 19:53 +0200
http://bitbucket.org/pypy/pypy/changeset/72cf8b1d9480/

Log:    this cant happen with the current set of supported virtuals, but we
        should be carefull when adding support for new once that for example
        would insert pure operations when forced

diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py 
b/pypy/jit/metainterp/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/test/test_optimizeopt.py
@@ -6399,6 +6399,3 @@
         """
         self.optimize_loop(ops, expected)
         
-    def test_forcing_jumpargs_resulting_in_additional_inputargs_needed(self):
-        #FIXME
-        assert False
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to