diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2017-03-17 02:54:59 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2017-03-17 02:54:59 +0000 |
| commit | 0cb521871ba11772fb52617cdba1b66089ffd749 (patch) | |
| tree | 63b2a9741e5f86eeea7580fb2b3c76c935eb34fe /ChangeLog | |
| parent | d19887f8bb21481a95b9eff0b4efc909bfe82e2a (diff) | |
| download | glibc-0cb521871ba11772fb52617cdba1b66089ffd749.tar.xz glibc-0cb521871ba11772fb52617cdba1b66089ffd749.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2017-03-17 Joseph Myers <joseph@codesourcery.com> + [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. + [BZ #21260] * sysdeps/unix/sysv/linux/alpha/Makefile [$(subdir) = conform] (conformtest-xfail-conds): New variable. |
