Skip to content
Snippets Groups Projects
Commit 065ab6dc authored by Bernhard Heckel's avatar Bernhard Heckel
Browse files

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.
parent 07e448ad
No related branches found
No related tags found
No related merge requests found
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> 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
* gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout. * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
......
...@@ -30,9 +30,6 @@ gdb_breakpoint [gdb_get_line_number "vla1-init"] ...@@ -30,9 +30,6 @@ gdb_breakpoint [gdb_get_line_number "vla1-init"]
gdb_continue_to_breakpoint "vla1-init" gdb_continue_to_breakpoint "vla1-init"
gdb_test "print vla1" " = <not allocated>" "print non-allocated vla1" 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_breakpoint [gdb_get_line_number "vla1-filled"]
gdb_continue_to_breakpoint "vla1-filled" gdb_continue_to_breakpoint "vla1-filled"
with_timeout_factor 2 { with_timeout_factor 2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment