From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23195 invoked by alias); 9 Nov 2002 14:06:38 -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 23136 invoked from network); 9 Nov 2002 14:06:32 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 9 Nov 2002 14:06:32 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D3F703FE6; Sat, 9 Nov 2002 09:06:21 -0500 (EST) Message-ID: <3DCD165D.4090009@redhat.com> Date: Sat, 09 Nov 2002 06:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Molenda Cc: gdb@sources.redhat.com Subject: Re: A few things we've been up to at Apple lately References: <20021109014927.A23527@molenda.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00097.txt.bz2 > Klee and I have been going over the testsuite on our platform for > the past couple months. Over time, our gdb had diverged from the > FSF gdb to the point where we had ~800 failures and a couple hundred > unresolved test cases -- the testsuite was useless for us. We've > been fixing testcases to match our output where we've purposely > diverged from the FSF style; fixing our code to behave correctly; > and filing Apple internal bug reports for all the known failures. > We're down to 15-20 unfiled fails now, and many of those are known > failures in the generic code. Do you know about KFAIL? (Thanks for the update). Andrew