Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r62132:195a90abd218
Date: 2013-03-06 21:00 +0200
http://bitbucket.org/pypy/pypy/changeset/195a90abd218/

Log:    fix the test

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
@@ -24,7 +24,9 @@
     # ====> ../../test/runner_test.py
 
     add_loop_instructions = ['ldr', 'mov', 'adds', 'cmp', 'beq', 'b']
-    bridge_loop_instructions = ['movw', 'movt', 'bx']
+    bridge_loop_instructions = ['ldr', 'mov', 'nop', 'cmp', 'bge',
+                                'push', 'mov', 'mov', 'push', 'mov', 'mov',
+                                'blx', 'mov', 'mov', 'bx']
 
     def get_cpu(self):
         cpu = CPU(rtyper=None, stats=FakeStats())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to