[issue23761] test_socket fails on Mac OSX 10.9.5

2015-04-12 Thread Carol Willing
Carol Willing added the comment: Tests for current CPython version now pass on Mac OSX 10.9.5. Closing issue. -- resolution: -> not a bug status: open -> closed ___ Python tracker

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread R. David Murray
R. David Murray added the comment: There are always going to be tests that are skipped (ones that don't run on your platform). Most of test_socket should run even if all you have is localhost networking. The 'network' resource is designed to control access to *external* networking resources,

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread Carol Willing
Carol Willing added the comment: Thanks Ned and R. David. A few questions... 1. I've rerun the tests using: One failure: 70 tests OK. 1 test failed: test_socket 1 test altered the execution environment: test_warnings 21 tests skipped: test_curses test_dbm_gnu test_devpoll test_epol

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread R. David Murray
R. David Murray added the comment: We could/should change that test to use subtests. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread Ned Deily
Ned Deily added the comment: I don't recall ever seeing that failure on OS X systems. Can you patch the test to find out which address lookup is not failing as expected and then check your host configuration? -- ___ Python tracker

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread R. David Murray
R. David Murray added the comment: This is almost certain to be an OSX bug. Do you want to investigate? -- components: +Macintosh -Tests nosy: +ned.deily, r.david.murray, ronaldoussoren ___ Python tracker

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread Carol Willing
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 rece