This is the mail archive of the gdb-cvs@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]

src/gdb/testsuite ChangeLog lib/gdb.exp


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-06-03 20:29:27

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/lib: gdb.exp 

Log message:
	do not emit PASS for gdb_test_no_output test if message is empty string.
	
	This patch makes gdb_test_no_output not emit a PASS for a sucessful
	test when the message is the empty string. As requested, this makes
	it consistent with what gdb_test does.
	
	2010-06-03  Joel Brobecker  <brobecker@adacore.com>
	
	* lib/gdb.exp (gdb_test_no_output): Do not emit pass for
	successful test if message is the empty string.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2311&r2=1.2312
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/gdb.exp.diff?cvsroot=src&r1=1.148&r2=1.149


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