[issue13699] test_gdb has recently started failing

2012-01-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3d4cde1c357 by Vinay Sajip in branch '3.2': Closes #13699. Skipped two tests if Python is optimised. http://hg.python.org/cpython/rev/a3d4cde1c357 New changeset 7d87ebbbd718 by Vinay Sajip in branch 'default': Closes #13699: merged fix from 3.2. h

[issue13699] test_gdb has recently started failing

2012-01-04 Thread STINNER Victor
STINNER Victor added the comment: > New changeset dfffb293f4b3 by Vinay Sajip in branch 'default' The fix should also be applied to 3.2. -- resolution: fixed -> status: closed -> open ___ Python tracker

[issue13699] test_gdb has recently started failing

2012-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset dfffb293f4b3 by Vinay Sajip in branch 'default': Closes #13699. Skipped two tests if Python is optimised. http://hg.python.org/cpython/rev/dfffb293f4b3 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open ->

[issue13699] test_gdb has recently started failing

2012-01-03 Thread STINNER Victor
STINNER Victor added the comment: "test_gdb has started failing recently on my Ubuntu Natty system: ... >>> sysconfig.get_config_vars()['PY_CFLAGS'] '-Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ... Marking haypo as nosy since it might be related to recent changes for #1

[issue13699] test_gdb has recently started failing

2012-01-02 Thread Vinay Sajip
New submission from Vinay Sajip : test_gdb has started failing recently on my Ubuntu Natty system: vinay@eta-natty:~/tools/cpython$ ./python Lib/test/regrtest.py -v test_gdb == CPython 3.3.0a0 (default:3ed5a6030c9b, Jan 2 2012, 23:04:11) [GCC 4.5.2] == Linux-2.6.38-13-generic-i686-with-debian-