This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/testsuite] Wording fix


A microscopic tweak to tracepoint testing, committed to trunk.

Stan

2010-03-24 Stan Shebs <stan@codesourcery.com>

* gdb.trace/tfile.exp: Expect "trace frame", with a space.

Index: tfile.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.trace/tfile.exp,v
retrieving revision 1.2
diff -p -r1.2 tfile.exp
*** tfile.exp    18 Mar 2010 21:23:35 -0000    1.2
--- tfile.exp    24 Mar 2010 20:57:41 -0000
*************** gdb_test "target tfile basic.tf" "Create
*** 68,74 ****
 gdb_test "info trace" ".*tracepoint.*in write_basic_trace_file.*" \
     "info tracepoints on trace file"

! gdb_test "tfind 0" "Found traceframe 0.*" "tfind 0 on trace file"

gdb_test "print testglob" " = 31415" "print testglob on trace file"

--- 68,74 ----
 gdb_test "info trace" ".*tracepoint.*in write_basic_trace_file.*" \
     "info tracepoints on trace file"

! gdb_test "tfind 0" "Found trace frame 0.*" "tfind 0 on trace file"

gdb_test "print testglob" " = 31415" "print testglob on trace file"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]