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

[glibc] 02/02: debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and glibc how to report missing protection key support when the syscalls have been wired.



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 bd0dda3cbfcd616fd1dc2a19f1e76cd5180ccc76
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Fri Jan 5 21:38:44 2018 +0100

    debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha, arm64 and mips*, as there is a disagreement between kernel and glibc how to report missing protection key support when the syscalls have been wired.
---
 debian/changelog                 |  4 ++++
 debian/testsuite-xfail-debian.mk | 12 ++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2c2ca6a..f547647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -92,6 +92,10 @@ glibc (2.26.9000+20180105.a6d0afb5-1) UNRELEASED; urgency=medium
       libieee.a.
     - debian/testsuite-xfail-debian.mk: rename math XFAILs: float -> float32,
       double -> float64, ldouble -> float128.
+  * debian/testsuite-xfail-debian.mk: mark misc/tst-pkey as XFAIL on alpha,
+    arm64 and mips*, as there is a disagreement between kernel and glibc how
+    to report missing protection key support when the syscalls have been
+    wired.
 
  -- Aurelien Jarno <aurel32@debian.org>  Fri, 05 Jan 2018 21:37:56 +0100
 
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index e8351df..b23a3bb 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -85,6 +85,10 @@ test-xfail-tst-waitid = yes
 test-xfail-tst-writev = yes
 test-xfail-XOPEN2K8/netdb.h/conform = yes
 test-xfail-XOPEN2K/netdb.h/conform = 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
 
 
@@ -115,6 +119,10 @@ 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
 endif
 
 
@@ -825,6 +833,10 @@ test-xfail-test-float32-finite-fma = yes
 # the conversion and a new qNaN is generated.
 test-xfail-tst-strfrom = yes
 test-xfail-tst-strfrom-locale = yes
+
+# There is not support for protection key on MIPS 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 to: