From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2840 invoked by alias); 2 Jun 2010 21:31:46 -0000 Received: (qmail 2831 invoked by uid 22791); 2 Jun 2010 21:31:45 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Jun 2010 21:31:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7F61E2BAC8E; Wed, 2 Jun 2010 17:31:40 -0400 (EDT) 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 5Fc3Ve3Oj11o; Wed, 2 Jun 2010 17:31:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 219B52BAC8D; Wed, 2 Jun 2010 17:31:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 89C5AF58FA; Wed, 2 Jun 2010 14:31:35 -0700 (PDT) Date: Wed, 02 Jun 2010 21:31:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb.dwarf2, gdb.gdb, gdb.multi, gdb.opt, use gdb_test_no_output Message-ID: <20100602213135.GY3019@adacore.com> References: <4C06BC3B.7070500@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C06BC3B.7070500@vmware.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00062.txt.bz2 > 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. -- Joel