From patchwork Tue Apr 12 19:32:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antoine Tremblay X-Patchwork-Id: 11718 Received: (qmail 19120 invoked by alias); 12 Apr 2016 19:32:54 -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 19077 invoked by uid 89); 12 Apr 2016 19:32:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 12 Apr 2016 19:32:43 +0000 Received: from EUSAAHC007.ericsson.se (Unknown_Domain [147.117.188.93]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 54.C4.03614.03D4D075; Tue, 12 Apr 2016 21:32:01 +0200 (CEST) Received: from elxa4wqvvz1.dyn.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.93) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 12 Apr 2016 15:32:39 -0400 From: Antoine Tremblay To: CC: Antoine Tremblay Subject: [pushed/obv] Fix typo in ftrace.exp condition testing Date: Tue, 12 Apr 2016 15:32:29 -0400 Message-ID: <1460489549-25430-1-git-send-email-antoine.tremblay@ericsson.com> MIME-Version: 1.0 X-IsSubscribed: yes This obvious patch replaces "ond" wiht "cond" as the test prefix for conditional tests. gdb/testsuite/ChangeLog: * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond". --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.trace/ftrace.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 67e58cc..d3d400b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-04-12 Antoine Tremblay + + * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond". + 2016-04-09 Simon Marchi * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add diff --git a/gdb/testsuite/gdb.trace/ftrace.exp b/gdb/testsuite/gdb.trace/ftrace.exp index 23e7d1e..d7ff3cb 100644 --- a/gdb/testsuite/gdb.trace/ftrace.exp +++ b/gdb/testsuite/gdb.trace/ftrace.exp @@ -180,7 +180,7 @@ proc test_fast_tracepoints {} { # LIST is a list of expected values of VAR should be collected # based on the CONDEXP. proc test_ftrace_condition { condexp var list } \ -{ with_test_prefix "ond $condexp" \ +{ with_test_prefix "cond $condexp" \ { global executable global hex