[pypy-commit] pypy default: Update by printing the loop.

arigo noreply at buildbot.pypy.org
Fri Jun 8 18:31:12 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55517:d41e4b67a0d1
Date: 2012-06-08 18:30 +0200
http://bitbucket.org/pypy/pypy/changeset/d41e4b67a0d1/

Log:	Update by printing the loop.

diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -1168,6 +1168,9 @@
             operations.append(
                 ResOperation(rop.FINISH, retboxes, None, descr=faildescr)
                 )
+            print inputargs
+            for op in operations:
+                print op
             self.cpu.compile_loop(inputargs, operations, looptoken)
             #
             fail = self.cpu.execute_token(looptoken, *values)


More information about the pypy-commit mailing list