mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
345118d7f5
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.
12 lines
197 B
Makefile
12 lines
197 B
Makefile
# The default ABI is x32.
|
|
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
|