This is the mail archive of the gdb-patches@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]

Re: [PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.


On 02/25/2016 10:08 AM, Bernhard Heckel wrote:
testsuite: Remove unnecessarry code in fortran vla-history test.

2016-02-25  Bernhard Heckel  <bernhard.heckel@intel.com>

gdb/Changelog:

      * vla-history.exp: Remove breakpoint.


This should go in gdb/testsuite/ChangeLog.

It should say gdb.fortran/vla-history.exp.

Looks good otherwise. Someone else should approve it though.

---
  gdb/testsuite/gdb.fortran/vla-history.exp | 3 ---
  1 file changed, 3 deletions(-)

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]