New submission from Antoine Pitrou <pit...@free.fr>: The OS X Tiger fails more or less intermittently on one of the new multiprocessing tests:
====================================================================== FAIL: test_pickling (test.test_multiprocessing.WithProcessesTestPicklingConnections) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 2032, in test_pickling self.assertEqual(new_conn.recv(100), msg.upper()) AssertionError: b'' != b'THIS CONNECTION USES A NORMAL SOCKET' http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/4408/steps/test/logs/stdio ---------- components: Library (Lib), Tests messages: 159312 nosy: pitrou, sbt priority: normal severity: normal status: open title: test_multiprocessing failure on OS X Tiger type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14669> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com