From 345118d7f5bc42c8d4c3a8ef70b9b709fa57e93d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 18 Mar 2017 00:24:13 +0000 Subject: conformtest: XFAIL tv_nsec tests for x32 (bug 16437). This patch XFAILs the conformtest tv_nsec tests for x32 so that the incorrect type does not potentially hide other failures. As this is not a fix for the bug, it should remain open in Bugzilla. Tested (compilation only) with build-many-glibcs.py. [BZ #16437] * sysdeps/unix/sysv/linux/x86_64/x32/Makefile [$(subdir) = conform] (conformtest-xfail-conds): New variable. * conform/data/signal.h-data (timespec.tv_nsec): XFAIL for x86_64-x32-linux. * conform/data/sys/select.h-data (timespec.tv_nsec): Likewise. * conform/data/sys/stat.h-data (timespec.tv_nsec): Likewise. * conform/data/time.h-data (timespec.tv_nsec): Likewise. --- sysdeps/unix/sysv/linux/x86_64/x32/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/Makefile b/sysdeps/unix/sysv/linux/x86_64/x32/Makefile index 8c3253bc90..72de38603a 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/Makefile +++ b/sysdeps/unix/sysv/linux/x86_64/x32/Makefile @@ -4,3 +4,8 @@ default-abi := x32 ifeq ($(subdir),misc) sysdep_routines += arch_prctl endif + +ifeq ($(subdir),conform) +# For bug 16437. +conformtest-xfail-conds += x86_64-x32-linux +endif -- cgit v1.2.3