* gdb.base/jit.exp: Add testcase name to log message
authorEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Mon, 3 Oct 2011 20:13:57 +0000 (20:13 +0000)
committerEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Mon, 3 Oct 2011 20:13:57 +0000 (20:13 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/jit.exp

index 908e469cfacb9814bdee7758583c55acdbb67f33..9b5ff14c394758a4b3ea9e29b3350e20aec09b10 100644 (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>
 
index a6a8cc03aadaa48b1529c3e12d879a5b3aa0b679..6c4c424d3665e963468ea39b85781de69c9035d8 100644 (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
 }