From 46ad8909ceec259b3cd22159fbd9c23aca1621f3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 20 Jun 2017 17:51:36 +0000 Subject: conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635). This patch XFAILs one test where the powerpc32 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 #21635] * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile [$(subdir) = conform] (conformtest-xfail-conds): New variable. * conform/data/signal.h-data (uc_mcontext): XFAIL for powerpc32-linux. * conform/data/ucontext.h-data (uc_mcontext): Likewise. --- sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile index 1f45659ed1..b2d7c8f6cc 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile @@ -8,3 +8,8 @@ shared-only-routines += divdi3 CPPFLAGS-divdi3.c = -Din_divdi3_c endif endif + +ifeq ($(subdir),conform) +# For bug 21635. +conformtest-xfail-conds += powerpc32-linux +endif -- cgit 1.4.1