[pypy-commit] pypy default: merged upstream

alex_gaynor noreply at buildbot.pypy.org
Sat Oct 26 21:33:31 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r67639:205ceffda4fa
Date: 2013-10-26 12:32 -0700
http://bitbucket.org/pypy/pypy/changeset/205ceffda4fa/

Log:	merged upstream

diff --git a/rpython/jit/backend/test/zll_stress.py b/rpython/jit/backend/test/zll_stress.py
--- a/rpython/jit/backend/test/zll_stress.py
+++ b/rpython/jit/backend/test/zll_stress.py
@@ -17,6 +17,6 @@
     cpu = CPU(None, None)
     cpu.setup_once()
     r = Random()
-    r.jumpahead(piece*per_piece)
+    r.jumpahead(piece*99999999)
     for i in range(piece*per_piece, (piece+1)*per_piece):
         check_random_function(cpu, LLtypeOperationBuilder, r, i, total_iterations)


More information about the pypy-commit mailing list