This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients dmalcolm, vstinner
Date 2013-11-24.12:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385297498.35.0.580960849051.issue19753@psf.upfronthosting.co.za>
In-reply-to
Content
test_gdb should ignore the following gdb warning.

http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/806/steps/test/logs/stdio

======================================================================
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/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_gdb.py", line 440, in test_NULL_ob_type
    'set v->ob_type=0')
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_gdb.py", line 411, in assertSane
    cmds_after_breakpoint=cmds_after_breakpoint)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_gdb.py", line 196, in get_gdb_repr
    import_site=import_site)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_gdb.py", line 179, in get_stack_trace
    self.assertEqual(unexpected_errlines, [])
AssertionError: Lists differ: ['Missing separate debuginfo for /lib/ld64[801 chars]a1"'] != []

First list contains 12 additional elements.
First extra element 0:
Missing separate debuginfo for /lib/ld64.so.1

Diff is 925 characters long. Set self.maxDiff to None to see it.
History
Date User Action Args
2013-11-24 12:51:38vstinnersetrecipients: + vstinner, dmalcolm
2013-11-24 12:51:38vstinnersetmessageid: <1385297498.35.0.580960849051.issue19753@psf.upfronthosting.co.za>
2013-11-24 12:51:38vstinnerlinkissue19753 messages
2013-11-24 12:51:38vstinnercreate