Author: Armin Rigo <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit