about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-10-25 11:43:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-10-25 14:36:57 +0200
commit7c5e34d7f1b8f8f5acd94c2b885ae13b85414dcd (patch)
treef80e77e7a948488e8b9cf3a5d056a07e9a8d0705 /sysdeps/unix/sysv/linux/sparc/sparc64
parent5b784e8834ae92961eb6be89863ffb041e9c6e75 (diff)
downloadglibc-7c5e34d7f1b8f8f5acd94c2b885ae13b85414dcd.tar.gz
glibc-7c5e34d7f1b8f8f5acd94c2b885ae13b85414dcd.tar.xz
glibc-7c5e34d7f1b8f8f5acd94c2b885ae13b85414dcd.zip
conform: XFAIL siginfo_t si_band test on sparc64
We can use long int on sparcv9, but on sparc64, we must match the int
type used by the kernel (and not long int, as in POSIX).
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/sparc64')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
index 715af3df7b..218c246f16 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
@@ -7,3 +7,8 @@ LD += -melf64_sparc
 ifeq ($(subdir),stdlib)
 sysdep_routines += __start_context
 endif
+
+ifeq ($(subdir),conform)
+# For bug 23821 (incorrect type of si_band).
+conformtest-xfail-conds += sparc64-linux
+endif