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. --- conform/data/signal.h-data | 6 ++++-- conform/data/ucontext.h-data | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'conform') diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data index 571816484f..08635d2c6b 100644 --- a/conform/data/signal.h-data +++ b/conform/data/signal.h-data @@ -24,7 +24,8 @@ type mcontext_t type ucontext_t element ucontext_t {ucontext_t*} uc_link -element ucontext_t sigset_t uc_sigmask +// Bug 21634: uc_sigmask has wrong type. +xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask element ucontext_t stack_t uc_stack element ucontext_t mcontext_t uc_mcontext @@ -135,7 +136,8 @@ constant SIGSTKSZ type ucontext_t element ucontext_t {ucontext_t*} uc_link -element ucontext_t sigset_t uc_sigmask +// Bug 21634: uc_sigmask has wrong type. +xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask element ucontext_t stack_t uc_stack element ucontext_t mcontext_t uc_mcontext diff --git a/conform/data/ucontext.h-data b/conform/data/ucontext.h-data index c1ddf19d94..7e0b4a7f68 100644 --- a/conform/data/ucontext.h-data +++ b/conform/data/ucontext.h-data @@ -4,7 +4,8 @@ type mcontext_t type ucontext_t element ucontext_t {ucontext_t*} uc_link -element ucontext_t sigset_t uc_sigmask +// Bug 21634: uc_sigmask has wrong type. +xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask element ucontext_t stack_t uc_stack element ucontext_t mcontext_t uc_mcontext -- cgit 1.4.1