From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25745 invoked by alias); 29 Jun 2011 12:53:06 -0000 Received: (qmail 25718 invoked by uid 22791); 29 Jun 2011 12:53:04 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Jun 2011 12:52:48 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 6169FA2F; Wed, 29 Jun 2011 14:52:47 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Q8rxY7fmAtAy; Wed, 29 Jun 2011 14:52:44 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id ACBF3A2E; Wed, 29 Jun 2011 14:52:44 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p5TCqhNQ024144; Wed, 29 Jun 2011 14:52:43 +0200 (MEST) From: Rainer Orth To: Richard Guenther Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, libffi-discuss@sourceware.org, Andreas Tobler Subject: Re: [testsuite, libffi] XFAIL libffi.call/cls_{,long}double_va.c on IRIX 6.5 (PR libffi/46660) References: Date: Wed, 29 Jun 2011 12:53:00 -0000 In-Reply-To: (Richard Guenther's message of "Wed, 29 Jun 2011 14:40:11 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q2/txt/msg00093.txt.bz2 Richard Guenther writes: > The tests now fail on x86_64-linux and i?86-linux like > > FAIL: libffi.call/cls_double_va.c -O0 -W -Wall output pattern test, is 7.0 > FAIL: libffi.call/cls_longdouble_va.c -O0 -W -Wall output pattern test, is 7.0 > FAIL: libffi.call/cls_double_va.c -O2 output pattern test, is 7.0 > FAIL: libffi.call/cls_longdouble_va.c -O2 output pattern test, is 7.0 > FAIL: libffi.call/cls_double_va.c -O3 output pattern test, is 7.0 > FAIL: libffi.call/cls_longdouble_va.c -O3 output pattern test, is 7.0 > FAIL: libffi.call/cls_double_va.c -Os output pattern test, is 7.0 > FAIL: libffi.call/cls_longdouble_va.c -Os output pattern test, is 7.0 > FAIL: libffi.call/cls_double_va.c -O2 -fomit-frame-pointer output pattern test, > is 7.0 > FAIL: libffi.call/cls_longdouble_va.c -O2 -fomit-frame-pointer output pattern te > st, is 7.0 > > spawn [open ...]^M > 7.0 > res: 4 > 7.0 > res: 4 > PASS: libffi.call/cls_double_va.c -O0 -W -Wall execution test > FAIL: libffi.call/cls_double_va.c -O0 -W -Wall output pattern test, is 7.0 > res: 4 > 7.0 > res: 4 > , should match PR libffi/466607.0^M? > res: 4^M? > 7.0^M? > res: 4 > > I believe your dg-output first arguments are bogus. You're right, I'm an idiot ;-) I should have tested on a non-xfailed target, too. Fixed as follows, tested on i386-pc-solaris2.11 and mips-sgi-irix6.5, applied to mainline and 4.6 branch. The 4.5 branch is unaffected. Sorry. Rainer 2011-06-29 Rainer Orth * testsuite/libffi.call/cls_double_va.c: Move PR number to comment. * testsuite/libffi.call/cls_longdouble_va.c: Likewise. Index: libffi/testsuite/libffi.call/cls_double_va.c =================================================================== --- libffi/testsuite/libffi.call/cls_double_va.c (revision 175618) +++ libffi/testsuite/libffi.call/cls_double_va.c (working copy) @@ -6,7 +6,7 @@ /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ /* { dg-output "" { xfail avr32*-*-* } } */ -/* { dg-output "PR libffi/46660" { xfail mips-sgi-irix6* } } */ +/* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ /* { dg-skip-if "" arm*-*-* { "-mfloat-abi=hard" } { "" } } */ #include "ffitest.h" Index: libffi/testsuite/libffi.call/cls_longdouble_va.c =================================================================== --- libffi/testsuite/libffi.call/cls_longdouble_va.c (revision 175618) +++ libffi/testsuite/libffi.call/cls_longdouble_va.c (working copy) @@ -6,7 +6,7 @@ /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ -/* { dg-output "PR libffi/46660" { xfail mips-sgi-irix6* } } */ +/* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ /* { dg-skip-if "" arm*-*-* { "-mfloat-abi=hard" } { "" } } */ #include "ffitest.h" -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University