[New-bugs-announce] [issue20736] test_socket: testSendmsgDontWait needlessly skipped on Linux

David Watson report at bugs.python.org
Sat Feb 22 23:16:08 CET 2014


New submission from David Watson:

In test_socket, the decorator on SendmsgStreamTests.testSendmsgDontWait still checks for the old sys.platform value of "linux2", with the result that the test is always skipped, when in fact the test is for a Linux facility.  Patch attached for 3.3 and above.

----------
components: Tests
files: test_socket-platform.diff
keywords: patch
messages: 211965
nosy: baikie
priority: normal
severity: normal
status: open
title: test_socket: testSendmsgDontWait needlessly skipped on Linux
type: behavior
versions: Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34194/test_socket-platform.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20736>
_______________________________________


More information about the New-bugs-announce mailing list