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. 6ce8c98020188a7585c24db289191c5c10371e58


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  6ce8c98020188a7585c24db289191c5c10371e58 (commit)
      from  a218b38d2e3f2f7c55b59b380267fdf7fffdb966 (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=6ce8c98020188a7585c24db289191c5c10371e58

commit 6ce8c98020188a7585c24db289191c5c10371e58
Author: Yao Qi <yao@codesourcery.com>
Date:   Sun Nov 2 21:08:06 2014 +0800

    Match the working directory on remote host
    
    The test in gdb.python/python.exp tests "extended-prompt" and expects
    working directory is printed.  However, working directory on remote
    host doesn't have "gdb/testsuite", so the test fails on remote host
    like:
    
    set extended-prompt \w ^M
    ^M
    /home/yao FAIL: gdb.python/python.exp: set extended prompt working directory (timeout)
    
    This patch is to get the working directory first, and use it to match
    the output of "set extended-prompt \\w ".  It works for remote host
    and non remote host.
    
    gdb/testsuite:
    
    2014-11-02  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.python/python.exp: Get working directory and match the
    	output of "set extended-prompt \\w " with it.

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

Summary of changes:
 gdb/testsuite/ChangeLog             |    5 +++++
 gdb/testsuite/gdb.python/python.exp |    9 ++++++++-
 2 files changed, 13 insertions(+), 1 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]