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. 218c2655603748b844dcaf103e34fd14d8ee8aef


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  218c2655603748b844dcaf103e34fd14d8ee8aef (commit)
      from  17ca87fc69f554aecc4a7f8d6d354a6ad9bec7be (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=218c2655603748b844dcaf103e34fd14d8ee8aef

commit 218c2655603748b844dcaf103e34fd14d8ee8aef
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Jul 11 17:26:42 2014 +0200

    Fix false argv0-symlink.exp FAIL running under a very long directory name
    
    Starting program: /home/jkratoch/redhat/gdb-test-fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff/gdb/testsuite/gdb.base/argv0-symlink-filelink ^M
    [...]
    (gdb) print argv[0]^M
    $1 = 0x7fffffffda39 "/home/jkratoch/redhat/gdb-test-", 'f' <repeats 169 times>...^M
    (gdb) FAIL: gdb.base/argv0-symlink.exp: kept file symbolic link name
    
    after "set print repeats 10000":
    
    print argv[0]^M
    $1 = 0x7fffffffda39 "/home/jkratoch/redhat/gdb-test-fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"...^M
    (gdb) FAIL: gdb.base/argv0-symlink.exp: kept file symbolic link name
    
    after "set print elements 10000":
    
    print argv[0]^M
    $1 = 0x7fffffffda39 "/home/jkratoch/redhat/gdb-test-fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff/gdb/testsuite/gdb.base/argv0-symlink-filelink"^M
    (gdb) PASS: gdb.base/argv0-symlink.exp: kept file symbolic link name
    
    gdb/testsuite/
    2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	Fix false FAIL running under a very long directory name.
    	* gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
    	and "set print elements 10000".  Twice.

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

Summary of changes:
 gdb/testsuite/ChangeLog                  |    6 ++++++
 gdb/testsuite/gdb.base/argv0-symlink.exp |    6 ++++++
 2 files changed, 12 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]