[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae5d868513fd by Serhiy Storchaka in branch '3.4': Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. https://hg.python.org/cpython/rev/ae5d868513fd New changeset df696b544b3c by Serhiy Storchaka in branch 'default': Issue #22844: Fized tes

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks. The patch LGTM. -- assignee: -> serhiy.storchaka stage: -> commit review ___ Python tracker ___

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread David Edelsohn
David Edelsohn added the comment: The errors are of the form: == FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully --

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you please show tests logs David? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Pyth

[issue22844] test_gdb failure on Debian Wheezy for Z

2015-02-14 Thread Mark Lawrence
Mark Lawrence added the comment: The inline patch seems fine to my eyes but who would usually comment on a proposed change to test_gdb.py? -- nosy: +BreamoreBoy ___ Python tracker _

[issue22844] test_gdb failure on Debian Wheezy for Z

2014-11-10 Thread David Edelsohn
New submission from David Edelsohn: I added a Buildbot on another zLinux system running Debian Wheezy and it shows a different GDB error message: linux-vdso64.so. Can you please add something like the following to allow test_gdb to pass? diff -r 524a004e93dd Lib/test/test_gdb.py --- a/Lib/tes