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] 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
     }
 }


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