This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository glibc.
commit 8b2b96f99898f67fcabc399e47a49640bb328683 Author: Aurelien Jarno <[email protected]> Date: Sun Nov 19 11:39:02 2017 +0100 debian/testsuite-xfail-debian.mk: move corner cases FPU XFAIL from mips/mipsel section to mips* section. --- debian/changelog | 5 ++--- debian/testsuite-xfail-debian.mk | 36 ++++++++++++------------------------ 2 files changed, 14 insertions(+), 27 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ca8eb4..a38d818 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,8 @@ glibc (2.25-2) UNRELEASED; urgency=medium [ Aurelien Jarno ] - * debian/testsuite-xfail-debian.mk: mark tst-strfrom and tst-strfrom-locale - as XFAIL on mips64el similarly to mips and mipsel, they are due to corner - case bugs in the FPU. + * debian/testsuite-xfail-debian.mk: move corner cases FPU XFAIL from + mips/mipsel section to mips* section. -- Aurelien Jarno <[email protected]> Sat, 18 Nov 2017 11:58:21 +0100 diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk index e42e856..fbe2f8f 100644 --- a/debian/testsuite-xfail-debian.mk +++ b/debian/testsuite-xfail-debian.mk @@ -1187,6 +1187,18 @@ test-xfail-XOPEN2K8/netdb.h/conform = yes test-xfail-XOPEN2K8/netinet/in.h/conform = yes test-xfail-XOPEN2K8/sys/socket.h/conform = yes test-xfail-XPG4/sys/socket.h/conform = yes + +# Theses failures are due to a bug in the cvt.s.d instruction on some FPU +# (at least Octeon 3 and XBurst). The tininess detection is done on a +# before-rounding basis instead of an after-rounding basis. +test-xfail-test-float = yes +test-xfail-test-float-finite = yes + +# Theses failures are due to a bug in the cvt.d.s instruction on some FPU +# (at least Octeon 3 and XBurst). The qNaN payload is not preserved in +# the conversion and a new qNaN is generated. +test-xfail-tst-strfrom = yes +test-xfail-tst-strfrom-locale = yes endif @@ -1204,18 +1216,6 @@ test-xfail-XOPEN2K8/sys/stat.h/conform = yes test-xfail-XOPEN2K/sys/stat.h/conform = yes test-xfail-XPG3/sys/stat.h/conform = yes test-xfail-XPG4/sys/stat.h/conform = yes - -# Theses failures are due to a bug in the cvt.s.d instruction on some FPU -# (at least Octeon 3 and XBurst). The tininess detection is done on a -# before-rounding basis instead of an after-rounding basis. -test-xfail-test-float = yes -test-xfail-test-float-finite = yes - -# Theses failures are due to a bug in the cvt.d.s instruction on some FPU -# (at least Octeon 3 and XBurst). The qNaN payload is not preserved in -# the conversion and a new qNaN is generated. -test-xfail-tst-strfrom = yes -test-xfail-tst-strfrom-locale = yes endif @@ -1266,18 +1266,6 @@ test-xfail-tst-cond16 = yes test-xfail-tst-mqueue5 = yes test-xfail-tst-stack4 = yes test-xfail-tst-waitid = yes - -# Theses failures are due to a bug in the cvt.s.d instruction on some FPU -# (at least Octeon 3 and XBurst). The tininess detection is done on a -# before-rounding basis instead of an after-rounding basis. -test-xfail-test-float = yes -test-xfail-test-float-finite = yes - -# Theses failures are due to a bug in the cvt.d.s instruction on some FPU -# (at least Octeon 3 and XBurst). The qNaN payload is not preserved in -# the conversion and a new qNaN is generated. -test-xfail-tst-strfrom = yes -test-xfail-tst-strfrom-locale = yes endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

