From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20932 invoked by alias); 23 Jan 2007 12:49:09 -0000 Received: (qmail 20924 invoked by uid 22791); 23 Jan 2007 12:49:09 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO,TW_GC X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Jan 2007 12:49:04 +0000 Received: from hermans.wildebeest.org ([192.168.1.28]) by gnu.wildebeest.org with esmtp (Exim 3.36 #1 (Debian)) id 1H9L5C-0007Pp-00 for ; Tue, 23 Jan 2007 13:49:02 +0100 Subject: Handling XFAIL that actually XPASSes From: Mark Wielaard To: frysk Content-Type: text/plain Date: Tue, 23 Jan 2007 12:49:00 -0000 Message-Id: <1169556540.2968.13.camel@hermans.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00036.txt.bz2 Hi, FC6 contains an update libgcj so that the following XFAIL test now XPASSes: frysk3228/LoggerParent. Unfortunately since we expect it to actually fail a toplevel 'make check' which would otherwise happily go on checking other stuff now stops with: ============================================================== 1 of 42 tests did not behave as expected (1 unexpected passes) (1 tests were not run) ============================================================== Is there any magic to make XFAILs that XPASS not fatal? Cheers, Mark