[testsuite] Fix tiemout fail in gdb.fortran/vla-value.exp
authorYao Qi <yao.qi@linaro.org>
Thu, 28 Jan 2016 14:27:48 +0000 (14:27 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 28 Jan 2016 14:27:48 +0000 (14:27 +0000)
commit7fe8399de97e50f631ce28ceb42515862a927556
treefcf0c8adb2a8ff2af3d5f17813a9b363f118d7f3
parent4a6a1ed4a113d386b131938bbc7d66e7b495e73f
[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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.fortran/vla-value.exp
This page took 0.029136 seconds and 4 git commands to generate.