[gdb/testsuite] Fix info-types.exp for debug info from more than one file
authorTom de Vries <tdevries@suse.de>
Wed, 24 Jul 2019 06:04:59 +0000 (08:04 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 24 Jul 2019 06:04:59 +0000 (08:04 +0200)
commitc76ddaa3f4f8313976670ba8f15163a3544eb1af
treee5a63b7d290dd3e226a22683c80370f1a1d48b49
parent407bcc63bda3d78bedffb49ddebf0b41294218d9
[gdb/testsuite] Fix info-types.exp for debug info from more than one file

On openSUSE Leap 15.0, I get:
...
FAIL: gdb.base/info-types.exp: l=c: info types
FAIL: gdb.base/info-types.exp: l=c++: info types
...
because the info type command prints info for files info-types.c, stddef.h,
elf-init.c and init.c, while the regexp in the test-case expect only info for
info-types.c.

Fix this by extending the regexp.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-07-24  Tom de Vries  <tdevries@suse.de>

* gdb.base/info-types.exp: Allow info types to print info for more than
one file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/info-types.exp