This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


[ 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)
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]