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


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  3adc1a7d457d7fcdc413b970f1ed02b0925e6da8 (commit)
      from  9b5d451f417a5a0b88e861b2249f75024b7ac57d (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=3adc1a7d457d7fcdc413b970f1ed02b0925e6da8

commit 3adc1a7d457d7fcdc413b970f1ed02b0925e6da8
Author: Gabriel Krisman Bertazi <gabriel@krisman.be>
Date:   Thu Sep 11 00:03:35 2014 -0300

    Fix gdb.fortran/array-element.exp failures.
    
    This fixes two FAIL results on this testcase which were caused by a
    misplaced "continue" command.  This testcase used to end inferior's
    execution too soon, causing the following tests to fail.  Now we break
    right after inferior's loop and perform the rest of the tests there.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.fortran/array-element.exp: Remove unexpected "continue"
    	command in testcase.  Simplify testcase.

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

Summary of changes:
 gdb/testsuite/ChangeLog                     |    5 +++++
 gdb/testsuite/gdb.fortran/array-element.exp |   15 +++------------
 2 files changed, 8 insertions(+), 12 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]