From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24422 invoked by alias); 8 Jan 2004 04:23:05 -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 24415 invoked from network); 8 Jan 2004 04:23:05 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 8 Jan 2004 04:23:05 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1AeRgj-0005QN-00; Wed, 07 Jan 2004 23:22:29 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 76A614B35A; Wed, 7 Jan 2004 23:23:01 -0500 (EST) To: drow@mvista.com Subject: Re: [patch/testsuite/cp] ctti.exp: partial overhaul Cc: carlton@kealia.com, gdb-patches@sources.redhat.com Message-Id: <20040108042301.76A614B35A@berman.michael-chastain.com> Date: Thu, 08 Jan 2004 04:23:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00194.txt.bz2 > How about some KFAILs for GCC so I can see what I'm doing? :) That would be good; the only problem is actually doing the work. If I feed you a set of gdb.log files, can you file the necessary PR's (if they aren't already filed) and feed me PR numbers? Or if you can't do that, can you feed me URL's? For your own purposes, you can grab the test and rip out one "continue" in the middle. When all the results are PASS or KFAIL on all configurations then I can rip out the "continue" for everybody. The test script also does this to get to a defined place: break main run next next next next next next Which is not really cool what with the freedom that compilers have to choose line numbers. That's something else I have to fix up. Michael C