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. 3fae92fc2aed37c78df4610f3c52e2fc242846b0


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  3fae92fc2aed37c78df4610f3c52e2fc242846b0 (commit)
      from  95c64f92be44781ab0f9472e88296fbf971c79fa (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=3fae92fc2aed37c78df4610f3c52e2fc242846b0

commit 3fae92fc2aed37c78df4610f3c52e2fc242846b0
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue May 13 11:41:03 2014 +0800

    Copy file1.txt to remote host in dw2-filename.exp and dw2-anonymous-func.exp
    
    Some gdb.dwarf2/*.exp tests copy file1.txt to host via gdb_remote_download
    but dw2-filename.exp and dw2-anonymous-func.exp don't do that.  Looks like
    an oversight in this patch
    https://sourceware.org/ml/gdb-patches/2013-08/msg00365.html
    
    There are some fails in remote host testing.
    FAIL: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt
    FAIL: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files
    FAIL: gdb.dwarf2/dw2-filename.exp: info sources
    
    This patch is to invoke gdb_remote_download to copy file1.txt to host
    and remote it at the end.  This patch fixes these fails above.
    
    gdb/testsuite:
    
    2014-05-16  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
    	file1.txt from host at the end.
    	* gdb.dwarf2/dw2-anonymous-func.exp: Likewise.

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

Summary of changes:
 gdb/testsuite/ChangeLog                         |    6 ++++++
 gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp |    5 +++++
 gdb/testsuite/gdb.dwarf2/dw2-filename.exp       |    6 ++++++
 3 files changed, 17 insertions(+), 0 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]