This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-12-04 10:50:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c2528fef3b
glibc
/
sysdeps
/
unix
/
sysv
/
linux
/
mips
/
mips32
/
Makefile
5 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2017-03-17 02:54:59 +00:00
i
f
e
q
(
$(
subdir
)
,
c
o
n
f
o
r
m
)
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.
2017-03-20 21:28:16 +00:00
# For bugs 17786 and 21278.
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.
2017-03-17 02:54:59 +00:00
conformtest-xfail-conds
+=
mips-o32-linux
e
n
d
i
f
Reference in New Issue
Copy Permalink