New submission from Vibhuti <vibhutisawan...@gmail.com>:

======================================================================
FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests)
Verify handling of "py-down" at the bottom of the stack
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 708, in 
test_down_at_bottom
    cmds_after_breakpoint=['py-down'])
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 221, in 
get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['Cannot create process: Opera... != []

First list contains 4 additional elements.
First extra element 0:
'Cannot create process: Operation not permitted'

+ []
- ['Cannot create process: Operation not permitted',
-  'During startup program exited with code 127.',
-  "Python Exception <class 'gdb.error'> No frame is currently selected.: ",
-  'Error occurred in Python command: No frame is currently selected.']

----------------------------------------------------------------------
Ran 49 tests in 0.170s

FAILED (failures=1, skipped=48)
test test_gdb failed -- Traceback (most recent call last):
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 708, in 
test_down_at_bottom
    cmds_after_breakpoint=['py-down'])
  File "/home/test/Python-2.7.15/Lib/test/test_gdb.py", line 221, in 
get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['Cannot create process: Opera... != []

First list contains 4 additional elements.
First extra element 0:
'Cannot create process: Operation not permitted'

+ []
- ['Cannot create process: Operation not permitted',
-  'During startup program exited with code 127.',
-  "Python Exception <class 'gdb.error'> No frame is currently selected.: ",
-  'Error occurred in Python command: No frame is currently selected.']

1 test failed:
    test_gdb

----------
components: Build
messages: 320060
nosy: vibhutisawant
priority: normal
severity: normal
status: open
title: test_gdb fails for Python 2.7.15
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33914>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to