[gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board
authorTom de Vries <tdevries@suse.de>
Tue, 11 Jun 2019 11:54:10 +0000 (13:54 +0200)
committerTom de Vries <tdevries@suse.de>
Tue, 11 Jun 2019 11:54:10 +0000 (13:54 +0200)
commitfea82da0fe15137fda0056c0f0b92b6e70997ea8
tree68f38e8b6327a69b2ae68f2333754e203b81aa94
parent86108c1311d82af6707d38e6d3dae1ec0aa92ec9
[gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board

We see this failure with the readnow board:
...
FAIL: gdb.multi/remove-inferiors.exp: load binary
...

When running with board readnow, an extra message "Expanding full symbols" is
emitted after the "Reading symbols" message, and the regexp corresponding to
the FAIL only allows the first message.

Fix this by allowing the extra message in the regexp.

gdb/testsuite/ChangeLog:

2019-06-11  Tom de Vries  <tdevries@suse.de>

PR testsuite/24521
* gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
message.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.multi/remove-inferiors.exp