From patchwork Thu Oct 13 15:44:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Novillo X-Patchwork-Id: 119557 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 158DFB71C1 for ; Fri, 14 Oct 2011 02:44:43 +1100 (EST) Received: (qmail 23421 invoked by alias); 13 Oct 2011 15:44:41 -0000 Received: (qmail 23410 invoked by uid 22791); 13 Oct 2011 15:44:40 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Oct 2011 15:44:23 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p9DFiMlW000572; Thu, 13 Oct 2011 08:44:22 -0700 Received: from topo.tor.corp.google.com (topo.tor.corp.google.com [172.29.41.2]) by wpaz37.hot.corp.google.com with ESMTP id p9DFiLAw031763; Thu, 13 Oct 2011 08:44:21 -0700 Received: by topo.tor.corp.google.com (Postfix, from userid 54752) id D8B161DA1D2; Thu, 13 Oct 2011 11:44:20 -0400 (EDT) To: reply@codereview.appspotmail.com, crowl@google.com, gcc-patches@gcc.gnu.org Subject: [pph] shorten timeout on c1limits-externalid.cc and XFAIL (issue5278042) Message-Id: <20111013154420.D8B161DA1D2@topo.tor.corp.google.com> Date: Thu, 13 Oct 2011 11:44:20 -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 I think this may be an infinite loop, but it may also just be taking a long time to do the merge operations. Teste on x86_64. Committed to branch. Diego. * g++.dg/pph/c1limits-externalid.cc: Add shorter timeout. Document failure mode. diff --git a/gcc/testsuite/g++.dg/pph/c1limits-externalid.cc b/gcc/testsuite/g++.dg/pph/c1limits-externalid.cc index b10f1c1..c44475f 100644 --- a/gcc/testsuite/g++.dg/pph/c1limits-externalid.cc +++ b/gcc/testsuite/g++.dg/pph/c1limits-externalid.cc @@ -1 +1,6 @@ +/* FIXME pph - The following timeout may cause failures on slow targets. + In general it takes no longer than a couple of seconds to compile + this test, but the new merging code is having trouble with this. */ +/* { dg-timeout 15 } */ +/* { dg-xfail-if "MERGE INFINITE LOOP" { *-*-* } { "-fpph-map=pph.map" } } */ #include "c0limits-externalid.h"