New submission from Carol Willing:

On Mac OSX 10.9.5, test_socket fails when regression tests are run.


Specifically, the following fails:

FAIL: test_host_resolution (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/carol/Development/cpython/Lib/test/test_socket.py", line 788, in 
test_host_resolution
    self.assertRaises(OSError, socket.gethostbyname, addr)
AssertionError: OSError not raised by gethostbyname


The output from

    ./python.exe -m test -v test_socket > output-test-socket.txt

is attached.

----------
components: Tests
files: output-test-socket.txt
messages: 239120
nosy: willingc
priority: normal
severity: normal
status: open
title: test_socket fails on Mac OSX 10.9.5
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file38665/output-test-socket.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to