From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8999 invoked by alias); 1 Jan 2004 21:41:10 -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 8992 invoked from network); 1 Jan 2004 21:41:10 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 1 Jan 2004 21:41:10 -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 1AcAYZ-00031D-00; Thu, 01 Jan 2004 16:40:39 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id BD3764B35A; Thu, 1 Jan 2004 16:40:33 -0500 (EST) To: drow@mvista.com, mec.gnu@mindspring.com Subject: Re: C++ testsuite changes Cc: gdb@sources.redhat.com, kettenis@chello.nl Message-Id: <20040101214033.BD3764B35A@berman.michael-chastain.com> Date: Thu, 01 Jan 2004 21:41:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00014.txt.bz2 On reflection, actually, I should keep the output identical for a rewrite. And I still have a bunch of nice "before" files. So I'll change classes.exp, derivation.exp, overload.exp, and virtfunc.exp so that they print the same results in the same order. Then I can fix the problems in the test script one problem at a time. I can reproduce Mark's problem with virtfunc.exp by using the sourceware version of TCL+Expect+Dejagnu rather than the released versions. In particular, the sourceware version of Expect was last updated in 1998. Argh! So I'll find some way to write virtfunc.exp that works with these versions of TCL+Expect+Dejagnu. As far the virtual base pointer goes, if you consider it a bug in gdb, then I'll write a KFAIL arm for it and KFAIL it. Michael C