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]

[PATCH] Re: x86 Testsuite Failures


On Sun, May 20, 2007 at 06:57:11PM +1000, Greg Schafer wrote:

> make[2]: *** [/home/pkgmgr/glibc-build/math/test-ildoubl.out] Error 1
> make[2]: *** [/home/pkgmgr/glibc-build/math/test-ldouble.out] Error 1

Attached patch mirrors past practice for this kind of thing and makes the
above go away. Now with CFLAGS="-O3 -march=i686" I'm down to:

make[2]: *** [/home/pkgmgr/glibc-build/math/test-double.out] Error 1

testing double (without inline functions)
Failure: Real part of: cacos (-10.0 + inf i) == pi/2 - inf i: Exception "Invalid operation" set
Failure: Real part of: cacosh (inf - inf i) == inf - pi/4 i: Exception "Invalid operation" set
Failure: Real part of: cacosh (-10.0 - inf i) == inf - pi/2 i: Exception "Invalid operation" set
Failure: Real part of: cacosh (0 + inf i) == inf + pi/2 i: Exception "Invalid operation" set

Regards
Greg

Attachment: libm-test-ulps.patch
Description: Text document


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