From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10971 invoked by alias); 11 Feb 2005 04:21:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10859 invoked from network); 11 Feb 2005 04:20:57 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Feb 2005 04:20:57 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1CzSIb-000847-K0; Thu, 10 Feb 2005 23:20:57 -0500 Date: Fri, 11 Feb 2005 17:11:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [COMMIT] Enable gdb.dwarf2 tests on *-*-openbsd* and fix them Message-ID: <20050211042056.GA30766@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb-patches@sources.redhat.com References: <200502110401.j1B4153o014075@copland.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502110401.j1B4153o014075@copland.sibelius.xs4all.nl> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00103.txt.bz2 On Thu, Feb 10, 2005 at 11:01:05PM -0500, Mark Kettenis wrote: > We've committed similar fixes in the past, so I checked this in as > obvious. > > Mark > > > Index: ChangeLog > from Mark Kettenis > > * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests > on *-*-openbsd*. Correctly match whitespace in regukar > expressions. Thanks! .... do you know why this difference happens? > -gdb_test "list func_cu1" "4\tFile 1 Line 4" > +gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4" -- Daniel Jacobowitz CodeSourcery, LLC