From e0b5a3b6540524ede1986dbfc5f83dd478445cc2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 20 Jun 2017 17:47:32 +0000 Subject: conformtest: XFAIL uc_sigmask test for ia64 (bug 21634). This patch XFAILs one test where the ia64 ucontext_t has the wrong type of a field, to allow the conform/ tests as a whole to pass once the namespace issues are fixed. Tested with build-many-glibcs.py. [BZ #21634] * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir) = conform] (conformtest-xfail-conds): New variable. * conform/data/signal.h-data (uc_sigmask): XFAIL for ia64-linux. * conform/data/ucontext.h-data (uc_sigmask): Likewise. --- sysdeps/unix/sysv/linux/ia64/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/unix/sysv/linux/ia64/Makefile') diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile index 4d6766db5e..97fc7df0b1 100644 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -25,3 +25,8 @@ endif ifeq ($(subdir),nptl) libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp endif + +ifeq ($(subdir),conform) +# For bug 21634. +conformtest-xfail-conds += ia64-linux +endif -- cgit 1.4.1