binutils-gdb/gdb/testsuite/gdb.fortran
Yao Qi 7fe8399de9 [testsuite] Fix tiemout fail in gdb.fortran/vla-value.exp
In vla.f90, this single line of source is compiled to many instructions,

  vla2(:, :, :) = 1311                ! vla2-allocated

it is quite slow (about several minutes in my testing) to step over this
source line without range stepping.  This patch is to increase the timeout
value by 15 times, which is a magic number to make sure timeout disappears
in my testing with a slow arm-linux board.

gdb/testsuite:

2016-01-28  Yao Qi  <yao.qi@linaro.org>

	* gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
2016-01-28 14:27:48 +00:00
..
array-element.exp
array-element.f
charset.exp
charset.f90
common-block.exp
common-block.f90
complex.exp
complex.f
derived-type.exp
derived-type.f90
exprs.exp
library-module-lib.f90
library-module-main.f90
library-module.exp
logical.exp
logical.f90
Makefile.in
module.exp
module.f90
multi-dim.exp
multi-dim.f90
print-formatted.exp
print-formatted.f90
subarray.exp
subarray.f
type.f90
types.exp
vla-alloc-assoc.exp
vla-datatypes.exp
vla-datatypes.f90
vla-history.exp
vla-ptr-info.exp
vla-ptype-sub.exp
vla-ptype.exp
vla-sizeof.exp
vla-sub.f90
vla-value-sub-arbitrary.exp
vla-value-sub-finish.exp
vla-value-sub.exp
vla-value.exp [testsuite] Fix tiemout fail in gdb.fortran/vla-value.exp 2016-01-28 14:27:48 +00:00
vla.f90
whatis_type.exp