From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1870 invoked by alias); 7 Jul 2004 21:41:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1862 invoked from network); 7 Jul 2004 21:41:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 Jul 2004 21:41:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i67LfVe3031420 for ; Wed, 7 Jul 2004 17:41:32 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i67LfP031369; Wed, 7 Jul 2004 17:41:31 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7288D2B9D; Wed, 7 Jul 2004 17:41:13 -0400 (EDT) Message-ID: <40EC6DF9.1000300@gnu.org> Date: Wed, 07 Jul 2004 21:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com Subject: duplicate test message style? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00058.txt.bz2 Michael, To stop those duplicate messages I add a suffix to each test, although not consistently. I've used various separators - ",", ";", "for" - vis: PASS: gdb.base/sigbpt.exp: nopass SIGSEGV; stepi bp before segv PASS: gdb.base/sigbpt.exp: nopass SIGSEGV, stepi bp before segv PASS: gdb.base/sigbpt.exp: nopass SIGSEGV for stepi bp before segv I should do this consistently. How do either of: PASS: gdb.base/sigbpt.exp: nopass SIGSEGV; stepi bp before segv PASS: gdb.base/sigbpt.exp: set breakpoint 0 of 1; stepi bp before segv PASS: gdb.base/sigbpt.exp: stepi out of handler; stepi bp before segv PASS: gdb.base/sigbpt.exp: clear breakpoint 0 of 1; stepi bp before segv or: PASS: gdb.base/sigbpt.exp: stepi bp before segv; nopass SIGSEGV PASS: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1 PASS: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler PASS: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1 grab you? That is a ``;'' separator with the common text either first or second. Andrew