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 0e319b30d8fa25d2838934673b566238ed9d9fbe
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Sat Jan 6 18:49:16 2018 +0100

    debian/testsuite-xfail-debian.mk: the arm kernel also pulled the new pkey 
syscalls without real support, XFAIL the corresponding test.
---
 debian/changelog                 | 2 ++
 debian/testsuite-xfail-debian.mk | 8 ++++++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f1d8c14..177a02b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ glibc (2.26.9000+20180105.a6d0afb5-0experimental1) 
UNRELEASED; urgency=medium
   * debian/control.in/main: Update Vcs-Git to point to the 2.27 branch.
   * debian/testsuite-xfail-debian.mk: update XFAILs for the mips*el Loongson 3
     FPU bug with the new tests.
+  * debian/testsuite-xfail-debian.mk: the arm kernel also pulled the new pkey
+    syscalls without real support, XFAIL the corresponding test.
 
  -- Aurelien Jarno <aure...@debian.org>  Fri, 05 Jan 2018 22:08:07 +0100
 
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index a935d33..f5f5cbe 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -139,6 +139,10 @@ test-xfail-tst-waitid = yes
 
 # This can be removed once bug#748616 is fixed
 test-xfail-basic-test = 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
 endif
 
 
@@ -152,6 +156,10 @@ test-xfail-tst-makecontext = yes
 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
+# disagreement between kernel and glibc how to report that.
+test-xfail-tst-pkey = yes
 endif
 
 

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

Reply via email to