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]

[binutils-gdb] testsuite: Remove unnecessary code in fortran vla-history test.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=065ab6dc804575bce7df58477b2cfcb2b2a6eafb

commit 065ab6dc804575bce7df58477b2cfcb2b2a6eafb
Author: Bernhard Heckel <bernhard.heckel@intel.com>
Date:   Wed Mar 2 16:38:53 2016 +0100

    testsuite: Remove unnecessary code in fortran vla-history test.
    
    testsuite: Remove unnecessary code in fortran vla-history test.
    
    2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
    
    gdb/testsuite/Changelog:
    
         * gdb.fortran/vla-history.exp: Remove breakpoint.

Diff:
---
 gdb/testsuite/ChangeLog                   | 4 ++++
 gdb/testsuite/gdb.fortran/vla-history.exp | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 889706f..ec153e2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
 
+	* gdb.fortran/vla-history.exp: Remove breakpoint.
+
+2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
+
 	* gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
 
 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
diff --git a/gdb/testsuite/gdb.fortran/vla-history.exp b/gdb/testsuite/gdb.fortran/vla-history.exp
index bb2f84b..2012961 100644
--- a/gdb/testsuite/gdb.fortran/vla-history.exp
+++ b/gdb/testsuite/gdb.fortran/vla-history.exp
@@ -30,9 +30,6 @@ gdb_breakpoint [gdb_get_line_number "vla1-init"]
 gdb_continue_to_breakpoint "vla1-init"
 gdb_test "print vla1" " = <not allocated>" "print non-allocated vla1"
 
-gdb_breakpoint [gdb_get_line_number "vla2-allocated"]
-gdb_continue_to_breakpoint "vla2-allocated"
-
 gdb_breakpoint [gdb_get_line_number "vla1-filled"]
 gdb_continue_to_breakpoint "vla1-filled"
 with_timeout_factor 2 {


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