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 gdb.base/list.exp


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-03-28 11:56:15

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: list.exp 

Log message:
	list.exp: Adjust "set listsize -1" to current test source's real line count.
	
	The "set listsize -1" test in list.exp can't work correct anymore
	nowadays, because the test's source files grew over time, and this
	particular test was never updated.
	
	This fixes it in the obvious way.
	
	gdb/testsuite/
	2013-03-28  Pedro Alves  <palves@redhat.com>
	
	* gdb.base/list.exp (test_listsize): Adjust test to make sure we
	list the whole file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3602&r2=1.3603
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/list.exp.diff?cvsroot=src&r1=1.36&r2=1.37


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