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/default.e ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mbilal@sourceware.org	2013-05-13 08:49:23

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: default.exp setshow.exp 

Log message:
	* History saving should stay disabled for test cases *
	
	I saw some test cases in gdb.base/default.exp and gdb.base/setshow.exp
	are enabling the history saving.
	Hence .gdb_history file is modified with history information even
	though, by default, we have History saving disabled.
	So we should modify GDB test cases so that history saving should stay
	off for all test cases.
	
	ChangeLog:
	
	2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>
	
	* gdb.base/default.exp: Disable history saving.
	* gdb.base/setshow.exp: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3655&r2=1.3656
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/default.exp.diff?cvsroot=src&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/setshow.exp.diff?cvsroot=src&r1=1.30&r2=1.31


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