[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5873 - glibc-package/branches/eglibc-2.18/debian/testsuite-checking



Author: aurel32
Date: 2013-12-06 20:12:31 +0000 (Fri, 06 Dec 2013)
New Revision: 5873

Modified:
   glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc-linux-gnu-libc
   glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc64-linux-gnu-ppc64
Log:
Failures of llrint* functions on 32-bit are due to a bug in __fixunsdfDI.
They do not happen on 64-bit, as the conversion from float/double to 
long long is done using fctid* instructions.


Modified: glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc-linux-gnu-libc
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc-linux-gnu-libc	2013-12-05 22:20:24 UTC (rev 5872)
+++ glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc-linux-gnu-libc	2013-12-06 20:12:31 UTC (rev 5873)
@@ -13,5 +13,7 @@
 tst-timer.out, Error 139
 tst-waitid.out, Error 1
 tst-cputimer1.out, Error 1
+
+# Failures due to a GCC bug, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59412
 test-double.out, Error 1
 test-float.out, Error 1

Modified: glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc64-linux-gnu-ppc64
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc64-linux-gnu-ppc64	2013-12-05 22:20:24 UTC (rev 5872)
+++ glibc-package/branches/eglibc-2.18/debian/testsuite-checking/expected-results-powerpc64-linux-gnu-ppc64	2013-12-06 20:12:31 UTC (rev 5873)
@@ -15,5 +15,3 @@
 tst-waitid.out, Error 1
 tst-writev.out, Error 1
 tst-cputimer1.out, Error 1
-test-double.out, Error 1
-test-float.out, Error 1


Reply to: