This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
History
Date User Action Args
2010-03-04 22:13:56floxsetrecipients: + flox, christian.heimes, benjamin.peterson, ezio.melotti, brian.curtin
2010-03-04 22:13:56floxsetmessageid: <1267740836.43.0.277388526955.issue2777@psf.upfronthosting.co.za>
2010-03-04 22:13:54floxlinkissue2777 messages
2010-03-04 22:13:54floxcreate