]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Update expected info threads error messages in gdb.multi/tids.exp
authorTom de Vries <tdevries@suse.de>
Wed, 24 Jul 2019 06:36:17 +0000 (08:36 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 24 Jul 2019 06:36:17 +0000 (08:36 +0200)
commit024a5840006aba9ba698aa9d868a7394016dd4a0
tree4592884935150712fa012bd1e8ece0398cd7cfd5
parentc76ddaa3f4f8313976670ba8f15163a3544eb1af
Update expected info threads error messages in gdb.multi/tids.exp

We currently have these FAILs:
...
FAIL: gdb.multi/tids.exp: two inferiors: info threads -1
FAIL: gdb.multi/tids.exp: two inferiors: info threads -$one
...
because we're expecting:
...
Invalid thread ID: -1
...
but instead we have:
...
Unrecognized option at: -1
...

This error message for info threads has changed since commit 54d6600669
'Make "info threads" use the gdb::option framework'.

Update the test accordingly.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

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

PR testsuite/24831
* gdb.multi/tids.exp: Update error messages for info threads.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.multi/tids.exp