From patchwork Fri Jun 6 14:58:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 1355 Received: (qmail 8263 invoked by alias); 6 Jun 2014 14:58:14 -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 8251 invoked by uid 89); 6 Jun 2014 14:58:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Jun 2014 14:58:12 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s56EwBUb003373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 6 Jun 2014 10:58:11 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s56EwAm0007192 for ; Fri, 6 Jun 2014 10:58:10 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [ob/pushed] break-unload-file.exp: Fix typo. Date: Fri, 6 Jun 2014 15:58:09 +0100 Message-Id: <1402066689-25767-1-git-send-email-palves@redhat.com> s/is not pending/is pending/ gdb/testsuite/ 2014-06-06 Pedro Alves * gdb.base/break-unload-file.exp: Fix typo. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/break-unload-file.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c513d08..933df0a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-06-06 Pedro Alves + + * gdb.base/break-unload-file.exp: Fix typo. + 2014-06-06 Yao Qi * gdb.base/jit.exp (one_jit_test): Restrict the pattern diff --git a/gdb/testsuite/gdb.base/break-unload-file.exp b/gdb/testsuite/gdb.base/break-unload-file.exp index 35c0f5f..342bcf5 100644 --- a/gdb/testsuite/gdb.base/break-unload-file.exp +++ b/gdb/testsuite/gdb.base/break-unload-file.exp @@ -89,7 +89,7 @@ proc test_break { always_inserted break_command } { } gdb_test "info break" "y.*PENDING.*foo" \ - "breakpoint is not pending" + "breakpoint is pending" # Now delete the breakpoint from GDB's tables, to make sure # GDB doesn't reinsert it, masking the bug (with the bug, on