8sa1-binutils-gdb/gdb/testsuite/gdb.fortran
Tom de Vries cc77ed241b [gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp
Since commit 981c08ce72 "Change how complex types are printed in C", we see
these FAILs:
...
FAIL: gdb.fortran/mixed-lang-stack.exp: lang=auto: info args in frame #6
FAIL: gdb.fortran/mixed-lang-stack.exp: lang=c: info args in frame #6
FAIL: gdb.fortran/mixed-lang-stack.exp: lang=c: info args in frame #7
FAIL: gdb.fortran/mixed-lang-stack.exp: lang=c++: info args in frame #6
FAIL: gdb.fortran/mixed-lang-stack.exp: lang=c++: info args in frame #7
...

The problem is that printing of complex types has changed from:
...
d = 4 + 5 * I
...
to:
...
d = 4 + 5i
...
but the test-case still checks for the old printing style.

Fix this by updating the test-case to check for the new style.

gdb/testsuite/ChangeLog:

2020-04-02  Tom de Vries  <tdevries@suse.de>

	* gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
2020-04-02 08:38:47 +02:00
..
array-bounds-high.exp Fixed gdb to print arrays with very high indexes 2020-02-03 20:24:34 -05:00
array-bounds-high.f90 Fixed gdb to print arrays with very high indexes 2020-02-03 20:24:34 -05:00
array-bounds.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array-bounds.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array-element.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array-element.f Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array-slices.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
array-slices.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
block-data.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
block-data.f Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
charset.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
charset.f90
common-block.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
common-block.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
complex.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
complex.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
derived-type-function.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
derived-type-function.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
derived-type-striding.exp gdb/fortran: Support negative array stride in one limited case 2020-02-25 16:03:22 +00:00
derived-type-striding.f90 gdb/fortran: Support negative array stride in one limited case 2020-02-25 16:03:22 +00:00
derived-type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
derived-type.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
dot-ops.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
exprs.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
function-calls.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
function-calls.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info-modules.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info-types-2.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info-types.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
info-types.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
intrinsics.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
intrinsics.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
library-module-lib.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
library-module-main.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
library-module.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
logical.exp [gdb/testsuite] Fix missing uint8_t in gdb.fortran/logical.exp 2020-03-11 13:03:28 +01:00
logical.f90 [gdb/testsuite] Fix missing uint8_t in gdb.fortran/logical.exp 2020-03-11 13:03:28 +01:00
max-depth.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
max-depth.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
mixed-lang-stack.c gdb/testsuite/fortran: Add mixed language stack test 2020-03-19 11:11:51 +00:00
mixed-lang-stack.cpp gdb/testsuite/fortran: Add mixed language stack test 2020-03-19 11:11:51 +00:00
mixed-lang-stack.exp [gdb/testsuite] Accept new complex print style in mixed-lang-stack.exp 2020-04-02 08:38:47 +02:00
mixed-lang-stack.f90 gdb/testsuite/fortran: Add mixed language stack test 2020-03-19 11:11:51 +00:00
module.exp [gdb/testsuite] Fix internal buffer full error in gdb.fortran/module.exp 2020-03-12 13:51:46 +01:00
module.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
multi-dim.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
multi-dim.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested-funcs-2.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested-funcs-2.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested-funcs.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
nested-funcs.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
pointers.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
print_type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
print-formatted.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
print-formatted.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
printing-types.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
printing-types.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptr-indentation.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptr-indentation.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype-on-functions.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
ptype-on-functions.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
short-circuit-argument-list.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
short-circuit-argument-list.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
subarray.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
subarray.f Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
type-kinds.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
type.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
types.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-alloc-assoc.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-datatypes.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-datatypes.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-history.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-ptr-info.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-ptype-sub.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-ptype.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-sizeof.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-sub.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-type.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-value-sub-arbitrary.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-value-sub-finish.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-value-sub.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla-value.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
vla.f90 Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
whatis_type.exp Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00