mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
02eba61aa6
When running test-case gdb.fortran/nested-funcs-2.exp with target board native-gdbserver, we have: ... (gdb) call contains_keyword::subroutine_to_call()^M (gdb) FAIL: gdb.fortran/nested-funcs-2.exp: src_prefix=0: nest_prefix=1: \ call contains_keyword::subroutine_to_call() ... This is caused by the fact that we're trying to match inferior output using gdb_test. Fix this by using gdb_test_stdio instead. Tested on x86_64-linux. gdb/testsuite/ChangeLog: 2020-05-14 Tom de Vries <tdevries@suse.de> * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior output. |
||
---|---|---|
.. | ||
array-bounds-high.exp | ||
array-bounds-high.f90 | ||
array-bounds.exp | ||
array-bounds.f90 | ||
array-element.exp | ||
array-element.f | ||
array-slices.exp | ||
array-slices.f90 | ||
block-data.exp | ||
block-data.f | ||
charset.exp | ||
charset.f90 | ||
common-block.exp | ||
common-block.f90 | ||
complex.exp | ||
complex.f90 | ||
derived-type-function.exp | ||
derived-type-function.f90 | ||
derived-type-striding.exp | ||
derived-type-striding.f90 | ||
derived-type.exp | ||
derived-type.f90 | ||
dot-ops.exp | ||
exprs.exp | ||
function-calls.exp | ||
function-calls.f90 | ||
info-modules.exp | ||
info-types-2.f90 | ||
info-types.exp | ||
info-types.f90 | ||
intrinsics.exp | ||
intrinsics.f90 | ||
library-module-lib.f90 | ||
library-module-main.f90 | ||
library-module.exp | ||
logical.exp | ||
logical.f90 | ||
max-depth.exp | ||
max-depth.f90 | ||
mixed-lang-stack.c | ||
mixed-lang-stack.cpp | ||
mixed-lang-stack.exp | ||
mixed-lang-stack.f90 | ||
module.exp | ||
module.f90 | ||
multi-dim.exp | ||
multi-dim.f90 | ||
nested-funcs-2.exp | ||
nested-funcs-2.f90 | ||
nested-funcs.exp | ||
nested-funcs.f90 | ||
pointers.f90 | ||
print_type.exp | ||
print-formatted.exp | ||
print-formatted.f90 | ||
printing-types.exp | ||
printing-types.f90 | ||
ptr-indentation.exp | ||
ptr-indentation.f90 | ||
ptype-on-functions.exp | ||
ptype-on-functions.f90 | ||
short-circuit-argument-list.exp | ||
short-circuit-argument-list.f90 | ||
subarray.exp | ||
subarray.f | ||
type-kinds.exp | ||
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-type.exp | ||
vla-type.f90 | ||
vla-value-sub-arbitrary.exp | ||
vla-value-sub-finish.exp | ||
vla-value-sub.exp | ||
vla-value.exp | ||
vla.f90 | ||
whatis_type.exp |