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_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_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ... 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) ... ok 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_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 unicode 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 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 486, in test_NULL_ob_type 'set v->ob_type=0') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 471, in assertSane (gdb_repr, gdb_output)) AssertionError: Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 #1 _PyMethodDef_RawFastCallKeywords (method=, self=, args=, nargs=1, kwnames=) at ../Objects/call.c:644 #2 _PyCFunction_FastCallKeywords (func=, args=, nargs=1, kwnames=) at ../Objects/call.c:730 #3 call_function (kwnames=, oparg=1, pp_stack=) at ../Python/ceval.c:4541 #4 _PyEval_EvalFrameDefault (f=, throwflag=) at ../Python/ceval.c:3111 #5 PyEval_EvalFrameEx (f=, throwflag=0) at ../Python/ceval.c:546 #6 _PyEval_EvalCodeWithName (_co=, globals=, locals=, args=, argcount=0, kwnames=, kwargs=, kwcount=0, kwstep=2, defs=, defcount=0, kwdefs=, closure=, name=, qualname=) at ../Python/ceval.c:3917 #7 PyEval_EvalCodeEx (_co=, globals=, locals=, args=, argcount=0, kws=, kwcount=0, defs=, defcount=0, kwdefs=, closure=) at ../Python/ceval.c:3946 #8 PyEval_EvalCode (co=, globals=, locals=) at ../Python/ceval.c:523 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at ../Python/pythonrun.c:1035 #10 PyRun_StringFlags (str="id(42)\n", start=257, globals=, locals=, flags=) at ../Python/pythonrun.c:959 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at ../Python/pythonrun.c:455 #12 pymain_run_command (command=, cf=) at ../Modules/main.c:381 #13 pymain_run_python (pymain=) at ../Modules/main.c:2512 #14 pymain_main (pymain=) at ../Modules/main.c:2660 #15 _Py_UnixMain (argc=, argv=) at ../Modules/main.c:2695 #16 main (argc=, argv=) at ../Programs/python.c:15 ====================================================================== FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 481, in test_NULL_ptr self.assertEqual(gdb_repr, '0x0') AssertionError: '' != '0x0' + 0x0 ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 612, in test_builtin_method (gdb_repr, gdb_output)) AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 518, in test_builtins_help msg='Unexpected rendering %r' % gdb_repr) AssertionError: None is not true : Unexpected rendering '' ====================================================================== FAIL: test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 301, in test_bytes self.assertGdbRepr(b'') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != "b''" + b'' : '' did not equal expected "b''"; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 492, in test_corrupt_ob_type exprepr='42') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 471, in assertSane (gdb_repr, gdb_output)) AssertionError: Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 #1 _PyMethodDef_RawFastCallKeywords (method=, self=, args=, nargs=1, kwnames=) at ../Objects/call.c:644 #2 _PyCFunction_FastCallKeywords (func=, args=, nargs=1, kwnames=) at ../Objects/call.c:730 #3 call_function (kwnames=, oparg=1, pp_stack=) at ../Python/ceval.c:4541 #4 _PyEval_EvalFrameDefault (f=, throwflag=) at ../Python/ceval.c:3111 #5 PyEval_EvalFrameEx (f=, throwflag=0) at ../Python/ceval.c:546 #6 _PyEval_EvalCodeWithName (_co=, globals=, locals=, args=, argcount=0, kwnames=, kwargs=, kwcount=0, kwstep=2, defs=, defcount=0, kwdefs=, closure=, name=, qualname=) at ../Python/ceval.c:3917 #7 PyEval_EvalCodeEx (_co=, globals=, locals=, args=, argcount=0, kws=, kwcount=0, defs=, defcount=0, kwdefs=, closure=) at ../Python/ceval.c:3946 #8 PyEval_EvalCode (co=, globals=, locals=) at ../Python/ceval.c:523 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at ../Python/pythonrun.c:1035 #10 PyRun_StringFlags (str="id(42)\n", start=257, globals=, locals=, flags=) at ../Python/pythonrun.c:959 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at ../Python/pythonrun.c:455 #12 pymain_run_command (command=, cf=) at ../Modules/main.c:381 #13 pymain_run_python (pymain=) at ../Modules/main.c:2512 #14 pymain_main (pymain=) at ../Modules/main.c:2660 #15 _Py_UnixMain (argc=, argv=) at ../Modules/main.c:2695 #16 main (argc=, argv=) at ../Programs/python.c:15 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 498, in test_corrupt_tp_flags exprepr='42') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 471, in assertSane (gdb_repr, gdb_output)) AssertionError: Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 #1 _PyMethodDef_RawFastCallKeywords (method=, self=, args=, nargs=1, kwnames=) at ../Objects/call.c:644 #2 _PyCFunction_FastCallKeywords (func=, args=, nargs=1, kwnames=) at ../Objects/call.c:730 #3 call_function (kwnames=, oparg=1, pp_stack=) at ../Python/ceval.c:4541 #4 _PyEval_EvalFrameDefault (f=, throwflag=) at ../Python/ceval.c:3111 #5 PyEval_EvalFrameEx (f=, throwflag=0) at ../Python/ceval.c:546 #6 _PyEval_EvalCodeWithName (_co=, globals=, locals=, args=, argcount=0, kwnames=, kwargs=, kwcount=0, kwstep=2, defs=, defcount=0, kwdefs=, closure=, name=, qualname=) at ../Python/ceval.c:3917 #7 PyEval_EvalCodeEx (_co=, globals=, locals=, args=, argcount=0, kws=, kwcount=0, defs=, defcount=0, kwdefs=, closure=) at ../Python/ceval.c:3946 #8 PyEval_EvalCode (co=, globals=, locals=) at ../Python/ceval.c:523 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at ../Python/pythonrun.c:1035 #10 PyRun_StringFlags (str="id(42)\n", start=257, globals=, locals=, flags=) at ../Python/pythonrun.c:959 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at ../Python/pythonrun.c:455 #12 pymain_run_command (command=, cf=) at ../Modules/main.c:381 #13 pymain_run_python (pymain=) at ../Modules/main.c:2512 #14 pymain_main (pymain=) at ../Modules/main.c:2660 #15 _Py_UnixMain (argc=, argv=) at ../Modules/main.c:2695 #16 main (argc=, argv=) at ../Programs/python.c:15 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 504, in test_corrupt_tp_name exprepr='42') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 471, in assertSane (gdb_repr, gdb_output)) AssertionError: Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 #1 _PyMethodDef_RawFastCallKeywords (method=, self=, args=, nargs=1, kwnames=) at ../Objects/call.c:644 #2 _PyCFunction_FastCallKeywords (func=, args=, nargs=1, kwnames=) at ../Objects/call.c:730 #3 call_function (kwnames=, oparg=1, pp_stack=) at ../Python/ceval.c:4541 #4 _PyEval_EvalFrameDefault (f=, throwflag=) at ../Python/ceval.c:3111 #5 PyEval_EvalFrameEx (f=, throwflag=0) at ../Python/ceval.c:546 #6 _PyEval_EvalCodeWithName (_co=, globals=, locals=, args=, argcount=0, kwnames=, kwargs=, kwcount=0, kwstep=2, defs=, defcount=0, kwdefs=, closure=, name=, qualname=) at ../Python/ceval.c:3917 #7 PyEval_EvalCodeEx (_co=, globals=, locals=, args=, argcount=0, kws=, kwcount=0, defs=, defcount=0, kwdefs=, closure=) at ../Python/ceval.c:3946 #8 PyEval_EvalCode (co=, globals=, locals=) at ../Python/ceval.c:523 #9 run_mod (mod=, filename=, globals=, locals=, flags=, arena=) at ../Python/pythonrun.c:1035 #10 PyRun_StringFlags (str="id(42)\n", start=257, globals=, locals=, flags=) at ../Python/pythonrun.c:959 #11 PyRun_SimpleStringFlags (command="id(42)\n", flags=) at ../Python/pythonrun.c:455 #12 pymain_run_command (command=, cf=) at ../Modules/main.c:381 #13 pymain_run_python (pymain=) at ../Modules/main.c:2512 #14 pymain_main (pymain=) at ../Modules/main.c:2660 #15 _Py_UnixMain (argc=, argv=) at ../Modules/main.c:2695 #16 main (argc=, argv=) at ../Programs/python.c:15 ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 289, in test_dicts self.assertGdbRepr({}) File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != '{}' + {} : '' did not equal expected '{}'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 389, in test_exceptions "RuntimeError('I am an error',)") AssertionError: '' != "RuntimeError('I am an error',)" + RuntimeError('I am an error',) ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 627, in test_frames 'Unexpected gdb representation: %r\n%s' % (gdb_output, gdb_output)) AssertionError: None is not true : Unexpected gdb representation: 'Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215.\n[Thread debugging using libthread_db enabled]\nUsing host libthread_db library "/lib64/libthread_db.so.1".\n\nBreakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215\n1215\t{\n$1 = (PyFrameObject *) \n' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { $1 = (PyFrameObject *) ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 373, in test_frozensets self.assertGdbRepr(frozenset(), "frozenset()") File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != 'frozenset()' + frozenset() : '' did not equal expected 'frozenset()'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 275, in test_int self.assertGdbRepr(42) File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != '42' - + 42 : '' did not equal expected '42'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 296, in test_lists self.assertGdbRepr([]) File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != '[]' + [] : '' did not equal expected '[]'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 412, in test_modern_class msg='Unexpected new-style class rendering %r' % gdb_repr) AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 537, in test_selfreferential_dict self.assertEqual(gdb_repr, "{'foo': {'bar': {...}}}") AssertionError: '' != "{'foo': {'bar': {...}}}" + {'foo': {'bar': {...}}} ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 525, in test_selfreferential_list self.assertEqual(gdb_repr, '[3, 4, 5, [...]]') AssertionError: '' != '[3, 4, 5, [...]]' + [3, 4, 5, [...]] ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 563, in test_selfreferential_new_style_instance (gdb_repr, gdb_output)) AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 550, in test_selfreferential_old_style_instance (gdb_repr, gdb_output)) AssertionError: None is not true : Unexpected gdb representation: '' Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 355, in test_sets self.assertGdbRepr(set(), "set()") File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != 'set()' + set() : '' did not equal expected 'set()'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 283, in test_singletons self.assertGdbRepr(True) File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '<_Py_TrueStruct>' != 'True' - <_Py_TrueStruct> + True : '<_Py_TrueStruct>' did not equal expected 'True'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=<_Py_TrueStruct>) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=<_Py_TrueStruct>) at ../Python/bltinmodule.c:1215 ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 325, in test_strings self.assertGdbRepr('') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != "''" + '' : '' did not equal expected "''"; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 426, in test_subclassing_list msg='Unexpected new-style class rendering %r' % gdb_repr) AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== 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/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 441, in test_subclassing_tuple msg='Unexpected new-style class rendering %r' % gdb_repr) AssertionError: None is not true : Unexpected new-style class rendering '' ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 583, in test_truncation "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, " AssertionError: '' != '[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12[993 chars]ted)' Diff is 1041 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 347, in test_tuples self.assertGdbRepr(tuple(), '()') File "/home/aghadge/my/Open_Source/cpython/Lib/test/test_gdb.py", line 271, in assertGdbRepr % (gdb_repr, exp_repr, gdb_output))) AssertionError: '' != '()' + () : '' did not equal expected '()'; full output was: Breakpoint 1 at 0x4d3912: file ../Python/bltinmodule.c, line 1215. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, builtin_id (self=self@entry=, v=) at ../Python/bltinmodule.c:1215 1215 { #0 builtin_id (self=, v=) at ../Python/bltinmodule.c:1215 ---------------------------------------------------------------------- Ran 27 tests in 16.547s FAILED (failures=26)