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

r4563 - glibc-package/branches/eglibc-2.13/debian/testsuite-checking



Author: aurel32
Date: 2011-03-02 10:23:34 +0000 (Wed, 02 Mar 2011)
New Revision: 4563

Modified:
   glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
   glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
   glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
   glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
Log:
Allow test-double.out and test-idouble.out to fail on mips n32 and mips n64.
The failure is due to the new fma() tests. They fail because GCC long double
support (long double is using softfp) is not fully correct, it fails to set
the invalid IEEE flag when the result is a NaN. This has to be fixed on the
GCC side.


Modified: glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32	2011-03-01 23:59:18 UTC (rev 4562)
+++ glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32-linux-gnu-mipsn32	2011-03-02 10:23:34 UTC (rev 4563)
@@ -8,6 +8,8 @@
 bug-nexttoward.out, Error 8
 check-execstack.out, Error 1
 check-localplt.out, Error 1
+test-double.out, Error 1
+test-idouble.out, Error 1
 test-misc.out, Error 1
 tst-audit1.out, Error 127
 tst-audit2.out, Error 127

Modified: glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32	2011-03-01 23:59:18 UTC (rev 4562)
+++ glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips32el-linux-gnu-mipsn32	2011-03-02 10:23:34 UTC (rev 4563)
@@ -8,6 +8,8 @@
 bug-nexttoward.out, Error 8
 check-execstack.out, Error 1
 check-localplt.out, Error 1
+test-double.out, Error 1
+test-idouble.out, Error 1
 test-misc.out, Error 1
 tst-audit1.out, Error 127
 tst-audit2.out, Error 127

Modified: glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64	2011-03-01 23:59:18 UTC (rev 4562)
+++ glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64-linux-gnu-mips64	2011-03-02 10:23:34 UTC (rev 4563)
@@ -8,6 +8,8 @@
 bug-nexttoward.out, Error 8
 check-execstack.out, Error 1
 check-localplt.out, Error 1
+test-double.out, Error 1
+test-idouble.out, Error 1
 test-misc.out, Error 1
 tst-audit1.out, Error 127
 tst-audit2.out, Error 127

Modified: glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64	2011-03-01 23:59:18 UTC (rev 4562)
+++ glibc-package/branches/eglibc-2.13/debian/testsuite-checking/expected-results-mips64el-linux-gnu-mips64	2011-03-02 10:23:34 UTC (rev 4563)
@@ -8,6 +8,8 @@
 bug-nexttoward.out, Error 8
 check-execstack.out, Error 1
 check-localplt.out, Error 1
+test-double.out, Error 1
+test-idouble.out, Error 1
 test-misc.out, Error 1
 tst-audit1.out, Error 127
 tst-audit2.out, Error 127


Reply to: