diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-03-20 21:28:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-03-20 21:28:16 +0000 |
commit | 112039611cc21c5cbe41b578633f39d2fe396618 (patch) | |
tree | 8f385a95c330afff7d7e41fdd87fc0373682b114 /sysdeps/unix/sysv/linux/mips/mips32 | |
parent | ba7fe6906d213e226dff8606dca64feb48718e27 (diff) | |
download | glibc-112039611cc21c5cbe41b578633f39d2fe396618.tar.gz glibc-112039611cc21c5cbe41b578633f39d2fe396618.tar.xz glibc-112039611cc21c5cbe41b578633f39d2fe396618.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips32')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |