== CPython 3.2a0 (py3k:80297, Apr 21 2010, 07:34:04) [GCC 4.4.3 20100108 (prerelease)] == Linux-2.6.32-3-amd64-x86_64-with-debian-squeeze-sid == /home/martin/work/3k/build/test_python_5004 test_gdb test_NULL_instance_dict (test.test_gdb.PrettyPrintTests) Ensure that a PyInstanceObject with with a NULL in_dict is handled ... FAIL test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ... FAIL test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ... FAIL test_builtin_function (test.test_gdb.PrettyPrintTests) ... FAIL test_builtin_method (test.test_gdb.PrettyPrintTests) ... FAIL test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ... FAIL test_classic_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of classic class instances ... FAIL test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... FAIL test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ... FAIL test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ... FAIL test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ... FAIL test_exceptions (test.test_gdb.PrettyPrintTests) ... FAIL test_frames (test.test_gdb.PrettyPrintTests) ... FAIL test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ... FAIL test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... FAIL test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various "int" values ... FAIL test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ... FAIL test_long (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various "long" values ... FAIL test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ... FAIL test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ... FAIL test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ... FAIL test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ... FAIL test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ... FAIL test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of strings ... FAIL test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ... FAIL test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ... FAIL test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ... FAIL test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ... FAIL test_unicode (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode values ... FAIL test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ... FAIL test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ... FAIL test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ... FAIL test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ... skipped 'test requires py-up/py-down commands' test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ... skipped 'test requires py-up/py-down commands' test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ... skipped 'test requires py-up/py-down commands' test_up_then_down (test.test_gdb.StackNavigationTests) Verify "py-up" followed by "py-down" ... skipped 'test requires py-up/py-down commands' test_basic_command (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ... FAIL test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ... FAIL test_print_after_up (test.test_gdb.PyPrintTests) ... skipped 'test requires py-up/py-down commands' test_printing_builtin (test.test_gdb.PyPrintTests) ... FAIL test_printing_global (test.test_gdb.PyPrintTests) ... FAIL test_basic_command (test.test_gdb.PyLocalsTests) ... FAIL test_locals_after_up (test.test_gdb.PyLocalsTests) ... skipped 'test requires py-up/py-down commands' ====================================================================== FAIL: test_NULL_instance_dict (test.test_gdb.PrettyPrintTests) Ensure that a PyInstanceObject with with a NULL in_dict is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 417, in test_NULL_instance_dict exptype='Foo') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 355, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "PyInstanceObject" in current context. - No stack. ====================================================================== FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 388, in test_NULL_ob_type 'set op->ob_type=0') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 355, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "op" in current context. - No stack. ====================================================================== FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 380, in test_NULL_ptr 'backtrace']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "op" in current context. - No stack. ====================================================================== FAIL: test_builtin_function (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 519, in test_builtin_function gdb_repr, gdb_output = self.get_gdb_repr('print(len)') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 523, in test_builtin_method gdb_repr, gdb_output = self.get_gdb_repr('import sys; print(sys.stdout.readlines)') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 424, in test_builtins_help gdb_repr, gdb_output = self.get_gdb_repr('print(__builtins__.help)', import_site=True) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_classic_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of classic class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 298, in test_classic_class print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 394, in test_corrupt_ob_type expvalue=42) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 355, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "op" in current context. - No stack. ====================================================================== FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 400, in test_corrupt_tp_flags expvalue=42) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 355, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "op" in current context. - No stack. ====================================================================== FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 406, in test_corrupt_tp_name expvalue=42) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 355, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No symbol "op" in current context. - No stack. ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 198, in test_dicts self.assertGdbRepr({}) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 276, in test_exceptions ''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - File "", line 4 - except RuntimeError, e: - ^ - SyntaxError: invalid syntax - No stack. ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 537, in test_frames cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)op)->co_zombieframe)'] File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - File "", line 6 - print foo.__code__ - ^ - SyntaxError: invalid syntax - No symbol "op" in current context. ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 265, in test_frozensets self.assertGdbRepr(frozenset()) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_getting_backtrace (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 165, in test_getting_backtrace gdb_output = self.get_stack_trace('print(42)') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various "int" values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 177, in test_int self.assertGdbRepr(42) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 204, in test_lists self.assertGdbRepr([]) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_long (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various "long" values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 185, in test_long self.assertGdbRepr(0) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 310, in test_modern_class print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 446, in test_selfreferential_dict self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; print(a)") File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 433, in test_selfreferential_list self.get_gdb_repr("a = [3, 4, 5] ; a.append(a) ; print(a)") File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 470, in test_selfreferential_new_style_instance print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 457, in test_selfreferential_old_style_instance print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 252, in test_sets self.assertGdbRepr(set()) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 192, in test_singletons self.assertGdbRepr(True) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 209, in test_strings self.assertGdbRepr('') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 323, in test_subclassing_list print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 337, in test_subclassing_tuple print(foo)''') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 492, in test_truncation gdb_repr, gdb_output = self.get_gdb_repr('print(range(1000))') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 216, in test_tuples self.assertGdbRepr(tuple()) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_unicode (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 223, in test_unicode self.assertGdbRepr('') File "/home/martin/work/3k/Lib/test/test_gdb.py", line 172, in assertGdbRepr cmds_after_breakpoint) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 140, in get_gdb_repr import_site=import_site) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - No stack. ====================================================================== FAIL: test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 551, in test_basic_command cmds_after_breakpoint=['py-list']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 566, in test_one_abs_arg cmds_after_breakpoint=['py-list 9']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 577, in test_two_abs_args cmds_after_breakpoint=['py-list 1,3']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_basic_command (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 629, in test_basic_command cmds_after_breakpoint=['py-bt']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 644, in test_basic_command cmds_after_breakpoint=['py-print args']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_printing_builtin (test.test_gdb.PyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 663, in test_printing_builtin cmds_after_breakpoint=['py-print len']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_printing_global (test.test_gdb.PyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 657, in test_printing_global cmds_after_breakpoint=['py-print __name__']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ====================================================================== FAIL: test_basic_command (test.test_gdb.PyLocalsTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/martin/work/3k/Lib/test/test_gdb.py", line 670, in test_basic_command cmds_after_breakpoint=['py-locals']) File "/home/martin/work/3k/Lib/test/test_gdb.py", line 124, in get_stack_trace self.assertEquals(err, '') AssertionError: - Error occurred in Python command: No frame is currently selected. ---------------------------------------------------------------------- Ran 45 tests in 2.558s FAILED (failures=39, skipped=6) test test_gdb failed -- multiple errors occurred 1 test failed: test_gdb