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.python/py-fini ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-01-13 08:24:22

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.python: py-finish-breakpoint.exp 

Log message:
	Fix gdb.python/py-finish-breakpoint.exp ERROR.
	
	This patch fixes the following error, when running gdb.python/
	py-finish-breakpoint.exp:
	
	ERROR: can't read "gdb_py_is_py24": no such variable
	while executing
	"if { $gdb_py_is_py24 == 1 } {
	
	gdb/testsuite/ChangeLog:
	
	* gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
	check.  Move $gdb_py_is_py24 value check right after.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3501&r2=1.3502
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-finish-breakpoint.exp.diff?cvsroot=src&r1=1.9&r2=1.10


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