[pypy-svn] r70352 - pypy/branch/virtual-forcing/pypy/module/pypyjit/test

arigo at codespeak.net arigo at codespeak.net
Wed Dec 30 13:21:15 CET 2009


Author: arigo
Date: Wed Dec 30 13:21:14 2009
New Revision: 70352

Modified:
   pypy/branch/virtual-forcing/pypy/module/pypyjit/test/test_pypy_c.py
Log:
Allow up to 7200 operations for richards.
There are a bit more now because of the
creation of some frames.


Modified: pypy/branch/virtual-forcing/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/branch/virtual-forcing/pypy/module/pypyjit/test/test_pypy_c.py	(original)
+++ pypy/branch/virtual-forcing/pypy/module/pypyjit/test/test_pypy_c.py	Wed Dec 30 13:21:14 2009
@@ -205,7 +205,7 @@
 
             def main():
                 return richards.main(iterations = 1)
-        ''' % (sys.path,), 7000,
+        ''' % (sys.path,), 7200,
                    ([], 42))
 
     def test_simple_call(self):



More information about the Pypy-commit mailing list