From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50591 invoked by alias); 14 Oct 2019 15:50:31 -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 50581 invoked by uid 89); 14 Oct 2019 15:50:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,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 15:50:30 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 8E3B120940; Mon, 14 Oct 2019 11:50:28 -0400 (EDT) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id 8095A20780; Mon, 14 Oct 2019 11:50:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id 65BAB29ECF; Mon, 14 Oct 2019 11:50:21 -0400 (EDT) X-Gerrit-PatchSet: 5 Date: Mon, 14 Oct 2019 15:50: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: 5e552aa914fd5c91b420f91e3b0a4a1d15e6c489 In-Reply-To: References: Reply-To: simon.marchi@polymtl.ca, sergiodj@sergiodj.net, tdevries@suse.de, andrew.burgess@embecosm.com, simark@simark.ca, 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: <20191014155021.65BAB29ECF@gnutoolchain-gerrit.osci.io> X-SW-Source: 2019-10/txt/msg00346.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 (#5). 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, 20 insertions(+), 9 deletions(-) git pull ssh://gnutoolchain-gerrit.osci.io:29418/binutils-gdb refs/changes/41/41/5 -- 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: 5 Gerrit-Owner: Simon Marchi Gerrit-Reviewer: Andrew Burgess Gerrit-Reviewer: Simon Marchi Gerrit-Reviewer: Tom de Vries Gerrit-MessageType: newpatchset