Re: [Python-3000] failing tests

2007-05-08 Thread Guido van Rossum
Should be fixed now. Committed revision 55186. On 5/8/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > One more test is failing: > > test test_fileio failed -- Traceback (most recent call last): > File "/tmp/python-test-3.0/local/lib/python3.0/test/test_fileio.py", > line 128, in testAbles >f =

Re: [Python-3000] failing tests

2007-05-08 Thread Neal Norwitz
One more test is failing: test test_fileio failed -- Traceback (most recent call last): File "/tmp/python-test-3.0/local/lib/python3.0/test/test_fileio.py", line 128, in testAbles f = _fileio._FileIO("/dev/tty", "a") IOError: [Errno 6] No such device or address: '/dev/tty' This seems to only

Re: [Python-3000] failing tests

2007-05-07 Thread Guido van Rossum
On 5/7/07, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > I just fixed the doctest failures; but for the compiler package I > > need help. Would you have the time? > > I don't really know the compiler package at all. I'll have a look, but > it's going to take me a while to e

Re: [Python-3000] failing tests

2007-05-07 Thread Nick Coghlan
Guido van Rossum wrote: > On 5/7/07, Nick Coghlan <[EMAIL PROTECTED]> wrote: >> Guido van Rossum wrote: >> > Thanks for checking in xrange! Woot! >> > >> > test_compiler and test_transformer are waiting for someone to clean up >> > the compiler package (I forget what it doesn't support, perhape

Re: [Python-3000] failing tests

2007-05-07 Thread Guido van Rossum
On 5/7/07, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > Thanks for checking in xrange! Woot! > > > > test_compiler and test_transformer are waiting for someone to clean up > > the compiler package (I forget what it doesn't support, perhapes only > > nonlocal needs to be

Re: [Python-3000] failing tests

2007-05-07 Thread Nick Coghlan
Guido van Rossum wrote: > Thanks for checking in xrange! Woot! > > test_compiler and test_transformer are waiting for someone to clean up > the compiler package (I forget what it doesn't support, perhapes only > nonlocal needs to be added.) It's definitely lagging on set comprehensions as wel

Re: [Python-3000] failing tests

2007-05-07 Thread Guido van Rossum
Thanks for checking in xrange! Woot! test_compiler and test_transformer are waiting for someone to clean up the compiler package (I forget what it doesn't support, perhapes only nonlocal needs to be added.) Looks like you diagnosed the doctest failure correctly. This is probably because, when

[Python-3000] failing tests

2007-05-07 Thread Neal Norwitz
There are 3* failing tests: test_compiler test_doctest test_transformer * plus a few more when running on a 64-bit platform These failures occurred before and after xrange checkin. Do other people see these failures? Any ideas when they started? The doctest failures are due to no space at t