From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56330 invoked by alias); 10 Jul 2017 21:57:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 56314 invoked by uid 89); 10 Jul 2017 21:57:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: resqmta-po-06v.sys.comcast.net Received: from resqmta-po-06v.sys.comcast.net (HELO resqmta-po-06v.sys.comcast.net) (96.114.154.165) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Jul 2017 21:57:33 +0000 Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-06v.sys.comcast.net with ESMTP id UggOdYiC51MKqUggOdIiD9; Mon, 10 Jul 2017 21:57:32 +0000 Received: from up.mrs.kithrup.com ([24.4.193.248]) by resomta-po-13v.sys.comcast.net with SMTP id UggNdDeR9DIoGUggNd0fHN; Mon, 10 Jul 2017 21:57:32 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] Print relative names in UNSUPPORTED AutoFDO tests From: Mike Stump In-Reply-To: Date: Mon, 10 Jul 2017 21:57:00 -0000 Cc: GCC Patches , Tom de Vries Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Yuri Gribov X-CMAE-Envelope: MS4wfFeH1JHkm6opK/AIZdhCF2hGOZ9eGnVCZZkWNn2AopAGKRQFFVaAz3uPhlyBLtoIYLNcQ/reZ6iKON1mwhhnQZd9srahc/m17E0iIBETS4wtGdCJ/8Es hgPBENT3Easgs41eENYRqlXbkXqUrBQe1ApfV0YKzAeIu1XCfCI4fgPpLzZj8ijuH8s5uU9WX3pZTB3/ekTYdv17nPQuRGaRofOuygyPxArRyZKqeGGolt2p YuIfrhjxHIAuX9aVeHRg+w== X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00490.txt.bz2 On Jul 9, 2017, at 12:00 PM, Yuri Gribov wrote: >=20 > This patch fixes AutoFDO Dejagnu tests to print relative filenames > instead of absolute ones when AutoFDO is unsupported. This is to > prevent spurious differences in dg-cmp-results.sh, like this: > NA->UNSUPPORTED: > /home/yugr/src/gcc-57371/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C > -fauto-profile > UNSUPPORTED->NA: > /home/yugr/src/gcc/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C > -fauto-profile >=20 > Ok for trunk? Ok. Seeing the change in test case name would be useful. It should have g++.dg= /bprob/g++-bprob-1.C in the name, not just g++-bprob-1.C.