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: Add libm-test support for ignored return value, add more lrint / llrint / lround / llround tests


On 11/13/2013 06:04 PM, Joseph S. Myers wrote:
> For some libm functions on some inputs, the return value isn't
> specified although the exceptions raised are.  Specifically, this
> applies to lrint / llrint / lround / llround for infinite and NaN
> arguments and overflowing finite arguments.
> 
> This patch, relative to a tree with
> <https://sourceware.org/ml/libc-alpha/2013-11/msg00393.html> and
> <https://sourceware.org/ml/libc-alpha/2013-11/msg00408.html> applied,
> adds libm-test support for testing such cases, and adds such tests for
> infinite and NaN arguments to those functions.  (Tests of overflowing
> finite arguments to those functions, as in bug 15470, are still
> needed.)
> 
> Tested x86_64 and x86.

ok, thanks,

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]