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 flox, gregory.p.smith, michael.foord, pitrou, skrah, vstinner
Date 2010-08-24.14:39:47
SpamBayes Score 4.2257965e-05
Marked as misclassified No
Message-id <1282660789.4.0.680360308262.issue8432@psf.upfronthosting.co.za>
In-reply-to
Content
Also occurs on Python 2.7, with "x86 FreeBSD 7.2" buildbot.
(I found it on many builds since revision 83725 at least. Older builds are not available)
Seen on "x86 FreeBSD" buildbot, too.


test test_subprocess failed -- Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/2.7.bolen-freebsd7/build/Lib/test/test_subprocess.py", line 723, in test_send_signal
    self.assertIn('KeyboardInterrupt', stderr)
AssertionError: 'KeyboardInterrupt' not found in ''

http://www.python.org/dev/buildbot/builders/x86%20FreeBSD%207.2%202.7/builds/89
http://www.python.org/dev/buildbot/builders/x86%20FreeBSD%207.2%202.7/builds/51
History
Date User Action Args
2010-08-24 14:39:49floxsetrecipients: + flox, gregory.p.smith, pitrou, vstinner, michael.foord, skrah
2010-08-24 14:39:49floxsetmessageid: <1282660789.4.0.680360308262.issue8432@psf.upfronthosting.co.za>
2010-08-24 14:39:48floxlinkissue8432 messages
2010-08-24 14:39:47floxcreate