This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17786] [mips] O32 st_dev has the wrong type


https://sourceware.org/bugzilla/show_bug.cgi?id=17786

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0cb521871ba11772fb52617cdba1b66089ffd749 (commit)
      from  d19887f8bb21481a95b9eff0b4efc909bfe82e2a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0cb521871ba11772fb52617cdba1b66089ffd749

commit 0cb521871ba11772fb52617cdba1b66089ffd749
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Mar 17 02:54:59 2017 +0000

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                    |    5 +++++
 conform/data/sys/stat.h-data                 |    3 ++-
 sysdeps/unix/sysv/linux/mips/mips32/Makefile |    4 ++++
 3 files changed, 11 insertions(+), 1 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/mips/mips32/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]