[New-bugs-announce] [issue25096] test_gdb failed to read version for gdb >= 7.10

Felix Yan report at bugs.python.org
Mon Sep 14 06:06:25 CEST 2015


New submission from Felix Yan:

The regex in test_gdb reads only one digit of gdb's minor version, which would fail for gdb >= 7.10, and skip the test as 7.1 < 7.4.

Original commit: https://hg.python.org/cpython/rev/b71cda2f48c6#l1.9

Patch attached.

----------
components: Tests
files: test_gdb-version-fix.patch
keywords: patch
messages: 250608
nosy: felixonmars
priority: normal
severity: normal
status: open
title: test_gdb failed to read version for gdb >= 7.10
type: behavior
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file40453/test_gdb-version-fix.patch

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


More information about the New-bugs-announce mailing list