From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3596 invoked by alias); 16 Jun 2003 12:39:51 -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 2538 invoked from network); 16 Jun 2003 12:39:28 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 16 Jun 2003 12:39:28 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D1B922B5F; Mon, 16 Jun 2003 08:39:20 -0400 (EDT) Message-ID: <3EEDBA78.2030609@redhat.com> Date: Mon, 16 Jun 2003 12:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Jaeger Cc: gdb@sources.redhat.com Subject: Re: GDB 6 branch, 21st June? References: <3EEA6240.4070401@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00311.txt.bz2 > Andrew Cagney writes: > > >> Still scheduled for 21st, how is that looking? > > > We currently have the following results from make check on > x86_64-linux-gnu: > > === gdb Summary === > > # of expected passes 8930 > # of unexpected failures 100 > # of unexpected successes 4 > # of expected failures 46 > # of known failures 23 > # of unresolved testcases 3 > # of untested testcases 6 > # of unsupported tests 1 > /usr/src/aj/build/gdb/gdb/testsuite/../../gdb/gdb version 2003-06-16-cvs -nx > > > How does this look in comparison with other platforms? Pretty much on par. break main, run, next definitly works. Andrew