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: Don't include exceptions in libm-test-ulps test names


On Thursday, May 24, 2012 11:51:45 Joseph S. Myers wrote:
> As noted in my underflow patch, the names of libm tests that appear in
> libm-test-ulps include a description of the tests for exceptions.
> 
> This can cause undue churn in the libm-test-ulps files.  In
> particular, if a test is made to permit an exception until a bug about
> that spurious exception is fixed (with a comment referencing the bug
> beside the test in question), then ulps for that test need updating,
> and when the bug is fixed they need updating again, whether or not
> the fix actually changed the value returned by the function.
> 
> I think this outweighs any value in actually having these
> descriptions, and propose this patch which removes the exception
> descriptions from the test names (and makes the corresponding
> mechanical updates to libm-test-ulps files).  Tested x86 and x86_64.

This is ok,
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]