[Python-3000] failing tests (original) (raw)
Guido van Rossum guido at python.org
Tue May 8 19:38:05 CEST 2007
- Previous message: [Python-3000] failing tests
- Next message: [Python-3000] new io (pep 3116)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Should be fixed now. Committed revision 55186.
On 5/8/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
One more test is failing:
test testfileio failed -- Traceback (most recent call last): File "/tmp/python-test-3.0/local/lib/python3.0/test/testfileio.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 happen when there is no tty associated with a terminal which happens when run from cron (among other situations). n -- On 5/7/07, Neal Norwitz <nnorwitz at gmail.com> wrote: > There are 3* failing tests: > testcompiler testdoctest testtransformer > * 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 the end of the line (print > behavior change). Not sure what to do about that now that we prevent > blanks at the end of lines from being checked in. :-) > > n >
Python-3000 mailing list Python-3000 at python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] failing tests
- Next message: [Python-3000] new io (pep 3116)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]