]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Jun 2020 14:07:39 +0000 (07:07 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 14:07:39 +0000 (07:07 -0700)
commit5b8e3a533560c39eb40b2fb950d2b14caacfaf6a
treec1e1a677ce208265dd49e0de3096ecc07c946004
parent972aba86ede0bf254e16a760639a1ff8df298578
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)

The GDB provided by HPE on HP-UX contains a modified version string. Therefore
the tests fail. Adapt the regex to match that string.

Patch by Michael Osipov.

Co-Authored-by: Michael Osipov <michael.osipov@siemens.com>
(cherry picked from commit b2dca49ca3769cb60713f5c2b43e5d5bbdc1f9c7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_gdb.py
Misc/NEWS.d/next/Tests/2018-08-20-09-38-52.bpo-34401.eGxMPm.rst [new file with mode: 0644]