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/catch-sys ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-10-09 14:31:36

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.base: catch-syscall.exp 

Log message:
	Uniquefy gdb.base/catch-syscall.exp test names.
	
	catch-syscall.exp has a series of duplicated output in gdb.sum.  This
	patch makes sure all test names are unique, using with_test_prefix.
	
	Tested on x86_64 Fedora 17.
	
	gdb/testsuite/
	2013-10-09  Pedro Alves  <palves@redhat.com>
	
	* gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
	(test_catch_syscall_with_args, test_catch_syscall_with_many_args)
	(test_catch_syscall_with_wrong_args)
	(test_catch_syscall_restarting_inferior)
	(test_catch_syscall_fail_nodatadir)
	(test_catch_syscall_without_args_noxml)
	(test_catch_syscall_with_args_noxml)
	(test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3828&r2=1.3829
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/catch-syscall.exp.diff?cvsroot=src&r1=1.19&r2=1.20


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