* 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:
Joel Brobecker
2008-09-10 17:11:11 +00:00
parent 2bf448e0dc
commit b6db24e549
26 changed files with 82 additions and 67 deletions

View File

@@ -38,7 +38,7 @@ set bp_location [gdb_get_line_number "START" ${testdir}/foo.adb]
runto "foo.adb:$bp_location"
gdb_test "print my_table" \
"\\(\\)" \
"= \\(\\)" \
"print my_table"
gdb_test "ptype my_table" \
@@ -46,5 +46,5 @@ gdb_test "ptype my_table" \
"ptype my_table"
gdb_test "print my_matrix" \
"\\(m => \\((\"\", ){9}\"\"\\)\\)" \
"= \\(m => \\((\"\", ){9}\"\"\\)\\)" \
"print my_matrix"