mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Patch by David Watson.
This commit is contained in:
parent
fca2fc090c
commit
abde2c1d25
1 changed files with 1 additions and 1 deletions
|
|
@ -2216,7 +2216,7 @@ def _testSendmsgTimeout(self):
|
|||
# Linux supports MSG_DONTWAIT when sending, but in general, it
|
||||
# only works when receiving. Could add other platforms if they
|
||||
# support it too.
|
||||
@skipWithClientIf(sys.platform not in {"linux2"},
|
||||
@skipWithClientIf(sys.platform not in {"linux"},
|
||||
"MSG_DONTWAIT not known to work on this platform when "
|
||||
"sending")
|
||||
def testSendmsgDontWait(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue