[pypy-svn] r78212 - pypy/trunk/pypy/module/pypyjit/test

arigo at codespeak.net arigo at codespeak.net
Fri Oct 22 16:09:58 CEST 2010


Author: arigo
Date: Fri Oct 22 16:09:57 2010
New Revision: 78212

Modified:
   pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
Log:
70 operations look fine on 64-bit machines.


Modified: pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	Fri Oct 22 16:09:57 2010
@@ -836,7 +836,7 @@
     def test_array_intimg(self):
         # XXX this test is way too imprecise in what it is actually testing
         # it should count the number of guards instead
-        for tc, maxops in zip('ilILd', (67, 67, 69, 69, 61)):
+        for tc, maxops in zip('ilILd', (67, 67, 70, 70, 61)):
             print
             print '='*65
             print '='*20, 'running test for tc=%r' % (tc,), '='*20



More information about the Pypy-commit mailing list