This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc 2.22 --- Hard freeze. Test your machines.
- From: Martin Sebor <msebor at gmail dot com>
- To: Carlos O'Donell <carlos at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Tue, 04 Aug 2015 12:07:00 -0600
- Subject: Re: glibc 2.22 --- Hard freeze. Test your machines.
- Authentication-results: sourceware.org; auth=none
- References: <55B305CB dot 2090809 at redhat dot com>
On 07/24/2015 09:43 PM, Carlos O'Donell wrote:
Maintainers,
Please keep your commits minimal, doc changes only, simple
bug fixes, and no translatable strings.
Please test your machines and update the release page:
https://sourceware.org/glibc/wiki/Release/2.22
I have built yesterday's top of trunk (commit) 8cf0ac9 with GCC
4.8.3 and Binutils 2.23.52 on POWER running RHEL 7.2 Beta with
the results below. I believe the two rt test failures are known
but I couldn't find a record of the tst-getaddrinfo5 failure.
powerpc64le:
XPASS: conform/ISO11/complex.h/conform
XPASS: conform/ISO11/stdalign.h/conform
XPASS: conform/ISO11/stdnoreturn.h/conform
FAIL: math/test-double
FAIL: math/test-float
FAIL: math/test-ildoubl
FAIL: math/test-ldouble
FAIL: posix/tst-getaddrinfo5
FAIL: rt/tst-cpuclock2
FAIL: rt/tst-mqueue5
Summary of test results:
7 FAIL
2273 PASS
88 XFAIL
3 XPASS
I've also built and tested the same library for the powerpc target.
The results look slightly worse than those one the Wiki. I haven't
investigated any of the failures:
XPASS: conform/ISO11/complex.h/conform
XPASS: conform/ISO11/stdalign.h/conform
XPASS: conform/ISO11/stdnoreturn.h/conform
FAIL: elf/tst-protected1a
FAIL: elf/tst-protected1b
FAIL: localedata/bug-iconv-trans
FAIL: localedata/tst_mbrlen
FAIL: localedata/tst_mbsrtowcs
FAIL: localedata/tst_mbstowcs
FAIL: localedata/tst_mbtowc
FAIL: localedata/tst_wcrtomb
FAIL: localedata/tst_wcsrtombs
FAIL: localedata/tst_wcstombs
FAIL: localedata/tst_wctob
FAIL: localedata/tst_wctomb
FAIL: math/test-double
FAIL: math/test-float
FAIL: math/test-ildoubl
FAIL: math/test-ldouble
FAIL: posix/tst-getaddrinfo5
FAIL: rt/tst-cpuclock2
Summary of test results:
18 FAIL
2231 PASS
88 XFAIL
3 XPASS
Martin