[issue12509] test_gdb fails on debug build when builddir != srcdir

2015-12-07 Thread Martin Panter
Martin Panter added the comment: Looks like Mark ment Mercurial revision number 77824, corresponding to abcd29c9a791 (the link assumes Subversion). I think it made it into 3.3 but not 3.2 nor 2.7, so I am closing this. -- nosy: +martin.panter resolution: -> fixed stage: patch review -

[issue12509] test_gdb fails on debug build when builddir != srcdir

2014-06-27 Thread Mark Lawrence
Mark Lawrence added the comment: The code from the patch was committed in r77824. -- nosy: +BreamoreBoy type: -> behavior ___ Python tracker ___

[issue12509] test_gdb fails on debug build when builddir != srcdir

2011-07-11 Thread Éric Araujo
Éric Araujo added the comment: About 2.7: Can you please test? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue12509] test_gdb fails on debug build when builddir != srcdir

2011-07-11 Thread Éric Araujo
Éric Araujo added the comment: Patch LGTM. -- components: +Tests -None nosy: +eric.araujo versions: +Python 2.7, Python 3.3 -Python 3.1 ___ Python tracker ___ __

[issue12509] test_gdb fails on debug build when builddir != srcdir

2011-07-06 Thread Dave Malcolm
New submission from Dave Malcolm : test_gdb.py fails when builddir != srcdir: the regex tries to match lines like this: #0 builtin_id (self=, v=()) at ../Python/bltinmodule.c:919 but isn't expecting the "../" before the "Python/bltinmodule.c" 2.7 uses a different regexp, and I don't think