[pypy-commit] pypy faster-nested-scopes: don't test jump arguments, doesn't lead to test precision and there are random variations

cfbolz noreply at buildbot.pypy.org
Thu Sep 1 15:14:27 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: faster-nested-scopes
Changeset: r46981:927d3f73e9f7
Date: 2011-09-01 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/927d3f73e9f7/

Log:	don't test jump arguments, doesn't lead to test precision and there
	are random variations

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -174,7 +174,7 @@
             guard_no_overflow(descr=...)
             i18 = force_token()
             --TICK--
-            jump(p0, p1, p2, p3, p4, i8, p7, i17, p8, i9, i17, p10, p11, p12, descr=<Loop0>)
+            jump(..., descr=<Loop0>)
         """)
 
     def test_default_and_kw(self):


More information about the pypy-commit mailing list