Re: [pypy-svn] r8960 - pypy/dist/pypy/objspace/std

Hi Anders, On Mon, Feb 07, 2005 at 06:07:19PM +0100, ac@codespeak.net wrote:
Log: Make it possible to run (but with failing tests) cpythons test_builtins
Hum, I still cannot run the test in my own machine, but I can run it on codespeak. Moreover I can still run it on codespeak without your patch... So my guess is that something unrelated is going on here. (Your patch itself is fine, though, as a good performance improvement.) Armin

Armin Rigo wrote:
The test to be made runnable is self.assertRaises(MemoryError, list, xrange(sys.maxint // 2)) Without the performance improvement it simply takes longer to run than I am willing to wait. This test is only performed on 32 bit systems hence no problems on codespeak. As for not working on your machine i have no idea why. If you still have problems I'll be intrested in what tracebacks you get. /Arre

Hi Anders, On Thu, Feb 10, 2005 at 12:16:41PM +0100, Anders Chrigström wrote:
Ah, thanks for the comments. I discovered that it's related to the CPython version. I get an OperationError wrapping an assertion error when I try "py.test test_builtin.py" in Python 2.4, but not in 2.3. Armin

Armin Rigo wrote:
The test to be made runnable is self.assertRaises(MemoryError, list, xrange(sys.maxint // 2)) Without the performance improvement it simply takes longer to run than I am willing to wait. This test is only performed on 32 bit systems hence no problems on codespeak. As for not working on your machine i have no idea why. If you still have problems I'll be intrested in what tracebacks you get. /Arre

Hi Anders, On Thu, Feb 10, 2005 at 12:16:41PM +0100, Anders Chrigström wrote:
Ah, thanks for the comments. I discovered that it's related to the CPython version. I get an OperationError wrapping an assertion error when I try "py.test test_builtin.py" in Python 2.4, but not in 2.3. Armin
participants (2)
-
Anders Chrigström
-
Armin Rigo