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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sagovic@sourceware.org	2013-09-10 07:32:25

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

Log message:
	test: adjust 'cd' regexpr to match an optional canonically pathname
	
	New regexpr now correctly deals with trailing canonical pathname.
	
	Before only the following output was matched:
	(gdb) cd
	Working directory /users/foo
	
	In addition it now matches an optional trailing canonical pathname:
	(gdb) cd
	Working directory /users/foo
	(canonically /nfs/users/foo).
	
	Triggered by `realpath .` != `pwd`
	
	2013-09-10  Sanimir Agovic  <sanimir.agovic@intel.com>
	
	testsuite/
	* gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
	canonical pathname.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/default.exp.diff?cvsroot=src&r1=1.67&r2=1.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3798&r2=1.3799


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