[obv] gdb.base/jit-so.exp: Add testcase name to log message

Jan Kratochvil jan.kratochvil@redhat.com
Fri Nov 25 23:27:00 GMT 2011


Hi,

just apply the same patch to the other file as was done for gdb.base/jit.exp:
	http://sourceware.org/ml/gdb-patches/2011-09/msg00443.html
	http://sourceware.org/ml/gdb-patches/2011-10/msg00040.html
	http://sourceware.org/ml/gdb-cvs/2011-10/msg00011.html
	361c5ac7a1fd06cd86c4b20fcd9d77ed713e84dc

 Running ./gdb.base/jit-so.exp ...
-PASS: one_jit_test-1 continue to breakpoint: break here before-dlopen
-PASS: one_jit_test-1 set var jit_libname = "jit-main.so"
+PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here before-dlopen
+PASS: gdb.base/jit-so.exp: one_jit_test-1: set var jit_libname = "jit-main.so"
[...]


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2011-11/msg00157.html

--- src/gdb/testsuite/ChangeLog	2011/11/23 21:02:54	1.2945
+++ src/gdb/testsuite/ChangeLog	2011/11/25 23:26:14	1.2946
@@ -1,3 +1,7 @@
+2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
+
 2011-11-23  Keith Seitz  <keiths@redhat.com>
 
 	* lib/mi-support.exp (varobj_tree): New namespace and procs.
--- src/gdb/testsuite/gdb.base/jit-so.exp	2011/10/18 16:55:43	1.3
+++ src/gdb/testsuite/gdb.base/jit-so.exp	2011/11/25 23:26:15	1.4
@@ -71,7 +71,7 @@
     global verbose testfile srcfile2 binfile2 binfile2_dlopen 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
     gdb_load_shlibs $binfile2



More information about the Gdb-patches mailing list