[New-bugs-announce] [issue13084] test_signal failure

Stefan Krah report at bugs.python.org
Sat Oct 1 11:48:23 CEST 2011


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

Got this failure on Debian lenny amd64:

[1/1] test_signal
test test_signal failed -- Traceback (most recent call last):
  File "/home/stefan/cpython/Lib/test/test_signal.py", line 339, in test_pending
    """,  *signals)
  File "/home/stefan/cpython/Lib/test/test_signal.py", line 263, in check_wakeup
    assert_python_ok('-c', code)
  File "/home/stefan/cpython/Lib/test/script_helper.py", line 50, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/home/stefan/cpython/Lib/test/script_helper.py", line 42, in _assert_python
    "stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 1, stderr follows:
Traceback (most recent call last):
  File "<string>", line 41, in <module>
  File "<string>", line 16, in check_signum
Exception: (10, 12) != (12, 10)

1 test failed:
    test_signal
[103837 refs]

----------
components: Tests
messages: 144718
nosy: skrah
priority: normal
severity: normal
status: open
title: test_signal failure
versions: Python 3.3

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


More information about the New-bugs-announce mailing list