From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2686 invoked by alias); 28 Feb 2012 16:04:24 -0000 Received: (qmail 2678 invoked by uid 22791); 28 Feb 2012 16:04:23 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Feb 2012 16:04:09 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SG46Kd028271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 28 Feb 2012 11:04:06 -0500 Received: from host2.jankratochvil.net (ovpn-116-19.ams2.redhat.com [10.36.116.19]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1SG3q9s020248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 28 Feb 2012 11:03:57 -0500 Date: Tue, 28 Feb 2012 16:05:00 -0000 From: Jan Kratochvil To: Thomas Schwinge Cc: gdb-patches@sourceware.org, Kevin Buettner Subject: Testsuite regression for annota1.exp and annota3.exp [Re: [PATCH] [SH] ... can do this signal stuff!] Message-ID: <20120228160351.GA12029@host2.jankratochvil.net> References: <874nub5n16.fsf@schwinge.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874nub5n16.fsf@schwinge.name> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-02/txt/msg00655.txt.bz2 On Tue, 28 Feb 2012 10:23:49 +0100, Thomas Schwinge wrote: > gdb/testsuite/ > 2012-02-28 Thomas Schwinge > > * gdb.base/annota1.c [__sh__]: Remove any special-casing. > * gdb.base/annota3.c: Likewise. > * gdb.base/sigall.c: Likewise. > * gdb.base/signals.c: Likewise. > * gdb.reverse/sigall-reverse.c: Likewise. Sorry but it caused regressions. Please use gdb_get_line_number there. Thanks, Jan -PASS: gdb.base/annota1.exp: breakpoint info -PASS: gdb.base/annota1.exp: run until main breakpoint +FAIL: gdb.base/annota1.exp: breakpoint info (timeout) +FAIL: gdb.base/annota1.exp: run until main breakpoint (timeout) -PASS: gdb.base/annota1.exp: break at 28 +FAIL: gdb.base/annota1.exp: break at 28 (timeout) -PASS: gdb.base/annota1.exp: annotate ignore count change -PASS: gdb.base/annota1.exp: breakpoint ignore count +FAIL: gdb.base/annota1.exp: annotate ignore count change (timeout) +FAIL: gdb.base/annota1.exp: next to exit loop (timeout) +FAIL: gdb.base/annota1.exp: breakpoint ignore count (timeout) -PASS: gdb.base/annota1.exp: signal sent -PASS: gdb.base/annota1.exp: cleanup core file (removed) +FAIL: gdb.base/annota1.exp: signal sent (timeout) +PASS: gdb.base/annota1.exp: cleanup core file (not dumped) -PASS: gdb.base/annota3.exp: breakpoint info -PASS: gdb.base/annota3.exp: run until main breakpoint +FAIL: gdb.base/annota3.exp: breakpoint info (pattern 3 + sentinel) +FAIL: gdb.base/annota3.exp: run until main breakpoint (pattern 8) -PASS: gdb.base/annota3.exp: break at 28 +FAIL: gdb.base/annota3.exp: break at 28 (pattern 2 + sentinel) -PASS: gdb.base/annota3.exp: annotate ignore count change -PASS: gdb.base/annota3.exp: next to exit loop -PASS: gdb.base/annota3.exp: breakpoint ignore count -PASS: gdb.base/annota3.exp: get inferior pid -PASS: gdb.base/annota3.exp: signal sent -PASS: gdb.base/annota3.exp: cleanup core file (removed) +FAIL: gdb.base/annota3.exp: annotate ignore count change (pattern 2) +FAIL: gdb.base/annota3.exp: next to exit loop (pattern 2) +FAIL: gdb.base/annota3.exp: breakpoint ignore count (pattern 2) +FAIL: gdb.base/annota3.exp: get inferior pid (timeout) +FAIL: gdb.base/annota3.exp: signal sent (pattern 2) +PASS: gdb.base/annota3.exp: cleanup core file (not dumped)