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

Dave Malcolm report at bugs.python.org
Thu Jul 7 01:25:15 CEST 2011


New submission from Dave Malcolm <dmalcolm at redhat.com>:

test_gdb.py fails when builddir != srcdir: the regex tries to match lines like this:
  #0  builtin_id (self=<module at remote 0x7ffff20d3240>, 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 it's affected by an analogous problem.

----------
assignee: dmalcolm
components: None
files: fix-test_gdb-regexp.patch
keywords: patch
messages: 139960
nosy: dmalcolm, haypo
priority: normal
severity: normal
stage: patch review
status: open
title: test_gdb fails on debug build when builddir != srcdir
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file22600/fix-test_gdb-regexp.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12509>
_______________________________________


More information about the Python-bugs-list mailing list