This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

glibc 2.2.2 test-double failure


Hi!

I've done make check of 2.2.2 on various platforms, alpha & alphaev6
succeeded, ia64 failed with the usual ex5, ex9, ex10 thread tests needing to
be killed (it is 4way ia64 FYI), i686 succeeded but i386 build failed
test-double and test-idouble: yn(3, 0.7) had 3 ulps error instead of 2.
I don't know if we should just bump it in ulps or whether yn changes should
be reviewed.

2001-02-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/i386/fpu/libm-test-ulps: Adjust.

--- libc/sysdeps/i386/fpu/libm-test-ulps.jj	Fri Feb 16 11:46:40 2001
+++ libc/sysdeps/i386/fpu/libm-test-ulps	Fri Feb 16 21:23:59 2001
@@ -1043,8 +1043,8 @@ float: 1
 idouble: 1
 ifloat: 1
 Test "yn (3, 0.7) == -15.819479052819633505":
-double: 2
-idouble: 2
+double: 3
+idouble: 3
 Test "yn (3, 2.0) == -1.1277837768404277861":
 float: 1
 ifloat: 1

	Jakub


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