[pypy-commit] pypy optresult-unroll: rebreak this test to be discussed

fijal noreply at buildbot.pypy.org
Mon Aug 24 13:33:50 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: optresult-unroll
Changeset: r79198:fa0b3e053262
Date: 2015-08-24 13:33 +0200
http://bitbucket.org/pypy/pypy/changeset/fa0b3e053262/

Log:	rebreak this test to be discussed

diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
--- a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
+++ b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
@@ -7243,7 +7243,7 @@
         """
         expected = """
         [p25, p187, i184, p189]
-        jump(p189, p187, i184, p189) # <- XXX is this correct for bridges?
+        jump(p25, p187, i184, p189) # <- XXX is this correct for bridges?
         """
         self.optimize_loop(ops, expected, preamble, expected_short=short)
 


More information about the pypy-commit mailing list