New failure on x86 Windows7 3.x:
https://buildbot.python.org/all/#/builders/58/builds/1174
test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore) ... skipped 'test not appropriate for threads'
test test_multiprocessing_spawn failed
test_import (test.test_multiprocessing_spawn._TestImportStar) ... ok
======================================================================
FAIL: test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\_test_multiprocessing.py", line 1044, in test_timeout
self.assertGreaterEqual(delta, 0.150)
AssertionError: 0.13579845428466797 not greater than or equal to 0.15
----------------------------------------------------------------------
Ran 311 tests in 495.714s
FAILED (failures=1, skipped=37)
1 test failed again:
test_multiprocessing_spawn
== Tests result: FAILURE then FAILURE == |