This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: Make libm-test.inc test comparison macros


On 10/09/2012 06:19 PM, Joseph S. Myers wrote:
This patch addresses some more gaps in libm-test.inc's coverage of
libm functions and macros, by making it test the C99 type-generic
comparison macros.

Tested x86_64 and x86.

2012-10-09 Joseph Myers<joseph@codesourcery.com>

	* math/gen-libm-test.pl (parse_args): Handle comparison macros as
	type-generic.
	* math/libm-test.inc: Update comment listing what functions and
	macros are tested.
	(isgreater_test): New function.
	(isgreaterequal_test): Likewise.
	(isless_test): Likewise.
	(islessequal_test): Likewise.
	(islessgreater_test): Likewise.
	(isunordered_test): Likewise.

thanks, this is fine,


Andreas
--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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