Author: Armin Rigo <ar...@tunes.org>
Branch: reusing-r11
Changeset: r90971:d25e41f8176a
Date: 2017-04-05 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/d25e41f8176a/

Log:    fix test

diff --git a/rpython/jit/backend/x86/test/test_runner.py 
b/rpython/jit/backend/x86/test/test_runner.py
--- a/rpython/jit/backend/x86/test/test_runner.py
+++ b/rpython/jit/backend/x86/test/test_runner.py
@@ -39,7 +39,7 @@
                                  'nop; '    # for the label
                                  'add; test; je; jmp;')   # plus some padding
         bridge_loop_instructions = (
-            'cmp; jge; mov;( movabs;)? mov; mov(abs)?; call; mov(abs)?; jmp;')
+            'cmp; jge; mov;( movabs;| lea;)? mov; (mov|movabs|lea); call; 
mov(abs)?; jmp;')
 
     def get_cpu(self):
         cpu = CPU(rtyper=None, stats=FakeStats())
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to