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 pitrou
Recipients brian.curtin, db3l, pitrou, tim.golden
Date 2010-10-14.08:34:28
SpamBayes Score 0.017729921
Marked as misclassified No
Message-id <1287045270.71.0.765573711319.issue10098@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows 7 buildbot sometimes shows a failure in test_os:

test test_os failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_os.py", line 1080, in test_CTRL_BREAK_EVENT
    self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_os.py", line 1058, in _kill_with_event
    self.fail("subprocess did not stop on {}".format(name))
AssertionError: subprocess did not stop on CTRL_BREAK_EVENT

http://www.python.org/dev/buildbot/3.x.stable/builders/x86%20Windows7%203.x/builds/1755/steps/test/logs/stdio
History
Date User Action Args
2010-10-14 08:34:31pitrousetrecipients: + pitrou, db3l, tim.golden, brian.curtin
2010-10-14 08:34:30pitrousetmessageid: <1287045270.71.0.765573711319.issue10098@psf.upfronthosting.co.za>
2010-10-14 08:34:28pitroulinkissue10098 messages
2010-10-14 08:34:28pitroucreate