aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>2011-10-03 20:13:57 +0000
committerEdjunior Barbosa Machado <emachado@linux.vnet.ibm.com>2011-10-03 20:13:57 +0000
commitfb2137004874579d75b623cc374dbc15c426e07e (patch)
tree221a3c1560c600ea66c1b1279230e59fa952968c /gdb
parent6a59a5c20bc0b86510df47b1b17ee34e902a2e5b (diff)
downloadgdb-fb2137004874579d75b623cc374dbc15c426e07e.zip
gdb-fb2137004874579d75b623cc374dbc15c426e07e.tar.gz
gdb-fb2137004874579d75b623cc374dbc15c426e07e.tar.bz2
* gdb.base/jit.exp: Add testcase name to log message
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/jit.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 908e469..9b5ff14 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
diff --git a/gdb/testsuite/gdb.base/jit.exp b/gdb/testsuite/gdb.base/jit.exp
index a6a8cc0..6c4c424 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
}