From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32680 invoked by alias); 23 Apr 2002 18:49:00 -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 32664 invoked from network); 23 Apr 2002 18:48:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 23 Apr 2002 18:48:59 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA15874; Tue, 23 Apr 2002 11:48:57 -0700 (PDT) Message-ID: <3CC5A9CA.45E26A1C@redhat.com> Date: Tue, 23 Apr 2002 11:49:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: thorpej@wasabisystems.com CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] Get Alpha target to GDB_MULTI_ARCH_PARTIAL References: <20020420095435.T1627@dr-evil.shagadelic.org> Content-Type: multipart/mixed; boundary="------------A2CEAF55D1D82DB6F960023E" X-SW-Source: 2002-04/txt/msg00863.txt.bz2 This is a multi-part message in MIME format. --------------A2CEAF55D1D82DB6F960023E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 1177 Jason R Thorpe wrote: > > Folks... > > Attached is a patch that gets the Alpha target to GDB_MULTI_ARCH_PARTIAL. > This is the low-hanging fruit. > > I'm a little troubled by the apparent state of the Alpha target. While > my patch results in fewer testsuite failures, the number of failures still > seems quite high. > > With the alpha-netbsd target I posted here a while ago: > > Before: > === gdb Summary === > > # of expected passes 6340 > # of unexpected failures 1187 > # of unexpected successes 2 > # of expected failures 145 > # of unresolved testcases 138 > # of unsupported tests 3 > > After: > === gdb Summary === > > # of expected passes 6595 > # of unexpected failures 945 > # of unexpected successes 4 > # of expected failures 143 > # of unresolved testcases 118 > # of untested testcases 6 > # of unsupported tests 3 > > I would really like to know what the test results are on Digital Unix > or Linux (I can't easily install either of those on any of my Alpha > systems, unfortunately). I recently ran alpha-linux: --------------A2CEAF55D1D82DB6F960023E Content-Type: text/plain; charset=us-ascii; name="alpha.sum" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="alpha.sum" Content-length: 279 === gdb Summary === # of expected passes 8412 # of unexpected failures 165 # of unexpected successes 11 # of expected failures 168 # of unresolved testcases 368 # of untested testcases 7 /castro/street/msnyder/build/gdb/testsuite/../../gdb/gdb version 2002-04-09-cvs -nx --------------A2CEAF55D1D82DB6F960023E--