Release/2.36
Contents
- Current status
- Packaging Changes
- Planning
-
Build and test results
- Architecture-independent
- AArch64
- Alpha
- ARC
- ARM
- C-SKY
- HPPA
- IA64
- LoongArch (64-bit hard-float)
- M68K
- MicroBlaze
- MIPS
- Nios II
- OpenRISC
- PowerPC (32-bit soft-float)
- PowerPC (32-bit hard-float)
- PowerPC (64-bit hard-float)
- PowerPC64LE (64-bit hard-float)
- RISC-V (rv64imac/lp64)
- RISC-V (rv64imafdc/lp64)
- RISC-V (rv64imafdc/lp64d)
- S/390 (32-bit)
- S/390 (64-bit)
- SH
- SPARC (32-bit)
- SPARC (64-bit)
- x86 (32-bit, Linux)
- x86_64 (64-bit, Linux)
- x86_64 (x32, Linux)
- x86 (32-bit, Hurd)
1. Current status
The release branch of glibc-2.36 was released on 2022-08-01.
The release branch of glibc-2.36 is maintained by Carlos O'Donell tagged on 2022-08-01.
The ref structure of this branch is:
- release/2.36/master: Rolling release main branch
These people are interested in contents and further revisions tagged on the branch:
- PERSON1
- PERSON2
- ...
The general policies for release branches apply to this branch. Do you think a certain bugfix should be included in this branch?
- Is the fix committed in master? It has to be, unless it's not applicable to master (e.g. code has been rewritten meantime).
- Do you have commit permissions? If so, go ahead if you think it's reasonably safe. break;
- Can you handle Git yourself? Then you can clone the glibc repository, cherry-pick the appropriate fixes, push your branch out and send a pull request at libc-alpha. break;
- Add the glibc_2.36 keyword to the appropriate bug report.
- If there is no appropriate bug report, send a request for the fix to be included to libc-alpha.
The release/2.36/master branch is intended as a rolling release for all distributions to use and contribute fixes to from developmet master.
2. Packaging Changes
2.1. Usage of <linux/mount.h> and <sys/mount.h>
With the addition of all of the new mount configuration APIs the <linux/mount.h> and <sys/mount.h> headers are no longer directly compatible. It is suggested that applications use one or the other since the exact ABI is not the same e.g. enum vs macros etc.
This is known to cause issues when building application sanitizers, compiler-rt and systemd e.g.
In file included from /usr/include/linux/fs.h:19, from ../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:76: /usr/include/linux/mount.h:95:6: error: multiple definition of 'enum fsconfig_command' 95 | enum fsconfig_command { | ^~~~~~~~~~~~~~~~ In file included from ../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:63: /usr/include/sys/mount.h:189:6: note: previous definition here 189 | enum fsconfig_command | ^~~~~~~~~~~~~~~~ /usr/include/linux/mount.h:129:8: error: redefinition of 'struct mount_attr' 129 | struct mount_attr { | ^~~~~~~~~~ /usr/include/sys/mount.h:161:8: note: previous definition of 'struct mount_attr' 161 | struct mount_attr | ^~~~~~~~~~ make[4]: *** [Makefile:617: sanitizer_platform_limits_posix.lo] Error 1
Applications need to be adjusted for the new updated headers e.g. https://reviews.llvm.org/D129471)-- It has been fixed upstream and backported to 2.36 release branch.
And another change.
What things do we want to accomplish this release?
2.2. Change 2
3. Planning
3.1. Release blockers?
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
arc4random is in the release without ChaCha20, see commit eaad4f9e8f07fc43618f6c8635a7e82831a423dd for final details.
Fixed by commit 1f4e90d4683af3763a360951ea1b5e1f164e028a
3.2. Desirable this release?
LoongArch support included with NEWS entry in commit 3a380458201262ed01d913a1d9e3ff73d0166043
Review gcc 6 build failure (https://sourceware.org/pipermail/libc-alpha/2022-July/140500.html)
Fixed by f2698954ff9c2f9626d4bcb5a30eb5729714e0b0.
Review gcc 12 build failure (https://sourceware.org/pipermail/libc-alpha/2022-July/141127.html)
Originally fixed by 7845064d2d5a50e347ee9f4b78ec5e6316190154, but showed up again due to testing automation issue.
Paul Eggert suggested a solution: https://sourceware.org/pipermail/libc-alpha/2022-July/141138.html
- Not a blocker. We can review in 2.37.
4. Build and test results
Describe build and test issues for each architecture, or confirm a clean build with no testsuite failures. The list below is not a complete list of ABI variants; testing should try to cover the different ABI variants as far as possible.
Build system: UNAME -a, GCC?, Binutils?, Kernel ?
TRIMMED LIST OF FAILURES.
4.1. Architecture-independent
4.2. AArch64
Ubuntu 18.10, g++ 8.2.0, binutils 2.31.1, Linux 5.13.0-40-generic (Szabolcs Nagy)
Summary of test results: 4626 PASS 16 UNSUPPORTED 16 XFAIL 2 XPASS
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo Hardened 11.3.0 p4) 11.3.0, binutils (Gentoo 2.37_p1 p2) 2.37, 5.15.46-gentoo-dist (Andreas Hüttel, dilfridge)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux jiji 5.15.46-gentoo-dist #1 SMP Thu Jun 9 15:59:16 -00 2022 aarch64 GNU/Linux FAIL: elf/circleload1 FAIL: elf/constload1 FAIL: elf/dblload FAIL: elf/dblunload FAIL: elf/lateglobal FAIL: elf/reldep6 FAIL: elf/resolvfail FAIL: elf/tst-audit13 FAIL: elf/tst-audit24d FAIL: elf/tst-audit25a FAIL: elf/tst-audit25b FAIL: elf/tst-bz15311 FAIL: elf/tst-global1 FAIL: elf/tst-latepthread XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-tls20 FAIL: elf/tst-vpcs FAIL: nptl/tst-audit-threads XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors Summary of test results: 17 FAIL 4608 PASS 19 UNSUPPORTED 17 XFAIL 5 XPASS make[1]: *** [Makefile:648: tests] Error 1
RHEL 8, GCC 8.5.0-15, Binutils 2.30-117.el8, Linux 4.18.0-372.9.1.el8.aarch64 (DJ Delorie)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b Summary of test results: 4635 PASS 18 UNSUPPORTED 16 XFAIL 2 XPASS
RHEL 9, GCC 11.2.1-9, Binutils 2.35.2-17.el9, Linux 5.14.0-70.13.1.el9_0.aarch64 (DJ Delorie)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b Summary of test results: 4643 PASS 9 UNSUPPORTED 16 XFAIL 2 XPASS
4.3. Alpha
4.4. ARC
4.5. ARM
4.6. C-SKY
4.7. HPPA
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo 12.1.1_p20220625 p8) 12.1.1 20220625, binutils (Gentoo 2.38 p4) 2.38, 5.19.0-rc4 (SamJames)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux hppa-testing 5.19.0-rc4 #1 SMP Tue Jun 28 07:14:13 UTC 2022 parisc64 PA8800 (Mako) 9000/800/rp3440 - Storm Peak Fast GNU/Linux FAIL: dirent/tst-readdir64-compat UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables FAIL: elf/tst-execstack FAIL: elf/tst-execstack-needed FAIL: elf/tst-execstack-prog UNSUPPORTED: elf/tst-valgrind-smoke FAIL: malloc/tst-scratch_buffer FAIL: math/test-double-j0 FAIL: math/test-double-j1 FAIL: math/test-double-log FAIL: math/test-float32x-j0 FAIL: math/test-float32x-j1 FAIL: math/test-float32x-log FAIL: math/test-float64-j0 FAIL: math/test-float64-j1 FAIL: math/test-float64-log FAIL: math/test-ldouble-j0 FAIL: math/test-ldouble-j1 FAIL: math/test-ldouble-log UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers FAIL: nptl/tst-execstack UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: stdlib/test-bz22786 UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-strtod-overflow UNSUPPORTED: string/tst-memmove-overflow XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 18 FAIL 4312 PASS 28 UNSUPPORTED 21 XFAIL 3 XPASS make[1]: *** [Makefile:648: tests] Error 1
Debian Linux (5.18.14+), libc6:hppa (2.33-8), gcc (4:12.1.0-3), binutils (2.38.90.20220713-2) (Dave Anglin)
master at 7c5db7931f940a0de9d39b566f6fef41148491c0 No patches Linux atlas 5.18.14+ #1 SMP Wed Jul 27 08:15:33 EDT 2022 parisc64 PA8800 (Mako) 9000/800/c8000 - Crestone Peak Fast GNU/Linux XPASS: conform/UNIX98/ndbm.h/linknamespace XPASS: conform/XOPEN2K/ndbm.h/linknamespace XPASS: conform/XOPEN2K8/ndbm.h/linknamespace XPASS: conform/XPG42/ndbm.h/linknamespace UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-fallocate UNSUPPORTED: io/tst-fallocate64 FAIL: malloc/tst-scratch_buffer UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: stdlib/test-bz22786 UNSUPPORTED: stdlib/tst-strtod-overflow UNSUPPORTED: string/tst-memmove-overflow UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 1 FAIL 4345 PASS 27 UNSUPPORTED 16 XFAIL 4 XPASS
4.8. IA64
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo 11.2.1_p20220115 p4) 11.2.1 20220115, binutils (Gentoo 2.38 p4) 2.38, 5.13.0-00002-gdecb01746d6c (Andreas Hüttel, dilfridge)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux guppy 5.13.0-00002-gdecb01746d6c #368 SMP Sat Aug 14 20:10:13 UTC 2021 ia64 Dual-Core Intel(R) Itanium(R) Processor 9040 GenuineIntel GNU/Linux FAIL: debug/tst-backtrace4 FAIL: dlfcn/tst-dlinfo-phdr FAIL: elf/tst-dl_find_object FAIL: elf/tst-dl_find_object-static FAIL: elf/tst-pldd XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-ro-dynamic FAIL: io/tst-getcwd-smallbuff FAIL: math/test-double-atan2 FAIL: math/test-double-atanh FAIL: math/test-double-ceil FAIL: math/test-double-cos FAIL: math/test-double-cosh FAIL: math/test-double-erfc FAIL: math/test-double-exp FAIL: math/test-double-exp10 FAIL: math/test-double-exp2 FAIL: math/test-double-fdim FAIL: math/test-double-floor FAIL: math/test-double-fmax FAIL: math/test-double-fmod FAIL: math/test-double-frexp FAIL: math/test-double-hypot FAIL: math/test-double-j1 FAIL: math/test-double-lgamma FAIL: math/test-double-pow FAIL: math/test-double-remainder FAIL: math/test-double-scalb FAIL: math/test-double-sin FAIL: math/test-double-sincos FAIL: math/test-double-sinh FAIL: math/test-double-tan FAIL: math/test-double-tgamma FAIL: math/test-fenv-return FAIL: math/test-fesetexcept FAIL: math/test-fexcept FAIL: math/test-float-atan2 FAIL: math/test-float-atanh FAIL: math/test-float-cabs FAIL: math/test-float-ceil FAIL: math/test-float-clog10 FAIL: math/test-float-cos FAIL: math/test-float-cosh FAIL: math/test-float-erfc FAIL: math/test-float-exp FAIL: math/test-float-exp2 FAIL: math/test-float-fdim FAIL: math/test-float-floor FAIL: math/test-float-fmax FAIL: math/test-float-fmod FAIL: math/test-float-frexp FAIL: math/test-float-hypot FAIL: math/test-float-j0 FAIL: math/test-float-lgamma FAIL: math/test-float-pow FAIL: math/test-float-remainder FAIL: math/test-float-scalb FAIL: math/test-float-sin FAIL: math/test-float-sincos FAIL: math/test-float-sinh FAIL: math/test-float-tan FAIL: math/test-float-tgamma FAIL: math/test-float32-atan2 FAIL: math/test-float32-atanh FAIL: math/test-float32-cabs FAIL: math/test-float32-ceil FAIL: math/test-float32-clog10 FAIL: math/test-float32-cos FAIL: math/test-float32-cosh FAIL: math/test-float32-erfc FAIL: math/test-float32-exp FAIL: math/test-float32-exp2 FAIL: math/test-float32-fdim FAIL: math/test-float32-floor FAIL: math/test-float32-fmax FAIL: math/test-float32-fmod FAIL: math/test-float32-frexp FAIL: math/test-float32-hypot FAIL: math/test-float32-j0 FAIL: math/test-float32-lgamma FAIL: math/test-float32-pow FAIL: math/test-float32-remainder FAIL: math/test-float32-sin FAIL: math/test-float32-sincos FAIL: math/test-float32-sinh FAIL: math/test-float32-tan FAIL: math/test-float32-tgamma FAIL: math/test-float32x-atan2 FAIL: math/test-float32x-atanh FAIL: math/test-float32x-ceil FAIL: math/test-float32x-cos FAIL: math/test-float32x-cosh FAIL: math/test-float32x-erfc FAIL: math/test-float32x-exp FAIL: math/test-float32x-exp10 FAIL: math/test-float32x-exp2 FAIL: math/test-float32x-fdim FAIL: math/test-float32x-floor FAIL: math/test-float32x-fmax FAIL: math/test-float32x-fmod FAIL: math/test-float32x-frexp FAIL: math/test-float32x-hypot FAIL: math/test-float32x-j1 FAIL: math/test-float32x-lgamma FAIL: math/test-float32x-pow FAIL: math/test-float32x-remainder FAIL: math/test-float32x-sin FAIL: math/test-float32x-sincos FAIL: math/test-float32x-sinh FAIL: math/test-float32x-tan FAIL: math/test-float32x-tgamma FAIL: math/test-float64-atan2 FAIL: math/test-float64-atanh FAIL: math/test-float64-ceil FAIL: math/test-float64-cos FAIL: math/test-float64-cosh FAIL: math/test-float64-erfc FAIL: math/test-float64-exp FAIL: math/test-float64-exp10 FAIL: math/test-float64-exp2 FAIL: math/test-float64-fdim FAIL: math/test-float64-floor FAIL: math/test-float64-fmax FAIL: math/test-float64-fmod FAIL: math/test-float64-frexp FAIL: math/test-float64-hypot FAIL: math/test-float64-j1 FAIL: math/test-float64-lgamma FAIL: math/test-float64-pow FAIL: math/test-float64-remainder FAIL: math/test-float64-sin FAIL: math/test-float64-sincos FAIL: math/test-float64-sinh FAIL: math/test-float64-tan FAIL: math/test-float64-tgamma FAIL: math/test-float64x-atan2 FAIL: math/test-float64x-atanh FAIL: math/test-float64x-ceil FAIL: math/test-float64x-cos FAIL: math/test-float64x-cosh FAIL: math/test-float64x-erfc FAIL: math/test-float64x-exp FAIL: math/test-float64x-exp10 FAIL: math/test-float64x-exp2 FAIL: math/test-float64x-fdim FAIL: math/test-float64x-floor FAIL: math/test-float64x-fmax FAIL: math/test-float64x-fmod FAIL: math/test-float64x-fpclassify FAIL: math/test-float64x-frexp FAIL: math/test-float64x-hypot FAIL: math/test-float64x-isnan FAIL: math/test-float64x-issignaling FAIL: math/test-float64x-lgamma FAIL: math/test-float64x-pow FAIL: math/test-float64x-remainder FAIL: math/test-float64x-sin FAIL: math/test-float64x-sincos FAIL: math/test-float64x-sinh FAIL: math/test-float64x-tan FAIL: math/test-float64x-tgamma FAIL: math/test-ldouble-atan2 FAIL: math/test-ldouble-atanh FAIL: math/test-ldouble-ceil FAIL: math/test-ldouble-cos FAIL: math/test-ldouble-cosh FAIL: math/test-ldouble-erfc FAIL: math/test-ldouble-exp FAIL: math/test-ldouble-exp10 FAIL: math/test-ldouble-exp2 FAIL: math/test-ldouble-fdim FAIL: math/test-ldouble-floor FAIL: math/test-ldouble-fmax FAIL: math/test-ldouble-fmod FAIL: math/test-ldouble-fpclassify FAIL: math/test-ldouble-frexp FAIL: math/test-ldouble-hypot FAIL: math/test-ldouble-isnan FAIL: math/test-ldouble-issignaling FAIL: math/test-ldouble-lgamma FAIL: math/test-ldouble-pow FAIL: math/test-ldouble-remainder FAIL: math/test-ldouble-scalb FAIL: math/test-ldouble-sin FAIL: math/test-ldouble-sincos FAIL: math/test-ldouble-sinh FAIL: math/test-ldouble-tan FAIL: math/test-ldouble-tgamma FAIL: math/test-nearbyint-except FAIL: misc/tst-misalign-clone FAIL: misc/tst-misalign-clone-internal FAIL: nptl/tst-cancel21 FAIL: nptl/tst-cancel21-static FAIL: nptl/tst-cancelx21 FAIL: stdio-common/tst-long-dbl-fphex FAIL: stdlib/tst-makecontext3 FAIL: stdlib/tst-setcontext7 XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors Summary of test results: 196 FAIL 4383 PASS 22 UNSUPPORTED 19 XFAIL 5 XPASS make[1]: *** [Makefile:648: tests] Error 1
4.9. LoongArch (64-bit hard-float)
Build system: GCC 12.1.0, binutils 2.38.50.20220519, Linux Kernel 5.19.0.
Tested with ifunc disabled and full ifunc support requires binutils 2.40 and later version.
XPASS: conform/UNIX98/ndbm.h/linknamespace XPASS: conform/XOPEN2K/ndbm.h/linknamespace XPASS: conform/XOPEN2K8/ndbm.h/linknamespace XPASS: conform/XPG42/ndbm.h/linknamespace UNSUPPORTED: crypt/cert UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4553 PASS 20 UNSUPPORTED 12 XFAIL 6 XPASS make[1]: Leaving directory '/home/caiyinyu/glibc-2.36'
4.10. M68K
4.11. MicroBlaze
4.12. MIPS
Build system: GCC 12.1.1 20220725, binutils 2.39.50.20220725, Linux 3.16 (LE hard-float), 3.14 (BE soft-float) (Joseph Myers)
Precise set of failures seen depends on the ABI, the following are all the failures seen for at least one ABI.
FAIL: csu/test-as-const-rtld-sizes FAIL: elf/tst-audit24a FAIL: elf/tst-audit24b FAIL: elf/tst-audit24c FAIL: elf/tst-audit24d FAIL: elf/tst-audit25a FAIL: elf/tst-audit25b FAIL: elf/tst-bz15311 FAIL: elf/tst-ro-dynamic FAIL: elf/tst-tls-allocation-failure-static-patched FAIL: iconv/tst-iconv1 FAIL: iconv/tst-iconv2 FAIL: iconv/tst-iconv3 FAIL: iconv/tst-iconv4 FAIL: iconv/tst-iconv5 FAIL: iconv/tst-iconv6 FAIL: iconv/tst-iconv7 FAIL: iconv/tst-iconv8 FAIL: io/tst-open-tmpfile FAIL: libio/tst-fgetc-after-eof FAIL: localedata/sort-test FAIL: login/tst-grantpt FAIL: malloc/tst-malloc_info FAIL: malloc/tst-malloc_info-malloc-check FAIL: malloc/tst-malloc_info-malloc-hugetlb1 FAIL: malloc/tst-malloc_info-malloc-hugetlb2 FAIL: misc/tst-ttyname FAIL: nptl/test-cond-printers FAIL: nptl/test-condattr-printers FAIL: nptl/test-mutex-printers FAIL: nptl/test-mutexattr-printers FAIL: nptl/test-rwlock-printers FAIL: nptl/test-rwlockattr-printers FAIL: posix/tst-spawn6 FAIL: timezone/tst-tzset FAIL: wcsmbs/tst-fgetwc-after-eof
4.13. Nios II
4.14. OpenRISC
Build system: GCC 13.0.0 20220726, binutils 2.39.50.20220725, Linux 5.19.0-rc6 (Stafford Horne)
master at 3a380458201262ed01d913a1d9e3ff73d0166043 (2022-07-26) system: Linux buildroot 5.19.0-rc6-00009-g7f313801e4ff #39 SMP Wed Jul 27 18:17:23 JST 2022 openrisc GNU/Linux UNSUPPORTED: crypt/cert UNSUPPORTED: elf/tst-audit22 FAIL: elf/tst-bz15311 FAIL: elf/tst-dlmopen-gethostbyname UNSUPPORTED: elf/tst-dlopen-self-container UNSUPPORTED: elf/tst-dlopen-tlsmodid-container UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables UNSUPPORTED: elf/tst-glibc-hwcaps-prepend-cache UNSUPPORTED: elf/tst-ldconfig-bad-aux-cache UNSUPPORTED: elf/tst-ldconfig-ld_so_conf-update UNSUPPORTED: elf/tst-pldd UNSUPPORTED: elf/tst-preload-pthread-libc XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-tls-allocation-failure-static-patched UNSUPPORTED: elf/tst-valgrind-smoke FAIL: gmon/tst-gmon-pie FAIL: gmon/tst-gmon-pie-gprof UNSUPPORTED: grp/tst-initgroups1 UNSUPPORTED: grp/tst-initgroups2 FAIL: iconvdata/iconv-test UNSUPPORTED: io/tst-getcwd-abspath UNSUPPORTED: io/tst-getcwd-smallbuff UNSUPPORTED: locale/tst-localedef-path-norm UNSUPPORTED: localedata/tst-localedef-hardlinks UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except UNSUPPORTED: math/test-nearbyint-except-2 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-mount UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: misc/tst-syslog UNSUPPORTED: misc/tst-ttyname UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers FAIL: nptl/tst-cond24 FAIL: nptl/tst-mutex10 FAIL: nptl/tst-pthread-gdb-attach FAIL: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-pthread-getattr UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: nss/tst-nss-compat1 UNSUPPORTED: nss/tst-nss-db-endgrent UNSUPPORTED: nss/tst-nss-db-endpwent UNSUPPORTED: nss/tst-nss-files-alias-leak UNSUPPORTED: nss/tst-nss-files-alias-truncated UNSUPPORTED: nss/tst-nss-files-hosts-erange UNSUPPORTED: nss/tst-nss-files-hosts-getent UNSUPPORTED: nss/tst-nss-files-hosts-long UNSUPPORTED: nss/tst-nss-files-hosts-multi UNSUPPORTED: nss/tst-nss-gai-actions UNSUPPORTED: nss/tst-nss-test3 UNSUPPORTED: nss/tst-reload1 UNSUPPORTED: nss/tst-reload2 UNSUPPORTED: posix/bug-ga2 UNSUPPORTED: posix/bug-ga2-mem UNSUPPORTED: posix/tst-sysconf-empty-chroot UNSUPPORTED: posix/tst-vfork3 UNSUPPORTED: posix/tst-vfork3-mem UNSUPPORTED: resolv/mtrace-tst-leaks2 UNSUPPORTED: resolv/tst-leaks2 UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: resolv/tst-resolv-res_init UNSUPPORTED: resolv/tst-resolv-res_init-thread UNSUPPORTED: resolv/tst-resolv-threads FAIL: rt/tst-mqueue5 UNSUPPORTED: stdlib/test-bz22786 FAIL: stdlib/tst-arc4random-fork UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-system UNSUPPORTED: string/test-bcopy UNSUPPORTED: string/test-memmove UNSUPPORTED: string/tst-memmove-overflow UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 12 FAIL 4171 PASS 74 UNSUPPORTED 16 XFAIL 2 XPASS
4.15. PowerPC (32-bit soft-float)
Build system: GCC 12.1.1 20220725, binutils 2.39.50.20220725, Linux 3.10.38 (Joseph Myers)
FAIL: elf/tst-audit22 FAIL: elf/tst-bz15311 UNSUPPORTED: elf/tst-dlopen-self-container UNSUPPORTED: elf/tst-dlopen-tlsmodid-container UNSUPPORTED: elf/tst-glibc-hwcaps-prepend-cache UNSUPPORTED: elf/tst-glibcelf UNSUPPORTED: elf/tst-ldconfig-bad-aux-cache UNSUPPORTED: elf/tst-ldconfig-ld_so_conf-update UNSUPPORTED: elf/tst-pldd UNSUPPORTED: elf/tst-preload-pthread-libc XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-relro-ldso UNSUPPORTED: elf/tst-relro-libc FAIL: elf/tst-tls-allocation-failure-static-patched UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: grp/tst-initgroups1 UNSUPPORTED: grp/tst-initgroups2 FAIL: io/ftwtest FAIL: io/ftwtest-time64 UNSUPPORTED: io/tst-close_range UNSUPPORTED: io/tst-copy_file_range UNSUPPORTED: io/tst-futimens-time64 UNSUPPORTED: io/tst-futimes-time64 UNSUPPORTED: io/tst-getcwd-abspath UNSUPPORTED: io/tst-getcwd-smallbuff UNSUPPORTED: io/tst-lutimes-time64 UNSUPPORTED: io/tst-open-tmpfile UNSUPPORTED: io/tst-utime-time64 UNSUPPORTED: io/tst-utimensat-time64 UNSUPPORTED: io/tst-utimes-time64 UNSUPPORTED: locale/tst-localedef-path-norm FAIL: localedata/sort-test UNSUPPORTED: localedata/tst-localedef-hardlinks FAIL: math/test-double-ldouble-div FAIL: math/test-double-ldouble-fma FAIL: math/test-double-ldouble-mul FAIL: math/test-double-ldouble-sqrt FAIL: math/test-float-ldouble-fma FAIL: math/test-float-ldouble-mul FAIL: math/test-ldouble-acos FAIL: math/test-ldouble-asin FAIL: math/test-ldouble-atan2 FAIL: math/test-ldouble-atanh FAIL: math/test-ldouble-cabs FAIL: math/test-ldouble-clog FAIL: math/test-ldouble-clog10 FAIL: math/test-ldouble-csin FAIL: math/test-ldouble-csinh FAIL: math/test-ldouble-csqrt FAIL: math/test-ldouble-fabs FAIL: math/test-ldouble-fmaximum_mag FAIL: math/test-ldouble-fmaximum_mag_num FAIL: math/test-ldouble-fmaxmag FAIL: math/test-ldouble-fminimum_mag FAIL: math/test-ldouble-fminimum_mag_num FAIL: math/test-ldouble-fminmag FAIL: math/test-ldouble-hypot FAIL: math/test-ldouble-j0 FAIL: math/test-ldouble-j1 FAIL: math/test-ldouble-llround FAIL: math/test-ldouble-pow FAIL: math/test-ldouble-remainder UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 FAIL: misc/tst-align-clone-internal UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-memfd_create FAIL: misc/tst-misalign-clone-internal UNSUPPORTED: misc/tst-mount UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-ofdlocks UNSUPPORTED: misc/tst-ofdlocks-compat UNSUPPORTED: misc/tst-pidfd UNSUPPORTED: misc/tst-pidfd-consts UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-process_mrelease UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-set_ppr UNSUPPORTED: misc/tst-syslog UNSUPPORTED: misc/tst-ttyname FAIL: nptl/test-cond-printers FAIL: nptl/test-condattr-printers FAIL: nptl/test-mutex-printers FAIL: nptl/test-mutexattr-printers FAIL: nptl/test-rwlock-printers FAIL: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-pthread-getattr UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: nss/tst-nss-compat1 UNSUPPORTED: nss/tst-nss-db-endgrent UNSUPPORTED: nss/tst-nss-db-endpwent UNSUPPORTED: nss/tst-nss-files-alias-leak UNSUPPORTED: nss/tst-nss-files-alias-truncated UNSUPPORTED: nss/tst-nss-files-hosts-erange UNSUPPORTED: nss/tst-nss-files-hosts-getent UNSUPPORTED: nss/tst-nss-files-hosts-long UNSUPPORTED: nss/tst-nss-files-hosts-multi UNSUPPORTED: nss/tst-nss-gai-actions UNSUPPORTED: nss/tst-nss-test3 UNSUPPORTED: nss/tst-reload1 UNSUPPORTED: nss/tst-reload2 UNSUPPORTED: posix/bug-ga2 UNSUPPORTED: posix/bug-ga2-mem UNSUPPORTED: posix/tst-execveat FAIL: posix/tst-posix_fadvise64 FAIL: posix/tst-spawn6 UNSUPPORTED: posix/tst-sysconf-empty-chroot UNSUPPORTED: posix/tst-vfork3 UNSUPPORTED: posix/tst-vfork3-mem UNSUPPORTED: resolv/mtrace-tst-leaks2 UNSUPPORTED: resolv/tst-leaks2 UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: resolv/tst-resolv-res_init UNSUPPORTED: resolv/tst-resolv-res_init-thread UNSUPPORTED: resolv/tst-resolv-threads UNSUPPORTED: stdlib/test-bz22786 UNSUPPORTED: stdlib/tst-getrandom UNSUPPORTED: stdlib/tst-system UNSUPPORTED: string/test-bcopy UNSUPPORTED: string/test-memmove UNSUPPORTED: string/tst-memmove-overflow UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: sunrpc/tst-svc_register UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 FAIL: timezone/tst-tzset Summary of test results: 46 FAIL 4306 PASS 88 UNSUPPORTED 16 XFAIL 2 XPASS
4.16. PowerPC (32-bit hard-float)
Build system: GCC 11.3.0-4, Binutils 2.38.90.20220713, Linux 5.18.0-2-powerpc64 (Tulio Magno)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 FAIL: misc/tst-align-clone-internal UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 FAIL: misc/tst-misalign-clone-internal UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 2 FAIL 4423 PASS 15 UNSUPPORTED 16 XFAIL 2 XPASS
4.17. PowerPC (64-bit hard-float)
Build system: GCC 11.3.0-4, Binutils 2.38.90.20220713, Linux 5.18.0-2-powerpc64 (Tulio Magno)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey FAIL: nptl/tst-thread-exit-clobber UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 1 FAIL 4375 PASS 9 UNSUPPORTED 16 XFAIL 2 XPASS
4.18. PowerPC64LE (64-bit hard-float)
Build system: GCC 8.5.0-15, Binutils 2.30-117.el8, Linux 4.18.0-372.9.1.el8.ppc64le (DJ Delorie)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b Summary of test results: 4831 PASS 19 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: GCC 11.2.1-9, Binutils 2.35.2-17.el9, Linux 5.14.0-70.13.1.el9_0.ppc64le (DJ Delorie)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b Summary of test results: 4840 PASS 10 UNSUPPORTED 16 XFAIL 2 XPASS
4.19. RISC-V (rv64imac/lp64)
Build system: GCC 12.1.1 20220705, GNU Binutils 2.38.20220705, Linux 5.18.5-1 (Darius Rad)
FAIL: elf/tst-bz15311 XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke FAIL: iconv/tst-iconv_prog UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except UNSUPPORTED: math/test-nearbyint-except-2 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 2 FAIL 4579 PASS 26 UNSUPPORTED 16 XFAIL 2 XPASS
4.20. RISC-V (rv64imafdc/lp64)
Build system: GCC 12.1.1 20220705, GNU Binutils 2.38.20220705, Linux5.18.5-1 (Darius Rad)
FAIL: elf/tst-bz15311 XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke FAIL: iconv/tst-iconv_prog UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except-2 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 FAIL: stdlib/tst-strfrom FAIL: stdlib/tst-strfrom-locale UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4 FAIL 4578 PASS 25 UNSUPPORTED 16 XFAIL 2 XPASS
4.21. RISC-V (rv64imafdc/lp64d)
Build system: GCC 10.3.1 20210422 (Red Hat 10.3.1-1), binutils 2.35-18.fc33, Linux 5.18.8-200.0.riscv64.fc33.riscv64 (unmatched) (DJ Delorie)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: math/test-double-acos FAIL: math/test-double-asin FAIL: math/test-float-j0 FAIL: math/test-float32-j0 FAIL: math/test-float32x-acos FAIL: math/test-float32x-asin FAIL: math/test-float64-acos FAIL: math/test-float64-asin FAIL: misc/tst-glibcsyscalls FAIL: stdlib/tst-strfrom FAIL: stdlib/tst-strfrom-locale Summary of test results: 11 FAIL 4536 PASS 22 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: GCC 12.1.1 20220705, GNU Binutils 2.38.20220705, Linux 5.18.5-1 (Darius Rad)
FAIL: elf/tst-bz15311 XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke FAIL: iconv/tst-iconv_prog UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except-2 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-rseq-nptl FAIL: stdlib/tst-strfrom FAIL: stdlib/tst-strfrom-locale UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4 FAIL 4580 PASS 23 UNSUPPORTED 16 XFAIL 2 XPASS
4.22. S/390 (32-bit)
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo 12.1.1_p20220625 p8) 12.1.1 20220625, binutils (Gentoo 2.38 p4) 2.38, 5.17.5-gentoo (Andreas Hüttel, dilfridge)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux lgentoo3 5.17.5-gentoo #1 SMP Wed May 4 18:13:10 EDT 2022 s390 8561 IBM GNU/Linux XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: gmon/tst-gmon-pie FAIL: gmon/tst-gmon-pie-gprof XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors Summary of test results: 2 FAIL 4686 PASS 26 UNSUPPORTED 17 XFAIL 5 XPASS make[1]: *** [Makefile:648: tests] Error 1
Build system: gcc version 12.1.1, GNU Binutils version 2.37, Linux 5.17.1 (Stefan Liebler)
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke FAIL: gmon/tst-gmon-pie FAIL: gmon/tst-gmon-pie-gprof UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: stdlib/test-bz22786 FAIL: stdlib/tst-arc4random-thread UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: string/test-bcopy UNSUPPORTED: string/test-memmove UNSUPPORTED: string/tst-memmove-overflow UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 3 FAIL 4702 PASS 24 UNSUPPORTED 16 XFAIL 2 XPASS
- stdlib/tst-arc4random-thread times out, but passes with --direct.
gmon/tst-gmon-pie*: This test segfaults as the _mcount call in main-function is done without GOT-pointer setup in r12. Then instead of jumping to _mcount, we jump to a different function, which in this case causes the segfault. See gcc Bug 104011 "s390: r12 is not setup for _mcount call".
- elf/tst-valgrind-smoke: Unsupported as the 31bit ld.so is not able to load 64bit executable.
- resolv/tst-resolv-ai_idn*: No 31bit libidn2 available.
- stdlib/test-bz22786: Cannot allocate so much memory on 31bit.
- string/test-bcopy and string/test-memmove: "Large mmap allocated improperly". These tests requires a memory region at 0x70000000 with a size of 0x20000000. On 31bit, this region is out of range.
- string/tst-memmove-overflow: "error: tst-memmove-overflow.c:104: repeated blob allocation failed: Cannot allocate memory". There is a mmap call which wants to allocate 0x80800000 bytes. On 31bit, there is not so much memory.
- time/tst-y2039: On 31bit, we only have a 32-bit time_t.
- string/tst-memmove-overflow: "error: tst-memmove-overflow.c:104: repeated blob allocation failed: Cannot allocate memory. There is a mmap call which wants to allocate 0x80800000 bytes. On 31bit, there is not so much memory.
- nptl/tst-pthread-gdb-attach* are UNSUPPORTED on 31bit as only the 64bit gdb is available which differs to the 31bit libthread_db.so.
- misc/tst-adjtimex-time64, misc/tst-clock_adjtime-time64, misc/tst-ntp_adjtime-time64, time/tst-clock_settime-time64 and time/tst-settimeofday-time64 are passing if GLIBC_TEST_ALLOW_TIME_SETTING is set and the test is run as root.
- For the remaining unsupported tests, please have a look at the descriptions for S/390 (64bit).
4.23. S/390 (64-bit)
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo 12.1.1_p20220625 p8) 12.1.1 20220625, binutils (Gentoo 2.38 p4) 2.38, 5.17.5-gentoo (Andreas Hüttel, dilfridge)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux lgentoo4 5.17.5-gentoo #1 SMP Thu May 5 19:48:26 EDT 2022 s390x 8561 IBM GNU/Linux XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors Summary of test results: 4632 PASS 16 UNSUPPORTED 17 XFAIL 5 XPASS
von 2022-07-28
Build system: gcc version 12.1.1, GNU Binutils version 2.37, Linux 5.17.1 (Stefan Liebler)
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey FAIL: stdlib/tst-arc4random-thread UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 1 FAIL 4654 PASS 9 UNSUPPORTED 16 XFAIL 2 XPASS
- stdlib/tst-arc4random-thread times out, but passes with --direct.
- elf/tst-env-setuid, elf/tst-env-setuid-tunables and stdlib/tst-secure-getenv are failing as /tmp is mounted nosuid on this machine. If a different tmp-directory is specified via --test-dir, those tests are passing.
- misc/tst-adjtimex, misc/tst-clock_adjtime, misc/tst-ntp_adjtime, time/tst-clock_settime and time/tst-settimeofday are passing if GLIBC_TEST_ALLOW_TIME_SETTING is set and the test is run as root.
- misc/tst-pkey: kernel does not support memory protection keys
Build system: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), GNU ld version 2.30-113.el8, 4.18.0-372.9.1.el8.s390x (Patsy Griffin)
Summary of test results: 4637 PASS 19 UNSUPPORTED 16 XFAIL 2 XPASS make[1]: Leaving directory '/tmp/glibc.source'
Build system: gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9), GNU ld version 2.35.2-17.el9, 5.14.0-70.13.1.el9_0.s390x (Patsy Griffin)
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4647 PASS 9 UNSUPPORTED 16 XFAIL 2 XPASS
4.24. SH
4.25. SPARC (32-bit)
4.26. SPARC (64-bit)
4.27. x86 (32-bit, Linux)
Build system: gcc version 12.1.1 20220507 (Red Hat 12.1.1-1) (GCC), GNU ld version 2.37-27.fc36, Linux fedora 5.18.11-200.fc36.x86_64 (Carlos O'Donell)
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 4732 PASS 35 UNSUPPORTED 16 XFAIL 6 XPASS
Tested on Lenovo T590 with -m32 (compiler) and -march=i686 (flags) building for i686-pc-linux-gnu (target).
Build system: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), GNU ld version 2.30-113.el8, Linux 4.18.0-372.16.1.el8_6.x86_64 (Arjun Shankar)
UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ UNSUPPORTED: debug/tst-fortify-cc-default-1 UNSUPPORTED: debug/tst-fortify-cc-default-2 UNSUPPORTED: debug/tst-fortify-cc-default-3 UNSUPPORTED: debug/tst-fortify-cc-lfs-1 UNSUPPORTED: debug/tst-fortify-cc-lfs-2 UNSUPPORTED: debug/tst-fortify-cc-lfs-3 UNSUPPORTED: debug/tst-fortify-cc-nongnu-1 UNSUPPORTED: debug/tst-fortify-cc-nongnu-2 UNSUPPORTED: debug/tst-fortify-cc-nongnu-3 UNSUPPORTED: dlfcn/bug-atexit3 UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-futimens-time64 UNSUPPORTED: io/tst-futimes-time64 UNSUPPORTED: io/tst-lutimes-time64 UNSUPPORTED: io/tst-utime-time64 UNSUPPORTED: io/tst-utimensat-time64 UNSUPPORTED: io/tst-utimes-time64 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pidfd UNSUPPORTED: misc/tst-pidfd-consts UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-process_mrelease UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-cancel24 UNSUPPORTED: nptl/tst-cancel24-static UNSUPPORTED: nptl/tst-minstack-throw UNSUPPORTED: nptl/tst-once5 UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 FAIL: socket/tst-socket-timestamp-time64 UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-thread-quick_exit UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 1 FAIL 4633 PASS 70 UNSUPPORTED 16 XFAIL 6 XPASS
Build system: gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9), GNU ld version 2.35.2-17.el9, Linux 5.14.0-70.13.1.el9_0.x86_64 (Arjun Shankar)
UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ UNSUPPORTED: debug/tst-fortify-cc-default-1 UNSUPPORTED: debug/tst-fortify-cc-default-2 UNSUPPORTED: debug/tst-fortify-cc-default-3 UNSUPPORTED: debug/tst-fortify-cc-lfs-1 UNSUPPORTED: debug/tst-fortify-cc-lfs-2 UNSUPPORTED: debug/tst-fortify-cc-lfs-3 UNSUPPORTED: debug/tst-fortify-cc-nongnu-1 UNSUPPORTED: debug/tst-fortify-cc-nongnu-2 UNSUPPORTED: debug/tst-fortify-cc-nongnu-3 UNSUPPORTED: dlfcn/bug-atexit3 UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-adjtimex-time64 UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-clock_adjtime-time64 UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-ntp_adjtime-time64 UNSUPPORTED: misc/tst-pkey UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-cancel24 UNSUPPORTED: nptl/tst-cancel24-static UNSUPPORTED: nptl/tst-minstack-throw UNSUPPORTED: nptl/tst-once5 UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 UNSUPPORTED: resolv/tst-resolv-ai_idn UNSUPPORTED: resolv/tst-resolv-ai_idn-latin1 UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-thread-quick_exit UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-y2039 Summary of test results: 4643 PASS 61 UNSUPPORTED 16 XFAIL 6 XPASS
4.28. x86_64 (64-bit, Linux)
Gentoo Linux, build within portage (glibc-9999.ebuild), gcc (Gentoo 11.3.0 p4) 11.3.0, binutils (Gentoo 2.37_p1 p2) 2.37, 5.17.14-gentoo (Andreas Hüttel, dilfridge)
master at ca4d3ea5130d66e66c5af14e958e99341bf20689 Gentoo glibc-patches at dc60b86d63c8bd0421ccace84f8ae2929c790074 Linux pinacolada 5.17.14-gentoo #1 SMP PREEMPT Sat Jun 11 20:02:22 CEST 2022 x86_64 Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz GenuineIntel GNU/Linux Building as unprivileged user XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static XPASS: support/tst-support_descriptors Summary of test results: 5051 PASS 86 UNSUPPORTED 21 XFAIL 5 XPASS
Build system: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), GNU ld version 2.30-113.el8, 4.18.0-372.9.1.el8.x86_64 (Patsy Griffin)
UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 5074 PASS 74 UNSUPPORTED 18 XFAIL 4 XPASS
Build system: gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9), GNU ld version 2.35.2-17.el9, 5.14.0-70.13.1.el9_0.x86_64 (Patsy Griffin)
Summary of test results: 5014 PASS 134 UNSUPPORTED 18 XFAIL 4 XPASS
Build system: gcc version 12.1.1 20220507 (Red Hat 12.1.1-1) (GCC), GNU ld version 2.37-27.fc36, Linux fedora 5.18.11-200.fc36.x86_64 (Carlos O'Donell)
UNSUPPORTED: elf/tst-audit10 UNSUPPORTED: elf/tst-avx512 UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static UNSUPPORTED: math/test-double-libmvec-acos-avx512f UNSUPPORTED: math/test-double-libmvec-acosh-avx512f UNSUPPORTED: math/test-double-libmvec-asin-avx512f UNSUPPORTED: math/test-double-libmvec-asinh-avx512f UNSUPPORTED: math/test-double-libmvec-atan-avx512f UNSUPPORTED: math/test-double-libmvec-atan2-avx512f UNSUPPORTED: math/test-double-libmvec-atanh-avx512f UNSUPPORTED: math/test-double-libmvec-cbrt-avx512f UNSUPPORTED: math/test-double-libmvec-cos-avx512f UNSUPPORTED: math/test-double-libmvec-cosh-avx512f UNSUPPORTED: math/test-double-libmvec-erf-avx512f UNSUPPORTED: math/test-double-libmvec-erfc-avx512f UNSUPPORTED: math/test-double-libmvec-exp-avx512f UNSUPPORTED: math/test-double-libmvec-exp10-avx512f UNSUPPORTED: math/test-double-libmvec-exp2-avx512f UNSUPPORTED: math/test-double-libmvec-expm1-avx512f UNSUPPORTED: math/test-double-libmvec-hypot-avx512f UNSUPPORTED: math/test-double-libmvec-log-avx512f UNSUPPORTED: math/test-double-libmvec-log10-avx512f UNSUPPORTED: math/test-double-libmvec-log1p-avx512f UNSUPPORTED: math/test-double-libmvec-log2-avx512f UNSUPPORTED: math/test-double-libmvec-pow-avx512f UNSUPPORTED: math/test-double-libmvec-sin-avx512f UNSUPPORTED: math/test-double-libmvec-sincos-avx512f UNSUPPORTED: math/test-double-libmvec-sinh-avx512f UNSUPPORTED: math/test-double-libmvec-tan-avx512f UNSUPPORTED: math/test-double-libmvec-tanh-avx512f UNSUPPORTED: math/test-float-libmvec-acosf-avx512f UNSUPPORTED: math/test-float-libmvec-acoshf-avx512f UNSUPPORTED: math/test-float-libmvec-asinf-avx512f UNSUPPORTED: math/test-float-libmvec-asinhf-avx512f UNSUPPORTED: math/test-float-libmvec-atan2f-avx512f UNSUPPORTED: math/test-float-libmvec-atanf-avx512f UNSUPPORTED: math/test-float-libmvec-atanhf-avx512f UNSUPPORTED: math/test-float-libmvec-cbrtf-avx512f UNSUPPORTED: math/test-float-libmvec-cosf-avx512f UNSUPPORTED: math/test-float-libmvec-coshf-avx512f UNSUPPORTED: math/test-float-libmvec-erfcf-avx512f UNSUPPORTED: math/test-float-libmvec-erff-avx512f UNSUPPORTED: math/test-float-libmvec-exp10f-avx512f UNSUPPORTED: math/test-float-libmvec-exp2f-avx512f UNSUPPORTED: math/test-float-libmvec-expf-avx512f UNSUPPORTED: math/test-float-libmvec-expm1f-avx512f UNSUPPORTED: math/test-float-libmvec-hypotf-avx512f UNSUPPORTED: math/test-float-libmvec-log10f-avx512f UNSUPPORTED: math/test-float-libmvec-log1pf-avx512f UNSUPPORTED: math/test-float-libmvec-log2f-avx512f UNSUPPORTED: math/test-float-libmvec-logf-avx512f UNSUPPORTED: math/test-float-libmvec-powf-avx512f UNSUPPORTED: math/test-float-libmvec-sincosf-avx512f UNSUPPORTED: math/test-float-libmvec-sinf-avx512f UNSUPPORTED: math/test-float-libmvec-sinhf-avx512f UNSUPPORTED: math/test-float-libmvec-tanf-avx512f UNSUPPORTED: math/test-float-libmvec-tanhf-avx512f UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 5074 PASS 80 UNSUPPORTED 18 XFAIL 4 XPASS
- Tested on Lenovo T590.
Build system: gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC), GNU ld version 2.37-10.fc35, Linux 5.10.102.1-microsoft-standard-WSL2 (Carlos O'Donell)
UNSUPPORTED: elf/tst-audit10 UNSUPPORTED: elf/tst-avx512 XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: math/test-double-libmvec-acos-avx512f UNSUPPORTED: math/test-double-libmvec-acosh-avx512f UNSUPPORTED: math/test-double-libmvec-asin-avx512f UNSUPPORTED: math/test-double-libmvec-asinh-avx512f UNSUPPORTED: math/test-double-libmvec-atan-avx512f UNSUPPORTED: math/test-double-libmvec-atan2-avx512f UNSUPPORTED: math/test-double-libmvec-atanh-avx512f UNSUPPORTED: math/test-double-libmvec-cbrt-avx512f UNSUPPORTED: math/test-double-libmvec-cos-avx512f UNSUPPORTED: math/test-double-libmvec-cosh-avx512f UNSUPPORTED: math/test-double-libmvec-erf-avx512f UNSUPPORTED: math/test-double-libmvec-erfc-avx512f UNSUPPORTED: math/test-double-libmvec-exp-avx512f UNSUPPORTED: math/test-double-libmvec-exp10-avx512f UNSUPPORTED: math/test-double-libmvec-exp2-avx512f UNSUPPORTED: math/test-double-libmvec-expm1-avx512f UNSUPPORTED: math/test-double-libmvec-hypot-avx512f UNSUPPORTED: math/test-double-libmvec-log-avx512f UNSUPPORTED: math/test-double-libmvec-log10-avx512f UNSUPPORTED: math/test-double-libmvec-log1p-avx512f UNSUPPORTED: math/test-double-libmvec-log2-avx512f UNSUPPORTED: math/test-double-libmvec-pow-avx512f UNSUPPORTED: math/test-double-libmvec-sin-avx512f UNSUPPORTED: math/test-double-libmvec-sincos-avx512f UNSUPPORTED: math/test-double-libmvec-sinh-avx512f UNSUPPORTED: math/test-double-libmvec-tan-avx512f UNSUPPORTED: math/test-double-libmvec-tanh-avx512f UNSUPPORTED: math/test-float-libmvec-acosf-avx512f UNSUPPORTED: math/test-float-libmvec-acoshf-avx512f UNSUPPORTED: math/test-float-libmvec-asinf-avx512f UNSUPPORTED: math/test-float-libmvec-asinhf-avx512f UNSUPPORTED: math/test-float-libmvec-atan2f-avx512f UNSUPPORTED: math/test-float-libmvec-atanf-avx512f UNSUPPORTED: math/test-float-libmvec-atanhf-avx512f UNSUPPORTED: math/test-float-libmvec-cbrtf-avx512f UNSUPPORTED: math/test-float-libmvec-cosf-avx512f UNSUPPORTED: math/test-float-libmvec-coshf-avx512f UNSUPPORTED: math/test-float-libmvec-erfcf-avx512f UNSUPPORTED: math/test-float-libmvec-erff-avx512f UNSUPPORTED: math/test-float-libmvec-exp10f-avx512f UNSUPPORTED: math/test-float-libmvec-exp2f-avx512f UNSUPPORTED: math/test-float-libmvec-expf-avx512f UNSUPPORTED: math/test-float-libmvec-expm1f-avx512f UNSUPPORTED: math/test-float-libmvec-hypotf-avx512f UNSUPPORTED: math/test-float-libmvec-log10f-avx512f UNSUPPORTED: math/test-float-libmvec-log1pf-avx512f UNSUPPORTED: math/test-float-libmvec-log2f-avx512f UNSUPPORTED: math/test-float-libmvec-logf-avx512f UNSUPPORTED: math/test-float-libmvec-powf-avx512f UNSUPPORTED: math/test-float-libmvec-sincosf-avx512f UNSUPPORTED: math/test-float-libmvec-sinf-avx512f UNSUPPORTED: math/test-float-libmvec-sinhf-avx512f UNSUPPORTED: math/test-float-libmvec-tanf-avx512f UNSUPPORTED: math/test-float-libmvec-tanhf-avx512f UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-process_mrelease UNSUPPORTED: nptl/test-cond-printers UNSUPPORTED: nptl/test-condattr-printers UNSUPPORTED: nptl/test-mutex-printers UNSUPPORTED: nptl/test-mutexattr-printers UNSUPPORTED: nptl/test-rwlock-printers UNSUPPORTED: nptl/test-rwlockattr-printers UNSUPPORTED: nptl/tst-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 5069 PASS 87 UNSUPPORTED 18 XFAIL 4 XPASS
- Tested on Lenovo T590 running Windows 10 (10.0.19044 Build 19044).
4.29. x86_64 (x32, Linux)
4.30. x86 (32-bit, Hurd)
Debian Bookworm with gcc version 12.1.0-7+hurd.1, binutils 2.38.90.20220713-2, gnumach 2:1.8+git20220218-3, hurd 1:0.9.git20220301-1
FAIL: dirent/tst-fdopendir FAIL: dlfcn/tst-dlinfo-phdr FAIL: elf/tst-audit1 UNSUPPORTED: elf/tst-audit14 FAIL: elf/tst-audit14-cmp UNSUPPORTED: elf/tst-audit14a FAIL: elf/tst-audit14a-cmp UNSUPPORTED: elf/tst-audit15 FAIL: elf/tst-audit15-cmp UNSUPPORTED: elf/tst-audit16 FAIL: elf/tst-audit16-cmp FAIL: elf/tst-audit18 FAIL: elf/tst-audit2 FAIL: elf/tst-audit20 UNSUPPORTED: elf/tst-audit22 FAIL: elf/tst-audit23 FAIL: elf/tst-audit24a FAIL: elf/tst-audit24b FAIL: elf/tst-audit24c FAIL: elf/tst-audit24d FAIL: elf/tst-audit25a FAIL: elf/tst-audit25b FAIL: elf/tst-audit3 FAIL: elf/tst-audit8 FAIL: elf/tst-audit9 FAIL: elf/tst-cpu-features-cpuinfo FAIL: elf/tst-cpu-features-cpuinfo-static FAIL: elf/tst-create_format1 UNSUPPORTED: elf/tst-dlopen-self-container UNSUPPORTED: elf/tst-dlopen-tlsmodid-container UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables UNSUPPORTED: elf/tst-getauxval-static UNSUPPORTED: elf/tst-glibc-hwcaps-prepend-cache XPASS: elf/tst-ifunc-isa-1 XPASS: elf/tst-ifunc-isa-1-static XPASS: elf/tst-ifunc-isa-2 XPASS: elf/tst-ifunc-isa-2-static FAIL: elf/tst-initfinilazyfail FAIL: elf/tst-latepthread UNSUPPORTED: elf/tst-ldconfig-bad-aux-cache UNSUPPORTED: elf/tst-ldconfig-ld_so_conf-update FAIL: elf/tst-null-argv UNSUPPORTED: elf/tst-pldd UNSUPPORTED: elf/tst-preload-pthread-libc XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-single_threaded-pthread FAIL: elf/tst-tls-allocation-failure-static-patched FAIL: elf/tst-tls1-static-non-pie UNSUPPORTED: elf/tst-valgrind-smoke FAIL: gmon/tst-sprofil UNSUPPORTED: grp/tst-initgroups1 UNSUPPORTED: grp/tst-initgroups2 FAIL: htl/tst-cancel29 FAIL: htl/tst-join15 UNSUPPORTED: htl/tst-pthread_cancel-select-loop UNSUPPORTED: iconv/tst-gconv-init-failure FAIL: inet/tst-if_index-long UNSUPPORTED: io/test-lfs FAIL: io/tst-close_range FAIL: io/tst-closefrom UNSUPPORTED: io/tst-copy_file_range FAIL: io/tst-getcwd-abspath FAIL: io/tst-lchmod FAIL: io/tst-lockf UNSUPPORTED: io/tst-open-tmpfile FAIL: io/tst-posix_fallocate64 FAIL: io/tst-statx UNSUPPORTED: locale/tst-localedef-path-norm UNSUPPORTED: localedata/tst-localedef-hardlinks FAIL: login/tst-pututxline-cache FAIL: login/tst-pututxline-lockfail FAIL: login/tst-updwtmpx FAIL: malloc/tst-compathooks-on UNSUPPORTED: malloc/tst-dynarray-fail FAIL: malloc/tst-dynarray-fail-mem FAIL: malloc/tst-malloc-tcache-leak FAIL: malloc/tst-malloc-tcache-leak-malloc-hugetlb1 FAIL: malloc/tst-malloc-tcache-leak-malloc-hugetlb2 UNSUPPORTED: malloc/tst-malloc-thread-fail UNSUPPORTED: malloc/tst-malloc-thread-fail-malloc-check UNSUPPORTED: malloc/tst-malloc-thread-fail-malloc-hugetlb1 UNSUPPORTED: malloc/tst-malloc-thread-fail-malloc-hugetlb2 FAIL: math/test-fesetexcept-traps FAIL: misc/tst-preadvwritev64 UNSUPPORTED: misc/tst-syslog UNSUPPORTED: nss/tst-nss-compat1 UNSUPPORTED: nss/tst-nss-db-endgrent UNSUPPORTED: nss/tst-nss-db-endpwent UNSUPPORTED: nss/tst-nss-files-hosts-long UNSUPPORTED: nss/tst-nss-gai-actions UNSUPPORTED: nss/tst-nss-test3 UNSUPPORTED: nss/tst-reload1 UNSUPPORTED: nss/tst-reload2 UNSUPPORTED: posix/bug-ga2 UNSUPPORTED: posix/bug-ga2-mem FAIL: posix/test-errno FAIL: posix/tst-execvpe5 FAIL: posix/tst-pathconf FAIL: posix/tst-posix_fadvise FAIL: posix/tst-posix_fadvise64 FAIL: posix/tst-preadwrite64 FAIL: posix/tst-sched_getaffinity FAIL: posix/tst-spawn2 FAIL: posix/tst-spawn4-compat FAIL: posix/tst-spawn5 FAIL: posix/tst-spawn6 UNSUPPORTED: posix/tst-sysconf-empty-chroot UNSUPPORTED: posix/tst-vfork3 UNSUPPORTED: posix/tst-vfork3-mem FAIL: posix/tst-wait3 FAIL: posix/tst-wait4 FAIL: posix/tst-waitid UNSUPPORTED: resolv/mtrace-tst-leaks2 UNSUPPORTED: resolv/tst-leaks2 UNSUPPORTED: resolv/tst-resolv-res_init UNSUPPORTED: resolv/tst-resolv-res_init-thread UNSUPPORTED: resolv/tst-resolv-threads FAIL: rt/tst-aio10 FAIL: rt/tst-aio9 UNSUPPORTED: rt/tst-bz28213 UNSUPPORTED: rt/tst-mqueue1 UNSUPPORTED: rt/tst-mqueue10 UNSUPPORTED: rt/tst-mqueue2 UNSUPPORTED: rt/tst-mqueue4 UNSUPPORTED: rt/tst-mqueue6 UNSUPPORTED: rt/tst-mqueue8 FAIL: rt/tst-timer4 FAIL: stdlib/test-cxa_atexit-race2 FAIL: stdlib/tst-arc4random-fork FAIL: stdlib/tst-arc4random-thread UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-system FAIL: stdlib/tst-tls-atexit UNSUPPORTED: string/tst-memchr-rtm UNSUPPORTED: string/tst-memcmp-rtm UNSUPPORTED: string/tst-memmove-rtm UNSUPPORTED: string/tst-memrchr-rtm UNSUPPORTED: string/tst-memset-rtm UNSUPPORTED: string/tst-strcasecmp-rtm UNSUPPORTED: string/tst-strchr-rtm UNSUPPORTED: string/tst-strcmp-rtm UNSUPPORTED: string/tst-strcpy-rtm UNSUPPORTED: string/tst-strerror UNSUPPORTED: string/tst-strlen-rtm UNSUPPORTED: string/tst-strncasecmp-rtm UNSUPPORTED: string/tst-strncmp-rtm UNSUPPORTED: string/tst-strrchr-rtm UNSUPPORTED: string/tst-strsignal UNSUPPORTED: string/tst-wcscmp-rtm UNSUPPORTED: string/tst-wcsncmp-rtm UNSUPPORTED: sunrpc/tst-svc_register FAIL: sunrpc/tst-udp-error FAIL: support/tst-support-open-dev-null-range FAIL: support/tst-support_descriptors UNSUPPORTED: sysvipc/test-sysvmsg UNSUPPORTED: sysvipc/test-sysvsem UNSUPPORTED: sysvipc/test-sysvshm FAIL: time/tst-adjtime UNSUPPORTED: time/tst-clock_settime FAIL: time/tst-itimer UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-y2039 FAIL: timezone/tst-tzset Summary of test results: 77 FAIL 4325 PASS 82 UNSUPPORTED 48 XFAIL 6 XPASS