about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-03-17 02:42:16 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-03-17 02:42:16 +0000
commitbb5cc234e1db6a439841f8c4e7e7368b1348fca3 (patch)
treeaa5d55dc4e93392da7fcb815886e949e47ded877 /sysdeps/unix
parentc33eac51f4a8aa6a7ea77cccf6bea3f417eaff6d (diff)
downloadglibc-bb5cc234e1db6a439841f8c4e7e7368b1348fca3.tar.gz
glibc-bb5cc234e1db6a439841f8c4e7e7368b1348fca3.tar.xz
glibc-bb5cc234e1db6a439841f8c4e7e7368b1348fca3.zip
conformtest: Add alpha XFAIL for struct netent n_net type (bug 21260).
As noted in bug 21260, sysdeps/unix/sysv/linux/alpha/bits/netdb.h
defines struct netent with n_net of type unsigned long instead of the
correct uint32_t.  This patch XFAILs that test in the conformtest
expectations for alpha.  (This is not a fix for the bug, and it should
not be closed without an actual fix.)

Tested for alpha with build-many-glibcs.py.

	[BZ #21260]
	* sysdeps/unix/sysv/linux/alpha/Makefile
	[$(subdir) = conform] (conformtest-xfail-conds): New variable.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile
index 4bbe9bf850..37bdd5a3d0 100644
--- a/sysdeps/unix/sysv/linux/alpha/Makefile
+++ b/sysdeps/unix/sysv/linux/alpha/Makefile
@@ -39,3 +39,8 @@ ifeq ($(subdir),nptl)
 libpthread-routines += sysdep sigprocmask rt_sigaction
 libpthread-shared-only-routines += sysdep sigprocmask rt_sigaction
 endif
+
+ifeq ($(subdir),conform)
+# For bug 21260.
+conformtest-xfail-conds += alpha-linux
+endif