[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This issue is still bugging OpenIndiana buildbots. The patch is trivial and painless. I will patch 2.7, 3.1, 3.2 and 3.x in a few minutes. -- assignee: dmalcolm - jcea status: closed - open versions: +Python 3.1, Python 3.3

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___

[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?. Which test are you talking about? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___ ___ Python-bugs-list

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: gdb tests. The python gdb scripting ability. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___

[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: gdb tests. The python gdb scripting ability. ? $ ls Lib/test/test_gdb.py Lib/test/test_gdb.py -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I don't see it in python 3.1 branch. Will fix 3.2 and 3.x. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___

[issue8600] test_gdb failures

2011-03-15 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset bca545c0941a by Jesus Cea in branch '3.2': Close issue #8600: test_gdb failures because innocuous warnings http://hg.python.org/cpython/rev/bca545c0941a New changeset bbfc6a6ca017 by Jesus Cea in branch 'default': Merge: Close issue

[issue8600] test_gdb failures

2010-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___ ___ Python-bugs-list mailing list

[issue8600] test_gdb failures

2010-05-05 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I've committed the patch in r80802 (trunk) and r80803 (py3k). -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue8600] test_gdb failures

2010-05-03 Thread Dave Malcolm
Dave Malcolm dmalc...@redhat.com added the comment: Is the message about threads emitted every time you run python under gdb? Does gdb work? If so we should simply filter out the error message. I'm attaching a patch which strips out that error message from stderr (assuming that I reformatted

[issue8600] test_gdb failures

2010-05-03 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The patch wasn't exactly good. Here is a working patch. Applying it reveals a couple of different failures, but I will open a separate issue. -- Added file: http://bugs.python.org/file17193/ignore-stderr-thread-noise2.txt

[issue8600] test_gdb failures

2010-05-03 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8600 ___ ___

[issue8600] test_gdb failures

2010-05-02 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: All test_gdb tests fail here with both trunk and py3k. The failure is always the same so I'm just quoting one of them below: == FAIL: test_basic_command