[pypy-commit] pypy ppc-backend-2: Print values array in test_arguments_to_execute_token.

edelsohn noreply at buildbot.pypy.org
Fri Jun 8 21:13:23 CEST 2012


Author: edelsohn
Branch: ppc-backend-2
Changeset: r55527:60b7b19d4861
Date: 2012-06-08 15:11 -0400
http://bitbucket.org/pypy/pypy/changeset/60b7b19d4861/

Log:	Print values array in test_arguments_to_execute_token.

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
@@ -1265,6 +1265,7 @@
                 ResOperation(rop.FINISH, retboxes, None, descr=faildescr)
                 )
             print inputargs
+            print values
             for op in operations:
                 print op
             self.cpu.compile_loop(inputargs, operations, looptoken)


More information about the pypy-commit mailing list