Skip to content
Commits on Source (5)
glibc (2.28-0experimental1) UNRELEASED; urgency=medium
[ Aurelien Jarno ]
* debian/control.in/main: Update Vcs-Git to point to the 2.28 branch.
* debian/testsuite-xfail-debian.mk: Allow nptl/tst-signal6 to fail on armhf.
The failure is due to a kernel bug when building armhf on an ARM64
machine.
* debian/testsuite-xfail-debian.mk: Allow math/test-ildouble-fma and
math/test-ldouble-fma to fail on powerpc, ppc64, ppc64el. This is a known
bug and not a regression.
* debian/testsuite-xfail-debian.mk: remove fixed XFAILs.
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Oct 2018 21:26:40 +0100
glibc (2.28-0experimental0) experimental; urgency=medium
 
[ Aurelien Jarno ]
......
......@@ -19,7 +19,7 @@ Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git -b glibc-2.28
Homepage: https://www.gnu.org/software/libc/libc.html
Package: libc-bin
......
......@@ -19,7 +19,7 @@ Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git -b glibc-2.28
Homepage: https://www.gnu.org/software/libc/libc.html
Package: libc-bin
......
......@@ -167,9 +167,6 @@ test-xfail-tst-backtrace6 = yes
test-xfail-tst-mqueue5 = yes
test-xfail-tst-stack4 = yes
# This can be removed once bug#750834 is fixed
test-xfail-basic-test = yes
# There is not support for protection key on ARM64 yet, and there is a
# disagreement between kernel and glibc how to report that.
test-xfail-tst-pkey = yes
......@@ -190,7 +187,7 @@ test-xfail-tst-mqueue5 = yes
test-xfail-tst-stack4 = yes
test-xfail-tst-waitid = yes
# There is not support for protection key on Alpha yet, and there is a
# There is not support for protection key on ARM yet, and there is a
# disagreement between kernel and glibc how to report that.
test-xfail-tst-pkey = yes
endif
......@@ -207,9 +204,13 @@ test-xfail-tst-stack4 = yes
test-xfail-tst-mqueue5 = yes
test-xfail-tst-waitid = yes
# There is not support for protection key on Alpha yet, and there is a
# There is not support for protection key on ARM yet, and there is a
# disagreement between kernel and glibc how to report that.
test-xfail-tst-pkey = yes
# This test fails due to a kernel bug when building armhf on an ARM64
# machine. See bug #904385.
test-xfail-tst-signal6 = yes
endif
......@@ -821,11 +822,6 @@ test-xfail-tst-thread-exit-clobber = yes
# MIPS GCC does not use PT_GNU_STACK markers (this is a GCC issue)
test-xfail-check-execstack = yes
# These tests require at least a kernel 4.0
test-xfail-tst-mode-switch-1 = yes
test-xfail-tst-mode-switch-2 = yes
test-xfail-tst-mode-switch-3 = 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.
......@@ -894,6 +890,10 @@ test-xfail-tst-waitid = yes
# In some conditions the kernel might not provide a heap, causing
# some tests to fail. See bug#889817 for details.
test-xfail-tst-malloc-usable-tunables = yes
# Known failure not a regression, see https://sourceware.org/bugzilla/show_bug.cgi?id=23584
test-xfail-test-ildouble-fma = yes
test-xfail-test-ldouble-fma = yes
endif
......@@ -906,13 +906,13 @@ test-xfail-tst-backtrace6 = yes
test-xfail-tst-mqueue5 = yes
test-xfail-tst-waitid = yes
# Known failure not a regression, see https://sourceware.org/bugzilla/show_bug.cgi?id=6527
test-xfail-tst-malloc-thread-exit = yes
test-xfail-tst-malloc-thread-fail = yes
# In some conditions the kernel might not provide a heap, causing
# some tests to fail. See bug#889817 for details.
test-xfail-tst-malloc-usable-tunables = yes
# Known failure not a regression, see https://sourceware.org/bugzilla/show_bug.cgi?id=23584
test-xfail-test-ildouble-fma = yes
test-xfail-test-ldouble-fma = yes
endif
......@@ -925,19 +925,9 @@ test-xfail-tst-backtrace6 = yes
test-xfail-tst-mqueue5 = yes
test-xfail-tst-waitid = yes
# Known failure not a regression, see https://sourceware.org/bugzilla/show_bug.cgi?id=6527
test-xfail-tst-malloc-thread-exit = yes
test-xfail-tst-malloc-thread-fail = yes
# Failures due to a GCC bug, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59412
# and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=64811
test-xfail-test-float32 = yes
test-xfail-test-float64 = yes
test-xfail-test-ifloat64 = yes
test-xfail-test-ifloat32 = yes
# Requires a recent CPU or a recent kernel for CPU feature detection
test-xfail-tst-set_ppr = yes
# Known failure not a regression, see https://sourceware.org/bugzilla/show_bug.cgi?id=23584
test-xfail-test-ildouble-fma = yes
test-xfail-test-ldouble-fma = yes
endif
......