New submission from Pablo Galindo Salgado <[email protected]>:
....
======================================================================
ERROR: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3387, in
testCmsgTruncLen0Plus1
self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0) + 1, maxdata=1)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3362, in
checkTruncatedArray
len(MSG), ancbuf)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 2436, in
doRecvmsg
result = sock.recvmsg_into([buf], *args)
RuntimeWarning: received malformed or improperly-truncated ancillary data
======================================================================
ERROR: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3394, in
testCmsgTruncLen1
maxdata=SIZEOF_INT)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3362, in
checkTruncatedArray
len(MSG), ancbuf)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 2436, in
doRecvmsg
result = sock.recvmsg_into([buf], *args)
RuntimeWarning: received malformed or improperly-truncated ancillary data
======================================================================
ERROR: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3401, in
testCmsgTruncLen2Minus1
maxdata=(2 * SIZEOF_INT) - 1)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 3362, in
checkTruncatedArray
len(MSG), ancbuf)
File "/Users/pgalindo3/github/cpython/Lib/test/test_socket.py", line 2436, in
doRecvmsg
result = sock.recvmsg_into([buf], *args)
RuntimeWarning: received malformed or improperly-truncated ancillary data
----------------------------------------------------------------------
Ran 555 tests in 24.708s
FAILED (errors=8, skipped=142)
test test_socket failed
test_socket failed
1 test failed:
test_socket
Total duration: 25 sec
Tests result: FAILURE
----------
components: macOS
messages: 328690
nosy: ned.deily, pablogsal, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_socket fails in MacOS High Sierra when running with -Werror
versions: Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com