From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104077 invoked by alias); 14 Oct 2019 16:07:10 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 104066 invoked by uid 89); 14 Oct 2019 16:07:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2 autolearn=ham version=3.3.1 spammy= X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Oct 2019 16:07:08 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 6495F2080A; Mon, 14 Oct 2019 12:07:07 -0400 (EDT) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [IPv6:2620:52:3:1:5054:ff:fe06:16ca]) by mx1.osci.io (Postfix) with ESMTP id ABB0520674; Mon, 14 Oct 2019 12:07:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id 2159029ECF; Mon, 14 Oct 2019 12:07:05 -0400 (EDT) X-Gerrit-PatchSet: 6 Date: Mon, 14 Oct 2019 16:07:00 -0000 From: "Simon Marchi (Code Review)" To: Andrew Burgess , Tom de Vries , gdb-patches@sourceware.org Auto-Submitted: auto-generated X-Gerrit-MessageType: newpatchset Subject: Change in binutils-gdb[master]: gdb.mi/list-thread-groups-available.exp: read entries one by one inst... X-Gerrit-Change-Id: I51b689458503240f24e401f054e6583d9172ebdf X-Gerrit-Change-Number: 41 X-Gerrit-ChangeURL: X-Gerrit-Commit: 2cf4e3c4a8895c07421f2cf55c525163e1fd6a2a In-Reply-To: References: Reply-To: simon.marchi@polymtl.ca, sergiodj@sergiodj.net, tdevries@suse.de, andrew.burgess@embecosm.com, gdb-patches@sourceware.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/3.0.3 Content-Type: text/plain; charset=UTF-8 Message-Id: <20191014160705.2159029ECF@gnutoolchain-gerrit.osci.io> X-SW-Source: 2019-10/txt/msg00356.txt.bz2 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 Gerrit-Reviewer: Andrew Burgess Gerrit-Reviewer: Simon Marchi Gerrit-Reviewer: Tom de Vries Gerrit-MessageType: newpatchset