New submission from STINNER Victor: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.5/builds/97/steps/test/logs/stdio
test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ... FAIL ... Dangling threads: {<DummyProcess(Thread-110, started daemon 34437426432)>} ====================================================================== FAIL: test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/python/3.5.koobs-freebsd-current.nondebug/build/Lib/test/_test_multiprocessing.py", line 2359, in test_connection self.assertEqual(poll(TIMEOUT1), True) AssertionError: False != True ---------------------------------------------------------------------- Ran 272 tests in 124.653s FAILED (failures=1, skipped=16) Warning -- threading._dangling was modified by test_multiprocessing_forkserver Before: <_weakrefset.WeakSet object at 0x80493d080> After: <_weakrefset.WeakSet object at 0x804956160> test test_multiprocessing_forkserver failed[105/398/1] test_multiprocessing_forkserver ---------- components: Tests messages: 293426 nosy: davin, haypo priority: normal severity: normal status: open title: test_multiprocessing_forkserver: poll() failed on AMD64 FreeBSD CURRENT Non-Debug 3.5 versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30333> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com