This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.7rc2 fails test_urllib_localnet tests on OS X
Type: behavior Stage: needs patch
Components: Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: buildbot: test_urllib2_localnet failures (Connection refused) on Tiger buildbot
View: 8455
Assigned To: Nosy List: belopolsky, janssen
Priority: high Keywords:

Created on 2010-06-21 20:34 by janssen, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108314 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2010-06-21 20:34
% ./python.exe -Wd -3 -E -tt ./Lib/test/regrtest.py -v test_urllib2_localnet
== CPython 2.7rc2 (r27rc2:82137, Jun 21 2010, 12:50:22) [GCC 4.0.1 (Apple Inc. build 5493)]
==   Darwin-9.8.0-i386-32bit little-endian
==   /private/tmp/Python-2.7rc2/build/test_python_58063
test_urllib2_localnet
test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests) ... ok
test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) ... ok
test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... FAIL
test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... FAIL
test_200 (test.test_urllib2_localnet.TestUrlopen) ... ok
test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) ... ok
test_404 (test.test_urllib2_localnet.TestUrlopen) ... ok
test_bad_address (test.test_urllib2_localnet.TestUrlopen) ... ok
test_basic (test.test_urllib2_localnet.TestUrlopen) ... ok
test_geturl (test.test_urllib2_localnet.TestUrlopen) ... ok
test_info (test.test_urllib2_localnet.TestUrlopen) ... ok
test_redirection (test.test_urllib2_localnet.TestUrlopen) ... ok
test_sending_headers (test.test_urllib2_localnet.TestUrlopen) ... ok

======================================================================
FAIL: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/private/tmp/Python-2.7rc2/Lib/test/test_urllib2_localnet.py", line 264, in test_proxy_with_bad_password_raises_httperror
    self.URL)
AssertionError: HTTPError not raised

======================================================================
FAIL: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/private/tmp/Python-2.7rc2/Lib/test/test_urllib2_localnet.py", line 270, in test_proxy_with_no_password_raises_httperror
    self.URL)
AssertionError: HTTPError not raised

----------------------------------------------------------------------
Ran 13 tests in 9.050s

FAILED (failures=2)
test test_urllib2_localnet failed -- multiple errors occurred
1 test failed:
    test_urllib2_localnet
/tmp/Python-2.7rc2 397 %
msg108327 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2010-06-21 22:38
Looks like a duplicate of issue 8455.  Leaving open so that someone else could sort out the priority.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53298
2010-06-22 01:18:37belopolskysetstatus: open -> closed
resolution: duplicate
2010-06-21 22:38:53belopolskysetsuperseder: buildbot: test_urllib2_localnet failures (Connection refused) on Tiger buildbot

messages: + msg108327
nosy: + belopolsky
2010-06-21 20:34:36janssencreate