This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.26 in repository glibc.
commit f3993b5074a00fe84cab79e87208406ebd401292 Author: Aurelien Jarno <[email protected]> Date: Sun Nov 19 11:30:47 2017 +0100 debian/testsuite-xfail-debian.mk: remove a few XFAIL on s390x that were due to GCC 6 issues. --- debian/changelog | 3 ++- debian/testsuite-xfail-debian.mk | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index f1e3796..153cc4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,7 +41,6 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium - debian/testsuite-xfail-debian.mk: Allow tst-create-detached to fail on all platforms; the design of this test is such that the outcome relies on cache sizes and noisiness of the build system, which is unreliable. - - debian/testsuite-xfail-debian.mk: Use granular pow/setpayloadsig xfails. - debian/rules.d/build.mk: Configure with --enable-obsolete-nsl until we sort out a reasonable nsswitch migration strategy from compat to files. @@ -109,6 +108,8 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium - Fix memory leak in glob with GLOB_TILDE (CVE-2017-15671). Closes: #879500. * debian/rules, debian/control.in/main: build with GCC 7. + * debian/testsuite-xfail-debian.mk: remove a few XFAIL on s390x that were + due to GCC 6 issues. -- Adam Conrad <[email protected]> Sat, 02 Sep 2017 12:15:10 -0600 diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk index f03b043..f768d6f 100644 --- a/debian/testsuite-xfail-debian.mk +++ b/debian/testsuite-xfail-debian.mk @@ -999,15 +999,6 @@ test-xfail-tst-cancelx17 = yes test-xfail-tst-protected1a = yes test-xfail-tst-protected1b = yes test-xfail-tst-waitid = yes - -# The pow and setpayloadsig functions fail to handle some corner cases -# involving NaN due to the use of load-and-test instruction. This is -# however not a regression compared to 2.24 and is fixed in GCC 7. -test-xfail-test-double-pow = yes -test-xfail-test-idouble-pow = yes -test-xfail-test-idouble-setpayloadsig = yes -test-xfail-test-ifloat-setpayloadsig = yes -test-xfail-test-ildouble-setpayloadsig = yes endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

