From patchwork Thu Apr 17 09:57:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcus Shawcroft X-Patchwork-Id: 591 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (peon2454.g.dreamhost.com [208.113.200.127]) by wilcox.dreamhost.com (Postfix) with ESMTP id 72042360068 for ; Thu, 17 Apr 2014 02:58:11 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id F35DE119EA7B; Thu, 17 Apr 2014 02:58:10 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id CAAEB119EA22 for ; Thu, 17 Apr 2014 02:58:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type; q=dns; s=default; b=LQOtZK87E0I3mWACk0sC5sJVZB2d7 qUJjQvXsu3qqr+JyvGtMwN920OGiG+Q5LB+W4jCJrY2oWYiMiXAIIFAfz5uAUC7s YjMcMlsinamt0cTeS9XvNuGGiOhcDQt9Z+uCY4gt1fpx3sqqMuNXIlbL7xC7DBfh HPejUKH2Q57hOs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type; s=default; bh=qBQxLsdtAZJBEDbAZjkRDFTt2NU=; b=gxx OIsBUO50VPCc10/qxHDnbyj+5l9JSnN2EM24zLwlUa7A4cBxgSSGL5z49V2pqjHJ s2QQSbQsBYaZ8xYUhtRxi7U0vVtRhBHo/F5634dCoU38JOyibg4movGXT0DIgl7E giJ2la0imx6uatOxSipqGXMAzqNUOcwHAgwvovNs= Received: (qmail 9366 invoked by alias); 17 Apr 2014 09:57:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 9294 invoked by uid 89); 17 Apr 2014 09:57:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Apr 2014 09:57:46 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 17 Apr 2014 10:57:43 +0100 Received: from [10.1.207.52] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 17 Apr 2014 10:57:58 +0100 Message-ID: <534FA596.6040502@arm.com> Date: Thu, 17 Apr 2014 10:57:42 +0100 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: [PATCH] Drop srcdir from untested source path. X-MC-Unique: 114041710574317801 X-DH-Original-To: gdb@patchwork.siddhesh.in Hi, Following on from my earlier patch, various gdb tests report the absolute path to a source file in UNTESTED outcomes. This creates noise when comparing result output with previous test runs. This patch drops the srcdir prefix from the reported path in one of the offending untested calls. 2014-04-17 Marcus Shawcroft * gdb.java/jnpe.exp: Drop srcdir from untested path. commit 0e3c473a07b06ebd742478b7a602fcb9ebfc7388 Author: Marcus Shawcroft Date: Mon Mar 31 14:25:36 2014 +0100 [PATCH] Drop srcdir from untested source path. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c230f8c..e9e8249 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2014-03-31 Marcus Shawcroft + * gdb.java/jnpe.exp: Drop srcdir from untested path. + +2014-03-31 Marcus Shawcroft + * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc): Drop prefix from unsupported source file path. diff --git a/gdb/testsuite/gdb.java/jnpe.exp b/gdb/testsuite/gdb.java/jnpe.exp index 054ade8..bd47f109c 100644 --- a/gdb/testsuite/gdb.java/jnpe.exp +++ b/gdb/testsuite/gdb.java/jnpe.exp @@ -17,7 +17,7 @@ load_lib "java.exp" standard_testfile .java if { [compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != "" } { - untested "Couldn't compile ${srcdir}/$subdir/${srcfile}" + untested "Couldn't compile $subdir/${srcfile}" return -1 }