Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [committed][gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
@ 2019-07-14 11:24 Tom de Vries
  2019-07-14 11:27 ` Tom de Vries
  0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2019-07-14 11:24 UTC (permalink / raw)
  To: gdb-patches; +Cc: Iain Sandoe

Hi,

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.

Committed to trunk.

Thanks,
- Tom

[gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp

gdb/testsuite/ChangeLog:

2019-07-14  Tom de Vries  <tdevries@suse.de>

	PR testsuite/24760
	* gdb.objc/basicclass.exp: Fix unterminated string.

---
 gdb/testsuite/gdb.objc/basicclass.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp
index d88655afb5..43b93cdaf9 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] 2+ messages in thread

* Re: [committed][gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
  2019-07-14 11:24 [committed][gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp Tom de Vries
@ 2019-07-14 11:27 ` Tom de Vries
  0 siblings, 0 replies; 2+ messages in thread
From: Tom de Vries @ 2019-07-14 11:27 UTC (permalink / raw)
  To: gdb-patches; +Cc: Iain Sandoe

[ Fixed email address ]

On 14-07-19 13:24, Tom de Vries wrote:
> Hi,
> 
> 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.
> 
> Committed to trunk.
> 
> Thanks,
> - Tom
> 
> [gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp
> 
> gdb/testsuite/ChangeLog:
> 
> 2019-07-14  Tom de Vries  <tdevries@suse.de>
> 
> 	PR testsuite/24760
> 	* gdb.objc/basicclass.exp: Fix unterminated string.
> 
> ---
>  gdb/testsuite/gdb.objc/basicclass.exp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp
> index d88655afb5..43b93cdaf9 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] 2+ messages in thread

end of thread, other threads:[~2019-07-14 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-14 11:24 [committed][gdb/testsuite] Fix unterminated string in gdb.objc/basicclass.exp Tom de Vries
2019-07-14 11:27 ` 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