From 43b5ff50b5002b035ee9cd9d1c1f908b7cd4c370 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 13 Jun 2018 21:12:23 +0200 Subject: [PATCH] hurd: xfail missing abilist for libmachuser and libhurduser They need more work to implement, see bug 23286. * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, test-xfail-check-abi-libmachuser): Add. --- ChangeLog | 5 +++++ sysdeps/mach/hurd/i386/Makefile | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1de9b63c519..ab8926d30f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-06-13 Samuel Thibault + + * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, + test-xfail-check-abi-libmachuser): Add. + 2018-06-13 Joseph Myers [BZ #23279] diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 72f2b824885..0b509d94991 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -88,3 +88,11 @@ test-xfail-XOPEN2K8/sys/types.h/conform = yes test-xfail-XOPEN2K8/stdlib.h/conform = yes test-xfail-XOPEN2K8/arpa/inet.h/conform = yes endif + +# For bug 23286 +ifeq ($(subdir),hurd) +test-xfail-check-abi-libhurduser = yes +endif +ifeq ($(subdir),mach) +test-xfail-check-abi-libmachuser = yes +endif -- 2.47.2