From patchwork Mon Sep 6 05:07:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Merrill X-Patchwork-Id: 63875 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 50B61B70EE for ; Mon, 6 Sep 2010 15:07:26 +1000 (EST) Received: (qmail 28113 invoked by alias); 6 Sep 2010 05:07:20 -0000 Received: (qmail 28096 invoked by uid 22791); 6 Sep 2010 05:07:19 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Sep 2010 05:07:14 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8657C34024635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 6 Sep 2010 01:07:13 -0400 Received: from [127.0.0.1] ([10.3.113.19]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8657C8R003575; Mon, 6 Sep 2010 01:07:12 -0400 Message-ID: <4C8476FF.108@redhat.com> Date: Mon, 06 Sep 2010 01:07:11 -0400 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100831 Lightning/1.0b1 Shredder/3.0.8pre MIME-Version: 1.0 To: gcc-patches List , libstdc++ Subject: [v3] RFA: PATCH to abi_check FAIL message 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 find that sometimes I don't notice the FAIL: abi_check line because it doesn't have a subdirectory, so it looks like a Java test. This patch changes it to FAIL: libstdc++-abi/abi_check OK for trunk? commit 8dd23936e17335f82940d43c5d286a52234da3e2 Author: Jason Merrill Date: Mon Sep 6 00:10:21 2010 -0400 * testsuite/libstdc++-abi/abi.exp: Add "libstdc++-abi/" to abi_check FAIL message. diff --git a/libstdc++-v3/testsuite/libstdc++-abi/abi.exp b/libstdc++-v3/testsuite/libstdc++-abi/abi.exp index fd892a0..a0e8f28 100644 --- a/libstdc++-v3/testsuite/libstdc++-abi/abi.exp +++ b/libstdc++-v3/testsuite/libstdc++-abi/abi.exp @@ -61,4 +61,4 @@ remote_download "target" "current_symbols.txt" "current_symbols.txt" set result [${tool}_load "./abi_check" \ [list "--check-verbose" "current_symbols.txt" \ "baseline_symbols.txt"]] -[lindex $result 0] "abi_check" +[lindex $result 0] "libstdc++-abi/abi_check"