[issue3862] test_array fails on FreeBSD7 amd64
New submission from Reed O'Brien <[EMAIL PROTECTED]>: or in FreeBSD? 2.6rc1 and 3.0b3 both fail test_array on FreeBSD7 amd64 test_array passes in 2.5.2 on the same machine but fails test_list the same as test_array... *** Signal 9 -- components: Tests messages: 73204 nosy: robrien severity: normal status: open title: test_array fails on FreeBSD7 amd64 type: crash versions: Python 2.5, Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3862> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3862] test_array fails on FreeBSD7 amd64
Reed O'Brien <[EMAIL PROTECTED]> added the comment: 2.6rc2 and Python-3.0b3 test_array detail test_alloc_overflow (test.test_array.DoubleTest) ... Killed Fills swap space and dumps core. 2.5.2 test_list test_addmul (test.test_list.ListTest) ... ok test_append (test.test_list.ListTest) ... ok Killed The FreeBSD ports patches fix this in 2.5.2. Specifically patching seq_tests.py to limit test_bigrepeat() to if sys.maxint <= 2147483647. no other tests fail; so I don't know immediately what else is patched. Although there are about 25 patches for the 2.5 port. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3862> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1544102] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7
Reed O'Brien added the comment: I am no longer using OSX 10.4.x, but this issue appears fixed in 2.5.4 and 2.6.1 on OSX 10.5.6 I have no reason for this to stay open -- nosy: +robrien ___ Python tracker <http://bugs.python.org/issue1544102> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com