From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15289 invoked by alias); 26 Sep 2011 05:41:35 -0000 Received: (qmail 15058 invoked by uid 22791); 26 Sep 2011 05:41:33 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp05.br.ibm.com (HELO e24smtp05.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Sep 2011 05:41:19 +0000 Received: from /spool/local by br.ibm.com with XMail ESMTP for from ; Mon, 26 Sep 2011 02:41:17 -0300 Received: from mailhub1.br.ibm.com ([9.18.232.109]) by br.ibm.com ([10.172.0.141]) with XMail ESMTP; Mon, 26 Sep 2011 02:41:02 -0300 Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.8.31.93]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8Q5iLG3319498 for ; Mon, 26 Sep 2011 02:44:21 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8Q5f0Gj019464 for ; Mon, 26 Sep 2011 02:41:00 -0300 Received: from emachado.ibm.com ([9.78.135.31]) by d24av02.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p8Q5f0RH019460; Mon, 26 Sep 2011 02:41:00 -0300 From: Edjunior Barbosa Machado To: gdb-patches@sourceware.org Cc: Edjunior Barbosa Machado Subject: [PATCH] gdb.base/jit.exp: Add testcase name to log message Date: Mon, 26 Sep 2011 05:52:00 -0000 Message-Id: <1317015658-20878-1-git-send-email-emachado@linux.vnet.ibm.com> x-cbid: 11092605-2362-0000-0000-000004F9F99A X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg00444.txt.bz2 Hi, this minor patch just adds the testcase name to the log message, following the common pattern from the others testcases. Ok to commit? -- Edjunior 2011-09-26 Edjunior Machado gdb/testsuite/ * gdb.base/jit.exp: Add testcase name to log message --- gdb/testsuite/gdb.base/jit.exp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.base/jit.exp b/gdb/testsuite/gdb.base/jit.exp index a6a8cc0..6c4c424 100644 --- a/gdb/testsuite/gdb.base/jit.exp +++ b/gdb/testsuite/gdb.base/jit.exp @@ -59,7 +59,7 @@ proc one_jit_test {count match_str} { global verbose testfile solib_binfile_target solib_binfile_test_msg pf_prefix set old_pf_prefix $pf_prefix - set pf_prefix "one_jit_test-$count" + lappend pf_prefix "one_jit_test-$count:" clean_restart $testfile @@ -97,7 +97,7 @@ proc one_jit_test {count match_str} { gdb_continue_to_breakpoint "break here 2" # All jit librares must have been unregistered gdb_test "info function jit_function" \ - "All functions matching regular expression \"jit_function\":" \ + "All functions matching regular expression \"jit_function\":" set pf_prefix $old_pf_prefix } -- 1.6.0.2