[issue17712] test_gdb failures

2013-04-30 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue17712] test_gdb failures

2013-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset c241831a91f2 by Antoine Pitrou in branch '2.7': Issue #17712: Fix test_gdb failures on Ubuntu 13.04. http://hg.python.org/cpython/rev/c241831a91f2 -- ___ Python tracker

[issue17712] test_gdb failures

2013-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e58cafbebfc by Antoine Pitrou in branch '3.3': Issue #17712: Fix test_gdb failures on Ubuntu 13.04. http://hg.python.org/cpython/rev/4e58cafbebfc New changeset 4e186581fea7 by Antoine Pitrou in branch 'default': Issue #17712: Fix test_gdb failures

[issue17712] test_gdb failures

2013-04-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a patch. -- keywords: +patch stage: -> patch review Added file: http://bugs.python.org/file30020/test_gdb.patch ___ Python tracker ___

[issue17712] test_gdb failures

2013-04-16 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Possibly this issue: Possibly this issue: https://bugzilla.redhat.com/show_bug.cgi?id=312011 I'm seeing tons of this on Ubuntu 13.04. -- ___ Python tracker _

[issue17712] test_gdb failures

2013-04-16 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry, doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue17712] test_gdb failures

2013-04-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: (if anyone knows why that warning appears, by the way, I'll be glad to hear about it :-)) -- ___ Python tracker ___ ___

[issue17712] test_gdb failures

2013-04-13 Thread Georg Brandl
Georg Brandl added the comment: I guess that warning needs to be added to all the others in test_gdb around line 150... -- nosy: +georg.brandl ___ Python tracker ___ ___

[issue17712] test_gdb failures

2013-04-13 Thread Antoine Pitrou
New submission from Antoine Pitrou: I'm getting multiple test_gdb failures on a new (XUbuntu 13.04) system: == FAIL: test_basic_command (test.test_gdb.PyLocalsTests) --