[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"

2015-12-28 Thread Brett Cannon

Brett Cannon added the comment:

Thanks for  the patch, Jeff!

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"

2015-12-28 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b4c6631737b3 by Brett Cannon in branch 'default':
Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.
https://hg.python.org/cpython/rev/b4c6631737b3

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"

2015-12-27 Thread Brett Cannon

Changes by Brett Cannon :


--
nosy: +brett.cannon

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with "Cannot allocate memory"

2015-11-18 Thread Jeff Ramnani

Jeff Ramnani added the comment:

I'm still getting these test failures on OS X 10.11.1.  Has a radar been filed 
with Apple?  I'd submit one, but I don't know enough about the issue to create 
a good bug report.

In the meantime, I'm attaching a patch to skip these tests as was done in issue 
#12958.

--
keywords: +patch
nosy: +jramnani
Added file: http://bugs.python.org/file41069/issue-24725.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with Cannot allocate memory

2015-08-02 Thread David Watson

Changes by David Watson bai...@users.sourceforge.net:


--
nosy: +baikie

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24725
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with Cannot allocate memory

2015-07-26 Thread Ned Deily

New submission from Ned Deily:

==
ERROR: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest)
--
Traceback (most recent call last):
  File 
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py,
 line 2799, in testFDPassEmpty
len(MSG), 10240),
  File 
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py,
 line 1907, 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 
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py,
 line 2799, in testFDPassEmpty
len(MSG), 10240),
  File 
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/test/test_socket.py,
 line 1998, in doRecvmsg
result = sock.recvmsg_into([buf], *args)
OSError: [Errno 12] Cannot allocate memory

--
Ran 507 tests in 28.819s

FAILED (errors=2, skipped=122)
test test_socket failed

Same failures seen with 3.4.3 and 3.5.0b4 installers on 10.11 (El Capitan) 
Developer Previews 2 and 4.  Passes on 10.10.x and earlier recent OS X systems. 
 There have been other problems in this area on OS X in the past (see 
Issue12958).  Probably need to open a RADAR.

--
components: Macintosh
messages: 247414
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_socket testFDPassEmpty fails on OS X 10.11 DP with Cannot allocate 
memory
versions: Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24725
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24725] test_socket testFDPassEmpty fails on OS X 10.11 DP with Cannot allocate memory

2015-07-26 Thread Ronald Oussoren

Ronald Oussoren added the comment:

I agree this needs a radar when it works on older releases of the OS and not on 
the 10.11 beta's.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24725
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com