[New-bugs-announce] [issue8432] build: test_send_signal of test_subprocess failure

STINNER Victor report at bugs.python.org
Sat Apr 17 18:36:35 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

http://www.python.org/dev/buildbot/builders/x86 FreeBSD 3.x/builds/211/steps/test/logs/stdio

Example:
======================================================================
FAIL: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_subprocess.py", line 770, in test_send_signal
    self.assertIn(b'KeyboardInterrupt', stderr)
AssertionError: b'KeyboardInterrupt' not found in b''

----------------------------------------------------------------------

----------
keywords: buildbot
messages: 103409
nosy: haypo
severity: normal
status: open
title: build: test_send_signal of test_subprocess failure
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8432>
_______________________________________


More information about the New-bugs-announce mailing list