[issue8600] test_gdb failures

2011-03-15 Thread Roundup Robot
Roundup Robot 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 #8600: test_gdb

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I don't see it in python 3.1 branch. Will fix 3.2 and 3.x. -- ___ Python tracker ___ ___ Python-bu

[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: > gdb tests. The python gdb scripting ability. ? $ ls Lib/test/test_gdb.py Lib/test/test_gdb.py -- ___ Python tracker ___ ___

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: gdb tests. The python gdb scripting ability. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue8600] test_gdb failures

2011-03-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?. Which test are you talking about? -- ___ Python tracker ___

[issue8600] test_gdb failures

2011-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 93053ce76075 by Jesus Cea in branch '2.7': Close issue #8600: test_gdb failures because innocuous warnings http://hg.python.org/cpython/rev/93053ce76075 -- nosy: +python-dev ___ Python tracker

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?. -- ___ Python tracker ___ ___ Python-b

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión 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

2010-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8600] test_gdb failures

2010-05-05 Thread Antoine Pitrou
Antoine Pitrou 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 _

[issue8600] test_gdb failures

2010-05-03 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8600] test_gdb failures

2010-05-03 Thread Antoine Pitrou
Antoine Pitrou 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 Dave Malcolm
Dave Malcolm 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 it for line-lengths

[issue8600] test_gdb failures

2010-05-02 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 (test.test_gdb.PyBtTests) Verify that