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