Author: David Schneider <[email protected]>
Branch: jitframe-on-heap
Changeset: r61458:11ac43885b18
Date: 2013-02-19 11:52 +0100
http://bitbucket.org/pypy/pypy/changeset/11ac43885b18/

Log:    start fixing test_compile_asmlen

diff --git a/rpython/jit/backend/arm/test/test_runner.py 
b/rpython/jit/backend/arm/test/test_runner.py
--- a/rpython/jit/backend/arm/test/test_runner.py
+++ b/rpython/jit/backend/arm/test/test_runner.py
@@ -23,8 +23,7 @@
     # for the individual tests see
     # ====> ../../test/runner_test.py
 
-    add_loop_instructions = ['nop', # this is the same as mov r0, r0
-                             'adds', 'cmp', 'beq', 'b']
+    add_loop_instructions = ['ldr', 'mov', 'adds', 'cmp', 'beq', 'b']
     bridge_loop_instructions = ['movw', 'movt', 'bx']
 
     def get_cpu(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to