Author: David Schneider <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit