Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60154:fa418e5683dd
Date: 2013-01-17 23:04 +0200
http://bitbucket.org/pypy/pypy/changeset/fa418e5683dd/

Log:    fix tests

diff --git a/pypy/jit/backend/x86/test/test_runner.py 
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86/test/test_runner.py
+++ b/pypy/jit/backend/x86/test/test_runner.py
@@ -33,8 +33,10 @@
     # for the individual tests see
     # ====> ../../test/runner_test.py
 
-    add_loop_instructions = ['mov', 'add', 'test', 'je', 'jmp']
-    bridge_loop_instructions = ['cmp', 'jg', 'mov', 'call', 'mov', 'jmp']
+    add_loop_instructions = ['mov', 'movabs', 'mov', 'movabs',
+                             'mov', 'add', 'test', 'je', 'jmp']
+    bridge_loop_instructions = ['cmp', 'jge', 'mov', 'mov', 'call',
+                                'mov', 'jmp']
 
     def setup_method(self, meth):
         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