From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12915 invoked by alias); 7 Feb 2004 02:05:47 -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 12908 invoked from network); 7 Feb 2004 02:05:47 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 7 Feb 2004 02:05:47 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1ApHqs-0003aP-00; Fri, 06 Feb 2004 21:05:46 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 50B874B364; Fri, 6 Feb 2004 21:05:44 -0500 (EST) To: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] unify objfile obstacks (4/4) Message-Id: <20040207020544.50B874B364@berman.michael-chastain.com> Date: Sat, 07 Feb 2004 02:05:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00138.txt.bz2 Hi Elena, Could you please keep the old pattern in there too? It makes my task easier, because I run the test suite from gdb HEAD against gdb from gdb HEAD and gdb from gdb 6.0, and compare the two. If you delete the old pattern then I get a false FAIL -> PASS transition. You can mark it: -expect "..." { # old gdb 6.0 PASS ... } So that it will get pruned eventually. Michael C === 2004-02-06 Elena Zannoni * gdb.base/maint.exp: Update test to reflect obstack changes.