This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] gdb.arch/i386-size.exp: Updated expected output for DISASSEMBLY_OMIT_FNAME.
- From: dje at google dot com (Doug Evans)
- To: gdb-patches at sourceware dot org
- Date: Thu, 17 Jun 2010 15:59:46 -0700 (PDT)
- Subject: [commit] gdb.arch/i386-size.exp: Updated expected output for DISASSEMBLY_OMIT_FNAME.
Hi.
i386-size.exp is failing because it's expecting the function name
in the output, but we no longer print it.
Checked in.
2010-06-17 Doug Evans <dje@google.com>
* gdb.arch/i386-size.exp: Updated expected output for
DISASSEMBLY_OMIT_FNAME.
Index: gdb.arch/i386-size.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/i386-size.exp,v
retrieving revision 1.6
diff -u -p -r1.6 i386-size.exp
--- gdb.arch/i386-size.exp 1 Jan 2010 07:32:00 -0000 1.6
+++ gdb.arch/i386-size.exp 17 Jun 2010 22:47:18 -0000
@@ -82,7 +82,7 @@ gdb_test_multiple "disassemble main" $me
-re "call.*<trap>.*$gdb_prompt $" {
fail $message
}
- -re "<main\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
+ -re "<\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
pass $message
}
}