This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.
- From: Luis Machado <lgustavo at codesourcery dot com>
- To: Bernhard Heckel <bernhard dot heckel at intel dot com>, <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 26 Feb 2016 11:49:57 -0300
- Subject: Re: [PATCH V2 2/2] testsuite: Remove unnecessarry code in fortran vla-history test.
- Authentication-results: sourceware.org; auth=none
- References: <1456405685-4237-1-git-send-email-bernhard dot heckel at intel dot com> <1456405685-4237-2-git-send-email-bernhard dot heckel at intel dot com>
- Reply-to: Luis Machado <lgustavo at codesourcery dot com>
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 {