[issue14771] Occasional failure in test_ioctl

Serhiy Storchaka report at bugs.python.org
Wed Jan 23 18:03:51 CET 2013


Serhiy Storchaka added the comment:

$ ./python -m test.regrtest -j 4 test_gdb test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl test_ioctl
[ 1/20] test_ioctl
[ 2/20] test_ioctl
[ 3/20] test_ioctl
[ 4/20] test_ioctl
[ 5/20] test_ioctl
[ 6/20] test_ioctl
[ 7/20] test_ioctl
[ 8/20] test_ioctl
[ 9/20] test_ioctl
[10/20] test_ioctl
[11/20] test_ioctl
[12/20] test_ioctl
[13/20] test_ioctl
[14/20] test_ioctl
[15/20] test_ioctl
[16/20] test_ioctl
[17/20] test_ioctl
[18/20] test_ioctl
test_ioctl skipped -- Neither the process group nor the session are attached to /dev/tty
[19/20] test_ioctl
[20/20/1] test_gdb
test test_gdb failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_gdb.py", line 716, in test_threads
    cmds_after_breakpoint=['thread apply all py-bt'])
  File "/home/serhiy/py/cpython/Lib/test/test_gdb.py", line 170, in get_stack_trace
    self.assertEqual(err, '')
AssertionError: 'Error occurred in Python command.\n' != ''
- Error occurred in Python command.
18 tests OK.
1 test failed:
    test_gdb
1 test skipped:
    test_ioctl

----------

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


More information about the Python-bugs-list mailing list