[pypy-commit] pypy arm-backend-2: adjust scope of random testing to a more realistic value for ARM

bivab noreply at buildbot.pypy.org
Sun Jun 26 12:31:18 CEST 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r45135:2f3f5a1f8c83
Date: 2011-06-26 12:36 +0200
http://bitbucket.org/pypy/pypy/changeset/2f3f5a1f8c83/

Log:	adjust scope of random testing to a more realistic value for ARM

diff --git a/pypy/jit/backend/arm/test/test_zll_random.py b/pypy/jit/backend/arm/test/test_zll_random.py
--- a/pypy/jit/backend/arm/test/test_zll_random.py
+++ b/pypy/jit/backend/arm/test/test_zll_random.py
@@ -10,6 +10,6 @@
 def test_stress():
     cpu = CPU(None, None)
     cpu.setup_once()
-    for i in range(1000):
+    for i in range(100):
         r = Random()
         check_random_function(cpu, LLtypeOperationBuilder, r, i, 1000)


More information about the pypy-commit mailing list