From: Edjunior Barbosa Machado Date: Mon, 3 Oct 2011 20:13:57 +0000 (+0000) Subject: * gdb.base/jit.exp: Add testcase name to log message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb2137004874579d75b623cc374dbc15c426e07e;p=binutils-gdb.git * gdb.base/jit.exp: Add testcase name to log message --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 908e469cfac..9b5ff14c394 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-10-03 Edjunior Machado + + * gdb.base/jit.exp: Add testcase name to log message + 2011-10-03 Paul Koning Jan Kratochvil diff --git a/gdb/testsuite/gdb.base/jit.exp b/gdb/testsuite/gdb.base/jit.exp index a6a8cc03aad..6c4c424d366 100644 --- a/gdb/testsuite/gdb.base/jit.exp +++ b/gdb/testsuite/gdb.base/jit.exp @@ -59,7 +59,7 @@ proc one_jit_test {count match_str} { global verbose testfile solib_binfile_target solib_binfile_test_msg pf_prefix set old_pf_prefix $pf_prefix - set pf_prefix "one_jit_test-$count" + lappend pf_prefix "one_jit_test-$count:" clean_restart $testfile @@ -97,7 +97,7 @@ proc one_jit_test {count match_str} { gdb_continue_to_breakpoint "break here 2" # All jit librares must have been unregistered gdb_test "info function jit_function" \ - "All functions matching regular expression \"jit_function\":" \ + "All functions matching regular expression \"jit_function\":" set pf_prefix $old_pf_prefix }