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 ldbl_e308.exp


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-10-25 11:16:18

Modified files:
	gdb/testsuite/gdb.base: ldbl_e308.exp 

Log message:
	gdb.base/ldbl_e308.exp: Do not allow "inf" in value output.
	
	That was an attempt at handling the targets where sizeof(long double)
	is less than 8, but the way it was implement allows the bug that
	this testcase verifies to come back without being noticed.
	
	gdb/testsuite/ChangeLog:
	
	* gdb.base/ldbl_e308.exp: Remove "inf" from possible expected
	output for "print inp" test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/ldbl_e308.exp.diff?cvsroot=src&r1=1.1&r2=1.2


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