mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
112039611c
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.
5 lines
101 B
Makefile
5 lines
101 B
Makefile
ifeq ($(subdir),conform)
|
|
# For bugs 17786 and 21278.
|
|
conformtest-xfail-conds += mips-o32-linux
|
|
endif
|