From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100960 invoked by alias); 2 Dec 2016 02:42:21 -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 100939 invoked by uid 89); 2 Dec 2016 02:42:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Dec 2016 02:42:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4E7C5116D42; Thu, 1 Dec 2016 21:42:08 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eO5gUHt5samv; Thu, 1 Dec 2016 21:42:08 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3B793116D02; Thu, 1 Dec 2016 21:42:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 7E7AA423DF; Thu, 1 Dec 2016 21:42:06 -0500 (EST) Date: Fri, 02 Dec 2016 02:42:00 -0000 From: Joel Brobecker To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Don't handle timeout inside gdb_test_multiple Message-ID: <20161202024206.GA4539@adacore.com> References: <1480640845-3564-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480640845-3564-1-git-send-email-lgustavo@codesourcery.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-12/txt/msg00066.txt.bz2 > 2016-12-01 Luis Machado > > * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple. > * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into > gdb_test_no_output for a couple of cases. > * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple. Thanks, Luis. This looks good to me, so go ahead and push (nice to see these go!) -- Joel