This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 7dd6df0171796757f404a549c76f0d9b9192c849


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  7dd6df0171796757f404a549c76f0d9b9192c849 (commit)
      from  170015c5a013f0036073ebc3d455c379371edc27 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

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

commit 7dd6df0171796757f404a549c76f0d9b9192c849
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Apr 15 12:49:51 2014 +0100

    gdb.base/sym-file.exp: clean up test messages a bit.
    
    Remove regex characters from test message, and don't refer to
    breakpoint numbers in test messages (subsequent patches will add more
    breakpoints, changing these numbers).  Result:
    
     -PASS: gdb.base/sym-file.exp: add-symbol-file .*sym-file-lib\.so addr
     +PASS: gdb.base/sym-file.exp: add-symbol-file sym-file-lib.so addr
    
     -PASS: gdb.base/sym-file.exp: check if Breakpoint 2 is pending.
     -PASS: gdb.base/sym-file.exp: check if Breakpoint 3 is pending.
     +PASS: gdb.base/sym-file.exp: breakpoint at foo is pending
     +PASS: gdb.base/sym-file.exp: breakpoint at bar is pending
    
    gdb/testsuite/
    2014-04-15  Pedro Alves <palves@redhat.com>
    
    	* gdb.base/sym-file.exp: Remove regex characters from test
    	message.  Don't refer to breakpoint numbers in test messages.

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog             |    5 +++++
 gdb/testsuite/gdb.base/sym-file.exp |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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