From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10026 invoked by alias); 2 Jun 2010 21:47:19 -0000 Received: (qmail 10017 invoked by uid 22791); 2 Jun 2010 21:47:17 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Jun 2010 21:47:12 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 0914913103; Wed, 2 Jun 2010 14:47:11 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by jupiter.vmware.com (Postfix) with ESMTP id F397BDC350; Wed, 2 Jun 2010 14:47:10 -0700 (PDT) Message-ID: <4C06D15E.2080108@vmware.com> Date: Wed, 02 Jun 2010 21:47:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb.dwarf2, gdb.gdb, gdb.multi, gdb.opt, use gdb_test_no_output References: <4C06BC3B.7070500@vmware.com> <20100602213135.GY3019@adacore.com> In-Reply-To: <20100602213135.GY3019@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2010-06/txt/msg00069.txt.bz2 Joel Brobecker wrote: >> 2010-06-02 Michael Snyder >> >> * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output. >> * gdb.dwarf2/dw2-compressed.exp: Ditto. >> * gdb.dwarf2/dw2-intercu.exp: Ditto. >> * gdb.dwarf2/dw2-intermix.exp: Ditto. >> * gdb.dwarf2/dw2-producer.exp: Ditto. >> * gdb.dwarf2/mac-fileno.exp: Ditto. >> >> * gdb.gdb/observer.exp: Use gdb_test_no_output. >> * gdb.gdb/selftest.exp: Ditto. >> >> * gdb.multi/base.exp: Use gdb_test_no_output. >> >> * gdb.opt/inline-cmds.exp: Use gdb_test_no_output. > > This is OK. Generally speaking, I think that if the test is for a "set > bla" command, the change is fairly obvious and you can commit without > approval. Thanks, committed.