This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.26 in repository glibc.
commit 7c033b25575f379209c71b6ae26b7a0661041f39 Author: Samuel Thibault <[email protected]> Date: Thu Sep 7 11:35:58 2017 +0200 Ignore only the specific maths tests (which need investigation) --- debian/testsuite-xfail-debian.mk | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk index dbfb7f0..4047754 100644 --- a/debian/testsuite-xfail-debian.mk +++ b/debian/testsuite-xfail-debian.mk @@ -174,8 +174,15 @@ test-xfail-tst-pathconf = yes # Need investigation test-xfail-check-execstack = yes test-xfail-check-localplt = yes -test-xfail-test-idouble = yes -test-xfail-test-ifloat = yes +test-xfail-test-ifloat-expm1 = yes +test-xfail-test-ifloat-sinh = yes +test-xfail-test-idouble-expm1 = yes +test-xfail-test-idouble-sinh = yes +test-xfail-test-idouble-expm1 = yes +test-xfail-test-ildouble-expm1 = yes +test-xfail-test-ildouble-sinh = yes +test-xfail-test-ldouble-expm1 = yes +test-xfail-test-ldouble-finite-expm1 = yes test-xfail-tst-aio10 = yes test-xfail-tst-aio9 = yes test-xfail-tst-audit1 = yes @@ -727,24 +734,10 @@ test-xfail-tst-wcstod-round = yes test-xfail-tst-env-setuid = yes test-xfail-tst-env-setuid-tunables = yes -# regression in 2.25 -test-xfail-test-ildouble = yes -test-xfail-test-ldouble = yes -test-xfail-test-ldouble-finite = yes - # new in 2.26 test-xfail-tst-malloc-usable-static-tunables = yes test-xfail-tst-malloc-usable-static = yes test-xfail-tst-dynarray-fail-mem = yes -test-xfail-test-ifloat-expm1 = yes -test-xfail-test-ifloat-sinh = yes -test-xfail-test-idouble-expm1 = yes -test-xfail-test-idouble-sinh = yes -test-xfail-test-idouble-expm1 = yes -test-xfail-test-ildouble-expm1 = yes -test-xfail-test-ildouble-sinh = yes -test-xfail-test-ldouble-expm1 = yes -test-xfail-test-ldouble-finite-expm1 = yes test-xfail-test-errno = yes test-xfail-UNIX98/arpa/inet.h/conform = yes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

