public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
@ 2019-07-14 11:23 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-07-14 11:23 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=da73816739483bac537403262cef1c460e43319f

commit da73816739483bac537403262cef1c460e43319f
Author: Tom de Vries <tdevries@suse.de>
Date:   Sun Jul 14 13:23:04 2019 +0200

    [gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
    
    The test-case gdb.objc/basicclass.exp contains an unterminated string,
    introduced in refactoring commit fa43b1d7ca "after gdb_run_cmd, gdb_expect ->
    gdb_test_multiple/gdb_test".
    
    Fix the unterminated string.
    
    gdb/testsuite/ChangeLog:
    
    2019-07-14  Tom de Vries  <tdevries@suse.de>
    
    	PR testsuite/24760
    	* gdb.objc/basicclass.exp: Fix unterminated string.

Diff:
---
 gdb/testsuite/ChangeLog               | 5 +++++
 gdb/testsuite/gdb.objc/basicclass.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 91b90d8..c24eed9 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-14  Tom de Vries  <tdevries@suse.de>
+
+	PR testsuite/24760
+	* gdb.objc/basicclass.exp: Fix unterminated string.
+
 2019-07-12  Bernhard Heckel  <bernhard.heckel@intel.com>
 	    Andrew Burgess  <andrew.burgess@embecosm.com>
 
diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp
index d88655a..43b93cd 100644
--- a/gdb/testsuite/gdb.objc/basicclass.exp
+++ b/gdb/testsuite/gdb.objc/basicclass.exp
@@ -119,7 +119,7 @@ gdb_test continue \
 # Test resetting breakpoints when re-running program
 #
 gdb_run_cmd
-gdb_test "" "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:.*" "resetting breakpoints when r
+gdb_test "" "Breakpoint \[0-9\]+,.*main .*argc.*argv.* at .*$srcfile:.*" "resetting breakpoints when rerunning"
 
 #
 # Continue until breakpoint (test re-setting breakpoint)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-14 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 11:23 [binutils-gdb] [gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).