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/21279] [x86_64] x32 mq_attr incorrect element types


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

--- Comment #1 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  76b2c32a166f4812c0649162c9df99d707779304 (commit)
      from  112039611cc21c5cbe41b578633f39d2fe396618 (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=76b2c32a166f4812c0649162c9df99d707779304

commit 76b2c32a166f4812c0649162c9df99d707779304
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 20 21:30:28 2017 +0000

    conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).

    POSIX specifies long as the type of elements of struct mq_attr.  For
    x32, they are __syscall_slong_t (i.e. long long).  This patch XFAILs
    the corresponding tests for x32 in the conformtest expectations (the
    bug should not be closed without an actual fix).

    Tested with build-many-glibcs.py.

        [BZ #21279]
        * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
        [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
        * conform/data/mqueue.h-data (mq_attr.mq_flags): XFAIL for
        x86_64-x32-linux.
        (mq_attr.mq_maxmsg): Likewise.
        (mq_attr.mq_msgsize): Likewise.
        (mq_attr.mq_curmsgs): Likewise.

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

Summary of changes:
 ChangeLog                                   |    9 +++++++++
 conform/data/mqueue.h-data                  |    9 +++++----
 sysdeps/unix/sysv/linux/x86_64/x32/Makefile |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)

-- 
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]