[issue4666] test_bad_address in test_urllib2_localnet often fails

2008-12-21 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info added the comment:

Tests (trunk 21 dec 2008) fail as before (i.e. test_curses, 
test_urllib2_localnet and test_urllibnet) but now test_smtplib fail too.

Single test always succeed as example:
$ echo test_smtplib  /tmp/pynexttest
$ ./python -E -tt ../Lib/test/regrtest.py -l -s
test_smtplib
1 test OK.

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4666
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4666] test_bad_address in test_urllib2_localnet often fails

2008-12-15 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

I tried a fix (see r67779, r6 in trunk) and it seems to work.

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4666
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4666] test_bad_address in test_urllib2_localnet often fails

2008-12-15 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

On the buildbots, the errors have now disappeared after the fix. I'm
closing this, please reopen it if you still witness it.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4666
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4666] test_bad_address in test_urllib2_localnet often fails

2008-12-14 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

This error is often seen on the buildbots (both py3k and trunk):

==
FAIL: test_bad_address (test.test_urllib2_localnet.TestUrlopen)
--
Traceback (most recent call last):
  File
E:\cygwin\home\db3l\buildarea\3.0.bolen-windows\build\lib\test\test_urllib2_localnet.py,
line 452, in test_bad_address
http://www.python.invalid./;)
AssertionError: IOError not raised by urlopen

--
components: Tests
messages: 77840
nosy: pitrou
priority: high
severity: normal
status: open
title: test_bad_address in test_urllib2_localnet often fails
type: behavior
versions: Python 2.6, Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4666
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4666] test_bad_address in test_urllib2_localnet often fails

2008-12-14 Thread Roumen Petrov

Roumen Petrov bugtr...@roumenpetrov.info added the comment:

I confirm that following tests test_curses test_urllib2_localnet
test_urllibnet fail if regression test run all test.
All three tests succeed if I run them one by one.
Version - trunk, os - linux.

--
nosy: +rpetrov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4666
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com