From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12483 invoked by alias); 7 Mar 2005 20:42:04 -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 12455 invoked from network); 7 Mar 2005 20:41:59 -0000 Received: from unknown (HELO priv-edtnes27.telusplanet.net) (199.185.220.223) by sourceware.org with SMTP; 7 Mar 2005 20:41:59 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes27.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050307204158.PNUB13655.priv-edtnes27.telusplanet.net@takamaka.act-europe.fr> for ; Mon, 7 Mar 2005 13:41:58 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 485EF47DC0; Mon, 7 Mar 2005 12:41:58 -0800 (PST) Date: Mon, 07 Mar 2005 20:42:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite/ada] KFAIL the tests that use "start" Message-ID: <20050307204158.GS1750@adacore.com> References: <20050307203608.GH1252@adacore.com> <20050307203827.GB24983@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050307203827.GB24983@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-03/txt/msg00092.txt.bz2 > What Ada test results do you have with this patch? I have more than > two failures; IIRC, there were four, all related. This is what I have: Running ../.././gdb/testsuite/gdb.ada/fixed_points.exp ... PASS: gdb.ada/fixed_points.exp: p on a fixed point type PASS: gdb.ada/fixed_points.exp: p on a subtype fixed point type PASS: gdb.ada/fixed_points.exp: p on a new fixed point type Running ../.././gdb/testsuite/gdb.ada/null_record.exp ... KFAIL: gdb.ada/null_record.exp: start (PRMS: ada/1892) PASS: gdb.ada/null_record.exp: ptype on null record Running ../.././gdb/testsuite/gdb.ada/packed_array.exp ... PASS: gdb.ada/packed_array.exp: print var Running ../.././gdb/testsuite/gdb.ada/start.exp ... KFAIL: gdb.ada/start.exp: start (PRMS: ada/1892) Could you send me your logs. I only had 2 failures on my side. Perhaps there's something else going on because I use a different compiler than you do? -- Joel