From patchwork Mon Mar 14 23:06:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Diego Novillo X-Patchwork-Id: 86834 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 2BE3BB6F9A for ; Tue, 15 Mar 2011 10:06:14 +1100 (EST) Received: (qmail 4328 invoked by alias); 14 Mar 2011 23:06:11 -0000 Received: (qmail 4320 invoked by uid 22791); 14 Mar 2011 23:06:11 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Mar 2011 23:06:06 +0000 Received: from kpbe12.cbf.corp.google.com (kpbe12.cbf.corp.google.com [172.25.105.76]) by smtp-out.google.com with ESMTP id p2EN62eA020166; Mon, 14 Mar 2011 16:06:03 -0700 Received: from tobiano.tor.corp.google.com (tobiano.tor.corp.google.com [172.29.41.6]) by kpbe12.cbf.corp.google.com with ESMTP id p2EN61EH011098; Mon, 14 Mar 2011 16:06:01 -0700 Received: by tobiano.tor.corp.google.com (Postfix, from userid 54752) id E7FC5AE1DF; Mon, 14 Mar 2011 19:06:00 -0400 (EDT) To: gcc-patches@gcc.gnu.org, reply@codereview.appspotmail.com Subject: [google] Skip g++.dg/rtti/repo1.C (issue4290043) Message-Id: <20110314230600.E7FC5AE1DF@tobiano.tor.corp.google.com> Date: Mon, 14 Mar 2011 19:06:00 -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 The use of --sysroot conflicts with this test because it's not passed to COLLECT_GCC_OPTIONS when using -frepo. Since we don't use -frepo, this patch skips the test. Tested on x86_64/{-m32,-m64}. Committed to google/integration. testsuite/ChangeLog.google-integration 2011-03-14 Diego Novillo * g++.dg/rtti/repo1.C: Skip. Google ref 39481. --- This patch is available for review at http://codereview.appspot.com/4290043 Index: testsuite/g++.dg/rtti/repo1.C =================================================================== --- testsuite/g++.dg/rtti/repo1.C (revision 170776) +++ testsuite/g++.dg/rtti/repo1.C (working copy) @@ -2,6 +2,7 @@ // { dg-options "-frepo" } // { dg-require-host-local "" } // { dg-skip-if "dkms are not final links" { vxworks_kernel } } +// { dg-skip-if "-frepo not supported with --sysroot (as it is not passed to COLLECT_GCC_OPTIONS" { *-*-linux* } { "*" } { "" } } #include template