From 0cb521871ba11772fb52617cdba1b66089ffd749 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 17 Mar 2017 02:54:59 +0000 Subject: conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786). As noted in bug 17786, MIPS o32 struct stat has the wrong type of st_dev. This patch XFAILs that test in the conformtest expectations for this case (the test still fails after the patch because there's also a similar issue for st_rdev that needs reporting and XFAILing separately, and the bug should not be closed without an actual fix, not just XFAILing). Tested for mips with build-many-glibcs.py. [BZ #17786] * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file. * conform/data/sys/stat.h-data (stat.st_dev): XFAIL for mips-o32-linux. --- sysdeps/unix/sysv/linux/mips/mips32/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/mips/mips32/Makefile (limited to 'sysdeps/unix/sysv/linux/mips') diff --git a/sysdeps/unix/sysv/linux/mips/mips32/Makefile b/sysdeps/unix/sysv/linux/mips/mips32/Makefile new file mode 100644 index 0000000000..0938f4097b --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/mips32/Makefile @@ -0,0 +1,4 @@ +ifeq ($(subdir),conform) +# For bug 17786. +conformtest-xfail-conds += mips-o32-linux +endif -- cgit 1.4.1