From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13518 invoked by alias); 5 Sep 2008 19:59:15 -0000 Received: (qmail 13505 invoked by uid 22791); 5 Sep 2008 19:59:15 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Sep 2008 19:58:29 +0000 Received: from mailhub3.br.ibm.com (unknown [9.18.232.110]) by igw3.br.ibm.com (Postfix) with ESMTP id 9BB1D390170 for ; Fri, 5 Sep 2008 16:37:30 -0300 (BRST) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m85JPk5P3137562 for ; Fri, 5 Sep 2008 16:45:35 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m85JGPCq008546 for ; Fri, 5 Sep 2008 16:16:25 -0300 Received: from [9.8.0.17] ([9.8.0.17]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m85JGOYI006572 for ; Fri, 5 Sep 2008 16:16:24 -0300 Subject: [commit] remove extra verbose -log calls in testcases From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain Date: Fri, 05 Sep 2008 19:59:00 -0000 Message-Id: <1220642085.10056.21.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 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: 2008-09/txt/msg00108.txt.bz2 As noticed by Joel in my FPSCR testcase, it's not usual to call verbose twice. Committed the following. -- []'s Thiago Jung Bauermann IBM Linux Technology Center 2008-09-05 Thiago Jung Bauermann * gdb.arch/altivec-abi.exp: Remove extra verbose call. * gdb.arch/altivec-regs.exp: Likewise. * gdb.arch/vsx-regs.exp: Likewise. diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index 2d84013..358edb9 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -27,7 +27,6 @@ if $tracelevel then { if {![istarget "powerpc*"] || [skip_altivec_tests]} then { verbose "Skipping altivec abi tests." - verbose -log "Skipping altivec abi tests." return } diff --git a/gdb/testsuite/gdb.arch/altivec-regs.exp b/gdb/testsuite/gdb.arch/altivec-regs.exp index 91f749a..b8d8dc0 100644 --- a/gdb/testsuite/gdb.arch/altivec-regs.exp +++ b/gdb/testsuite/gdb.arch/altivec-regs.exp @@ -30,7 +30,6 @@ set bug_id 0 if {![istarget "powerpc*"] || [skip_altivec_tests]} then { verbose "Skipping altivec register tests." - verbose -log "Skipping altivec register tests." return } diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 006eb6d..18def60 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -32,7 +32,6 @@ set bug_id 0 if {![istarget "powerpc*"] || [skip_vsx_tests]} then { verbose "Skipping vsx register tests." - verbose -log "Skipping vsx register tests." return }