From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24503 invoked by alias); 5 Jan 2004 21:03:21 -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 24490 invoked from network); 5 Jan 2004 21:03:20 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sources.redhat.com with SMTP; 5 Jan 2004 21:03:20 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Adbsb-0000xN-00; Mon, 05 Jan 2004 16:03:17 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 912984B35A; Mon, 5 Jan 2004 16:03:35 -0500 (EST) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [rfa/testsuite/PING] asm-source.exp: use UNTESTED Cc: gdb-patches@sources.redhat.com Message-Id: <20040105210335.912984B35A@berman.michael-chastain.com> Date: Mon, 05 Jan 2004 21:03:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00107.txt.bz2 ac> However, remember why this test was originally changed to fail messy - ac> the test was being skipped and, as a demonstratable consequence, ac> everyone chose to ignore it rather than fix the testcase :-( Well, I'm choosing to ignore it for native hppa2.0w-hp-hpux11.11, until after function calls work, and C++ works, and the internal hp_aCC_compiler variable works, and the other 200 ERRORs and 2000 FAILs have gotten some attention. It's just annoying to open up gdb.log and the first 4 ERRORs and 5 WARNINGs are things that I know I won't fix this month. I keep having to look past this to get to more important problems. ac> What about UNTESTED, and then KFAIL everything? Knowing my luck that ac> will be much harder than it seems ... That's what gdb_suppress_entire_file is supposed to do now, but it doesn't work. It sets a little state variable that is supposed to FAIL every test in the current file. But I still get a slow of ERROR/WARNING on top of the 28 FAILs. If I can't change asm-source.exp, I guess I'll just keep ignoring the results by hand. At least it's not incurring timeouts. Michael C