Message328690
....
======================================================================
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 |
|
| Date |
User |
Action |
Args |
| 2018-10-28 15:08:18 | pablogsal | set | recipients:
+ pablogsal, ronaldoussoren, ned.deily |
| 2018-10-28 15:08:18 | pablogsal | set | messageid: <1540739298.61.0.788709270274.issue35092@psf.upfronthosting.co.za> |
| 2018-10-28 15:08:18 | pablogsal | link | issue35092 messages |
| 2018-10-28 15:08:18 | pablogsal | create | |
|