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

[glibc] 01/01: debian/testsuite-xfail-debian.mk: Allow mips64el-linux-gnuabi64 to fail on alpha, arm64, mips64el, ppc64el, ppc64, s390x and sparc64. The failure is due to a kernel bug.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.27
in repository glibc.

commit e18fd4f52e238cbc06090bc00cc0fb49ba19caa9
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Wed Feb 7 12:58:36 2018 +0100

    debian/testsuite-xfail-debian.mk: Allow mips64el-linux-gnuabi64 to fail on alpha, arm64, mips64el, ppc64el, ppc64, s390x and sparc64. The failure is due to a kernel bug.
---
 debian/changelog                 |  3 +++
 debian/testsuite-xfail-debian.mk | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6c3005f..320b893 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ glibc (2.27-0experimental1) UNRELEASED; urgency=medium
     interpreters.
   * debian/libc6.symbols.riscv64: add riscv64 symbols file.
   * debian/patches/git-updates.diff: update from upstream stable branch.
+  * debian/testsuite-xfail-debian.mk: Allow mips64el-linux-gnuabi64 to fail
+    on alpha, arm64, mips64el, ppc64el, ppc64, s390x and sparc64. The failure
+    is due to a kernel bug.
 
  -- Samuel Thibault <sthibault@debian.org>  Sun, 04 Feb 2018 14:05:22 +0100
 
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index 4aa6100..a9f3e94 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -135,6 +135,10 @@ test-xfail-tst-writev = yes
 # There is not support for protection key on Alpha yet, and there is a
 # disagreement between kernel and glibc how to report that.
 test-xfail-tst-pkey = 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
 endif
 
 
@@ -169,6 +173,10 @@ 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
+
+# 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
 endif
 
 
@@ -931,6 +939,16 @@ endif
 
 
 ######################################################################
+# 64-bit mips*
+######################################################################
+ifneq (,$(filter $(config-machine)-$(config-os), mips64-linux-gnuabi64 mips64el-linux-gnuabi64))
+# 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
+endif
+
+
+######################################################################
 # ppc64el
 ######################################################################
 ifeq ($(config-machine)-$(config-os),powerpc64le-linux-gnu)
@@ -938,6 +956,10 @@ test-xfail-tst-cancel17 = yes
 test-xfail-tst-cancelx17 = yes
 test-xfail-tst-mqueue5 = yes
 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
 endif
 
 
@@ -953,6 +975,10 @@ 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
 endif
 
 
@@ -1018,6 +1044,10 @@ test-xfail-tst-cancelx17 = yes
 test-xfail-tst-protected1a = yes
 test-xfail-tst-protected1b = yes
 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
 endif
 
 
@@ -1064,6 +1094,10 @@ test-xfail-tst-protected1a = yes
 test-xfail-tst-protected1b = yes
 test-xfail-tst-realloc = yes
 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
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: