Message100425
| Author |
flox |
| Recipients |
benjamin.peterson, brian.curtin, christian.heimes, ezio.melotti, flox |
| Date |
2010年03月04日.22:13:54 |
| SpamBayes Score |
8.882737e-09 |
| Marked as misclassified |
No |
| Message-id |
<1267740836.43.0.277388526955.issue2777@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|