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/17732] Many test failures on ILP32 targets


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

--- Comment #2 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  63180606eea012b93f0b0cdb6ec37ea8e701d729 (commit)
       via  126f6c7288b7262fd84a2026a33f36f0cc495871 (commit)
       via  fe342f50136919f1945d9a03964ee614c97d8659 (commit)
       via  37f469007dd6420bdc0607d0cda63513c42305d9 (commit)
       via  ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b (commit)
       via  5d619de4610fa00d0b633e1916c49e59824440ff (commit)
       via  6490d945378090db82be2759ff66719a980d9c1c (commit)
       via  e401d5ca5d10c82f4e35bd9be7098b620ba04746 (commit)
       via  41fad83083a21800aafb08fbc888f05ae44d6c8a (commit)
       via  8d2b2763fc11da99e0e6b1ea7c0e3d556380e169 (commit)
      from  8b4416d83c79ba77b0669203741c712880a09ae4 (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=63180606eea012b93f0b0cdb6ec37ea8e701d729

commit 63180606eea012b93f0b0cdb6ec37ea8e701d729
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Dec 30 08:12:42 2014 -0800

    Mention fix for BZ #17732

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=126f6c7288b7262fd84a2026a33f36f0cc495871

commit 126f6c7288b7262fd84a2026a33f36f0cc495871
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 14:05:35 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fe342f50136919f1945d9a03964ee614c97d8659

commit fe342f50136919f1945d9a03964ee614c97d8659
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 14:04:35 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=37f469007dd6420bdc0607d0cda63513c42305d9

commit 37f469007dd6420bdc0607d0cda63513c42305d9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 14:02:58 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b

commit ad86fbc3d5e4bab709d162f40e5d1a19ab8f3f6b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 14:01:40 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5d619de4610fa00d0b633e1916c49e59824440ff

commit 5d619de4610fa00d0b633e1916c49e59824440ff
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 14:00:59 2014 -0800

    Replace %ld/%lu with %jd/%ju and cast to intmax_t/uintmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6490d945378090db82be2759ff66719a980d9c1c

commit 6490d945378090db82be2759ff66719a980d9c1c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 13:52:08 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e401d5ca5d10c82f4e35bd9be7098b620ba04746

commit e401d5ca5d10c82f4e35bd9be7098b620ba04746
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 13:51:13 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=41fad83083a21800aafb08fbc888f05ae44d6c8a

commit 41fad83083a21800aafb08fbc888f05ae44d6c8a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 13:49:58 2014 -0800

    Replace %ld with %jd and cast to intmax_t

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8d2b2763fc11da99e0e6b1ea7c0e3d556380e169

commit 8d2b2763fc11da99e0e6b1ea7c0e3d556380e169
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Dec 19 13:48:40 2014 -0800

    Replace %ld with %jd and cast to intmax_t

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

Summary of changes:
 ChangeLog                        |   31 +++++++++++++++++++++++++++++++
 NEWS                             |    2 +-
 io/test-utime.c                  |   12 ++++++++----
 libio/tst-ftell-active-handler.c |   12 ++++++------
 nptl/tst-mutex5.c                |    5 +++--
 posix/tst-regex.c                |   16 ++++++++--------
 rt/tst-clock.c                   |    9 +++++----
 rt/tst-cpuclock1.c               |   38 ++++++++++++++++++++------------------
 rt/tst-cpuclock2.c               |   22 ++++++++++++----------
 rt/tst-mqueue1.c                 |   10 ++++++----
 rt/tst-mqueue3.c                 |    8 ++++----
 rt/tst-mqueue4.c                 |   14 ++++++++------
 rt/tst-timer4.c                  |   25 +++++++++++++------------
 stdio-common/tst-fmemopen2.c     |   11 +++++++----
 sysdeps/pthread/tst-timer.c      |    8 ++++----
 time/clocktest.c                 |    4 ++--
 time/tst-posixtz.c               |    3 ++-
 timezone/tst-timezone.c          |    8 ++++----
 18 files changed, 144 insertions(+), 94 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]