Florent Xicluna <florent.xicl...@gmail.com> added the comment:

Re-enabled on r78662 and r78663.
Buildbots seems happy, except Windows XP + Cygwin buildbot:

======================================================================
FAIL: test_kill (test.test_subprocess.Win32ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"D:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py",
 line 768, in test_kill
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

======================================================================
FAIL: test_send_signal (test.test_subprocess.Win32ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"D:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py",
 line 761, in test_send_signal
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

======================================================================
FAIL: test_terminate (test.test_subprocess.Win32ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"D:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_subprocess.py",
 line 775, in test_terminate
    self.assertNotEqual(p.wait(), 0)
AssertionError: 0 == 0

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2777>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to