From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20790 invoked by alias); 16 Apr 2014 09:56:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 20778 invoked by uid 89); 16 Apr 2014 09:56:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f176.google.com Received: from mail-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 16 Apr 2014 09:56:54 +0000 Received: by mail-vc0-f176.google.com with SMTP id lc6so10527936vcb.35 for ; Wed, 16 Apr 2014 02:56:52 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.154.10 with SMTP id vk10mr1636635veb.18.1397642212663; Wed, 16 Apr 2014 02:56:52 -0700 (PDT) Received: by 10.52.78.194 with HTTP; Wed, 16 Apr 2014 02:56:52 -0700 (PDT) In-Reply-To: <533972A1.6030604@arm.com> References: <533972A1.6030604@arm.com> Date: Wed, 16 Apr 2014 09:56:00 -0000 Message-ID: Subject: Re: [PATCH] Drop prefix from unsupported source path. From: Marcus Shawcroft To: Marcus Shawcroft Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00311.txt.bz2 On 31 March 2014 14:50, Marcus Shawcroft wrote: > Hi, > > Various gdb tests report the absolute path to a source file in an > UNSUPPORTED outcome. This creates noise when comparing result output with > previous test runs. This patch drops the directory prefix from the reported > path in a couple of the offending unsupported calls. > > OK? Ping! Cheers /Marcus