This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Change in binutils-gdb[master]: gdb.mi/list-thread-groups-available.exp: read entries one by one inst...
- From: "Simon Marchi (Code Review)" <gerrit at gnutoolchain-gerrit dot osci dot io>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, Tom de Vries <tdevries at suse dot de>, gdb-patches at sourceware dot org
- Date: Mon, 14 Oct 2019 12:07:04 -0400
- Subject: Change in binutils-gdb[master]: gdb.mi/list-thread-groups-available.exp: read entries one by one inst...
- Auto-submitted: auto-generated
- References: <gerrit.1571064731000.I51b689458503240f24e401f054e6583d9172ebdf@gnutoolchain-gerrit.osci.io>
- Reply-to: simon dot marchi at polymtl dot ca, sergiodj at sergiodj dot net, tdevries at suse dot de, andrew dot burgess at embecosm dot com, gdb-patches at sourceware dot org
Hello Andrew Burgess, Tom de Vries,
I'd like you to reexamine a change. Please visit
https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/41
to look at the new patch set (#6).
Change subject: gdb.mi/list-thread-groups-available.exp: read entries one by one instead of increasing timeout
......................................................................
gdb.mi/list-thread-groups-available.exp: read entries one by one instead of increasing timeout
Commit 580f1034 ("Increase timeout in
gdb.mi/list-thread-groups-available.exp") changed
gdb.mi/list-thread-groups-available.exp to significantly increase the
timeout, which was necessary for when running with make check-read1.
Pedro suggested a better alternative, which is to use gdb_test_multiple
and consume one entry at a time. This patch does that.
gdb/testsuite/ChangeLog:
* gdb.mi/list-thread-groups-available.exp: Read entries one by
one instead of increasing timeout.
Change-Id: I51b689458503240f24e401f054e6583d9172ebdf
---
M gdb/testsuite/gdb.mi/list-thread-groups-available.exp
1 file changed, 18 insertions(+), 9 deletions(-)
git pull ssh://gnutoolchain-gerrit.osci.io:29418/binutils-gdb refs/changes/41/41/6
--
To view, visit https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/41
To unsubscribe, or for help writing mail filters, visit https://gnutoolchain-gerrit.osci.io/r/settings
Gerrit-Project: binutils-gdb
Gerrit-Branch: master
Gerrit-Change-Id: I51b689458503240f24e401f054e6583d9172ebdf
Gerrit-Change-Number: 41
Gerrit-PatchSet: 6
Gerrit-Owner: Simon Marchi <simon.marchi@polymtl.ca>
Gerrit-Reviewer: Andrew Burgess <andrew.burgess@embecosm.com>
Gerrit-Reviewer: Simon Marchi <simon.marchi@polymtl.ca>
Gerrit-Reviewer: Tom de Vries <tdevries@suse.de>
Gerrit-MessageType: newpatchset