From 43b5ff50b5002b035ee9cd9d1c1f908b7cd4c370 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 13 Jun 2018 21:12:23 +0200 Subject: 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. --- sysdeps/mach/hurd/i386/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysdeps/mach/hurd/i386/Makefile') diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 72f2b82488..0b509d9499 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 -- cgit 1.4.1