From 112039611cc21c5cbe41b578633f39d2fe396618 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 20 Mar 2017 21:28:16 +0000 Subject: conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278). MIPS o32 struct stat has the wrong type of st_rdev. This patch XFAILs that test in the conformtest expectations for this case (the bug should not be closed without an actual fix, however). Tested with build-many-glibcs.py. [BZ #21278] * sysdeps/unix/sysv/linux/mips/mips32/Makefile [$(subdir) = conform] (conformtest-xfail-conds): Update comment. * conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for mips-o32-linux. --- sysdeps/unix/sysv/linux/mips/mips32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/mips/mips32/Makefile') diff --git a/sysdeps/unix/sysv/linux/mips/mips32/Makefile b/sysdeps/unix/sysv/linux/mips/mips32/Makefile index 0938f4097b..9439d29dea 100644 --- a/sysdeps/unix/sysv/linux/mips/mips32/Makefile +++ b/sysdeps/unix/sysv/linux/mips/mips32/Makefile @@ -1,4 +1,4 @@ ifeq ($(subdir),conform) -# For bug 17786. +# For bugs 17786 and 21278. conformtest-xfail-conds += mips-o32-linux endif -- cgit 1.4.1