Allow gdb version 10 in pretty printer tests.
commite91f44089c3203f647d6feadb958ff5f388427bd
authorStefan Liebler <stli@linux.ibm.com>
Thu, 11 Mar 2021 09:45:15 +0000 (11 10:45 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Thu, 11 Mar 2021 13:08:07 +0000 (11 14:08 +0100)
tree53b4bc32b0040173fa9bbeb03a81f09dd405d209
parentd891f55562ca425457cb351c82312db53935b1b3
Allow gdb version 10 in pretty printer tests.

With gdb 10, the pretty printer tests are UNSUPPORTED::
The gdb version string (gdb -v) is incorrectly formatted.

This is observable in:
nptl/test-cond-printers, nptl/test-condattr-printers,
nptl/test-mutex-printers, nptl/test-mutexattr-printers,
nptl/test-rwlock-printers, nptl/test-rwlockattr-printers

After updating the regexp and building with debug-info,
all those tests are passing.
scripts/test_printers_common.py