Message292538
| Author |
vstinner |
| Recipients |
ned.deily, ronaldoussoren, vstinner |
| Date |
2017年04月28日.16:20:49 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1493396449.34.0.335378086459.issue30201@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The test fails on Python 3.5 but pass on Python 3.6, I don't know why.
http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.5/builds/31/steps/test/logs/stdio
======================================================================
ERROR: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.5.billenstein-elcapitan/build/Lib/test/test_socket.py", line 2851, in testFDPassEmpty
len(MSG), 10240),
File "/Users/buildbot/buildarea/3.5.billenstein-elcapitan/build/Lib/test/test_socket.py", line 1955, in doRecvmsg
result = sock.recvmsg(bufsize, *args)
OSError: [Errno 12] Cannot allocate memory
======================================================================
ERROR: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.5.billenstein-elcapitan/build/Lib/test/test_socket.py", line 2851, in testFDPassEmpty
len(MSG), 10240),
File "/Users/buildbot/buildarea/3.5.billenstein-elcapitan/build/Lib/test/test_socket.py", line 2046, in doRecvmsg
result = sock.recvmsg_into([buf], *args)
OSError: [Errno 12] Cannot allocate memory |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年04月28日 16:20:49 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, ned.deily |
| 2017年04月28日 16:20:49 | vstinner | set | messageid: <1493396449.34.0.335378086459.issue30201@psf.upfronthosting.co.za> |
| 2017年04月28日 16:20:49 | vstinner | link | issue30201 messages |
| 2017年04月28日 16:20:49 | vstinner | create |
|