* gdb.base/jit.exp: Add testcase name to log message

This commit is contained in:
Edjunior Barbosa Machado 2011-10-03 20:13:57 +00:00
parent 6a59a5c20b
commit fb21370048
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
* gdb.base/jit.exp: Add testcase name to log message
2011-10-03 Paul Koning <paul_koning@dell.com>
Jan Kratochvil <jan.kratochvil@redhat.com>

View File

@ -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
}