From patchwork Tue Mar 15 12:31:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Novillo X-Patchwork-Id: 86971 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9E036B7007 for ; Tue, 15 Mar 2011 23:32:09 +1100 (EST) Received: (qmail 26014 invoked by alias); 15 Mar 2011 12:32:07 -0000 Received: (qmail 26000 invoked by uid 22791); 15 Mar 2011 12:32:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Mar 2011 12:31:58 +0000 Received: from wpaz21.hot.corp.google.com (wpaz21.hot.corp.google.com [172.24.198.85]) by smtp-out.google.com with ESMTP id p2FCVsRg005613; Tue, 15 Mar 2011 05:31:55 -0700 Received: from tobiano.tor.corp.google.com (tobiano.tor.corp.google.com [172.29.41.6]) by wpaz21.hot.corp.google.com with ESMTP id p2FCVqaq004772; Tue, 15 Mar 2011 05:31:52 -0700 Received: by tobiano.tor.corp.google.com (Postfix, from userid 54752) id C2C8FAE1DF; Tue, 15 Mar 2011 08:31:51 -0400 (EDT) To: gcc-patches@gcc.gnu.org, reply@codereview.appspotmail.com Subject: [google] XFAIL execution of libmudflap.c/pass49-frag.c (issue4278049) Message-Id: <20110315123151.C2C8FAE1DF@tobiano.tor.corp.google.com> Date: Tue, 15 Mar 2011 08:31:51 -0400 (EDT) From: dnovillo@google.com (Diego Novillo) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org When I XFAIL'd this test, I forgot to XFAIL its execution as well. Tested on x86_64. Committed to branch. 2011-03-15 Diego Novillo * testsuite/libmudflap.c/pass49-frag.c: Also XFAIL execution. --- This patch is available for review at http://codereview.appspot.com/4278049 Index: libmudflap/testsuite/libmudflap.c/pass49-frag.c =================================================================== --- libmudflap/testsuite/libmudflap.c/pass49-frag.c (revision 170968) +++ libmudflap/testsuite/libmudflap.c/pass49-frag.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { xfail *-*-* } } */ #include #include #include