mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp, gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp, gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp, gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp, gdb.ada/funcall_param.exp, gdb.ada/homonym.exp, gdb.ada/interface.exp, gdb.ada/null_array.exp, gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp, gdb.ada/print_chars.exp, gdb.ada/print_pc.exp, gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp, gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp: Include the "= " sequence in the expected output of print tests.
This commit is contained in:
@ -41,21 +41,21 @@ runto "foo.adb:$bp_location"
|
||||
# works without problem.
|
||||
|
||||
gdb_test "print call_me (\"bonjour\")" \
|
||||
"void" \
|
||||
"= void" \
|
||||
"print call_me (\"bonjour\")"
|
||||
|
||||
# Verify that the array was passed properly by checking the global
|
||||
# variables that Call_Me sets as side-effects.
|
||||
|
||||
gdb_test "print first" \
|
||||
"98 'b'" \
|
||||
"= 98 'b'" \
|
||||
"print first after function call"
|
||||
|
||||
gdb_test "print last" \
|
||||
"114 'r'" \
|
||||
"= 114 'r'" \
|
||||
"print lasta after function call"
|
||||
|
||||
gdb_test "print length" \
|
||||
"7" \
|
||||
"= 7" \
|
||||
"print length after function call"
|
||||
|
||||
|
Reference in New Issue
Block a user