Release/2.37
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)
- LoongArch (64-bit soft-float)
- M68K
- MicroBlaze
- MIPS(mips32)
- 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)
- 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.37 is currently under development and planned for release on 2023-02-01.
The release branch of glibc-2.37 is maintained by Carlos O'Donell <carlos@redhat.com> tagged on DATE.
The ref structure of this branch is:
- release/2.37/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.37 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.37/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. Change 1
Describe any distribution packing changes that may be required.
2.2. Change 2
And another change.
3. Planning
What things do we want to accomplish this release?
3.1. Release blockers?
elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
Remove --with-default-link option
- Postpone to 2.38.
__vsprintf_internal does not handle unspecified buffer length in fortify mode
- Fixed by 0d50f477f47ba637b54fb03ac48d769ec4543e8d
Account for octal marker in %#o format
- Fixed by 2f39e44a8417b4186a7f15bfeac5d0b557e63e03
libio: Update number of written bytes in dprintf implementation
- Fixed by f5c65fa920d78cffe56fe4065f16241637808353
[v2] x86: Fix strncat-avx2.S reading past length [BZ #30065]
- Fixed by b2c474f8de4c92bfe7435853a96805ec32d68dfa
3.2. Desirable this release?
Optimize posix_spawn signal setup with clone3
- Postponed to 2.38.
C2x strtol binary constant handling, C2x scanf binary constant handling (see also notes on relevant AFNOR comment)
- Postponed to 2.38.
[PATCH] x86: Cache computation for AMD architecture.
- Commited as 103a469dc7755fd9e8ccf362f3dd4c55dc761908
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
Build system: RHEL 8.7
- Compiler: gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC)
- Binutls: GNU assembler version 2.30 (aarch64-redhat-linux) using BFD version version 2.30-117.el8
- Kernel: Linux 4.18.0-425.12.1.el8_7.aarch64
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: io/tst-futimens UNSUPPORTED: io/tst-futimes UNSUPPORTED: io/tst-lutimes UNSUPPORTED: io/tst-utime UNSUPPORTED: io/tst-utimensat UNSUPPORTED: io/tst-utimes 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-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-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4641 PASS 29 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: RHEL 9.1
- Compiler: gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC)
- Binutils: GNU assembler version 2.35.2 (aarch64-redhat-linux) using BFD version version 2.35.2-24.el9
- Kernel: Linux 5.14.0-162.15.1.el9_1.aarch64
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b 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: 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: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4650 PASS 20 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: Ubuntu 18.10, g++ 8.2.0, binutils 2.31.1, Linux 5.13.0-40-generic (Szabolcs Nagy)
FAIL: malloc/tst-malloc-too-large-malloc-hugetlb2 Summary of test results: 1 FAIL 4644 PASS 15 UNSUPPORTED 16 XFAIL 2 XPASS
the FAIL is a timeout.
Build system:
- Master branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d, build within Gentoo portage (glibc-9999.ebuild)
- Linux jiji 5.15.64-gentoo-dist #1 SMP Wed Aug 31 17:57:10 -00 2022 aarch64 GNU/Linux
- gcc (Gentoo Hardened 11.3.1_p20221209 p3) 11.3.1 20221209
- GNU ld (Gentoo 2.39 p5) 2.39.0
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 UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 17 FAIL 4626 PASS 19 UNSUPPORTED 17 XFAIL 5 XPASS
Build system:
- Master branch at d659442e01e659ad6400b29a0e096639853812c6, build within Gentoo portage (glibc-9999.ebuild)
- Linux jiji 5.15.64-gentoo-dist #1 SMP Wed Aug 31 17:57:10 -00 2022 aarch64 GNU/Linux
- gcc (Gentoo Hardened 12.2.1_p20230121-r1 p10) 12.2.1 20230121
- GNU ld (Gentoo 2.39 p5) 2.39.0
- same machine as above, only change is using gcc-12 instead of gcc-11
Andreas K. Hüttel <dilfridge@g.o>
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: 4643 PASS 19 UNSUPPORTED 17 XFAIL 5 XPASS
4.3. Alpha
4.4. ARC
Build system: Buildroot (master branch at 7231701a290ba447fde9807ba9d260022ddfc8e4)
- Compiler: gcc version 12.2
- GNU binutils 2.39
- Kernel: Linux hsdk 6.1.9 #2 SMP PREEMPT Tue Feb 7 20:39:42 +04 2023 arc GNU/Linux
- Branch at a704fd9a133bfb10510e18702f48a6a9c88dbbd5
- Tester: Pavel Kozlov
UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ UNSUPPORTED: crypt/cert UNSUPPORTED: debug/tst-fortify-cc-default-1-def UNSUPPORTED: debug/tst-fortify-cc-default-2-def UNSUPPORTED: debug/tst-fortify-cc-default-3-def UNSUPPORTED: debug/tst-fortify-cc-lfs-1-def UNSUPPORTED: debug/tst-fortify-cc-lfs-2-def UNSUPPORTED: debug/tst-fortify-cc-lfs-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-def UNSUPPORTED: dlfcn/bug-atexit3 UNSUPPORTED: elf/tst-audit22 FAIL: elf/tst-audit25a FAIL: elf/tst-audit25b XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-tls-allocation-failure-static-patched FAIL: elf/tst-tls1 FAIL: elf/tst-tls3 FAIL: elf/tst-tlsalign-extern UNSUPPORTED: elf/tst-valgrind-smoke FAIL: iconvdata/iconv-test FAIL: io/ftwtest FAIL: io/ftwtest-time64 FAIL: malloc/tst-malloc-thread-fail-malloc-check FAIL: malloc/tst-malloc_info-malloc-check FAIL: math/test-double-trunc UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps FAIL: math/test-float32x-trunc FAIL: math/test-float64-trunc FAIL: math/test-ldouble-trunc UNSUPPORTED: math/test-nearbyint-except-2 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime FAIL: misc/tst-misalign-clone FAIL: misc/tst-misalign-clone-internal UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable 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-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-rseq-nptl UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 FAIL: posix/globtest UNSUPPORTED: stdlib/test-bz22786 UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-thread-quick_exit UNSUPPORTED: string/test-bcopy UNSUPPORTED: string/test-memmove UNSUPPORTED: string/tst-memmove-overflow UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 24 FAIL 4157 PASS 41 UNSUPPORTED 16 XFAIL 2 XPASS
4.5. ARM
Build system:
- 2.37 release branch (commit 590d0e089b06f158ded713f5e5600eaa66dcea44)
- Linux 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:09:03 UTC 2022 aarch64 aarch64 aarch64
- ARM Neoverse-N1
- gcc version 12.2.1 20220922
- GNU ld (GNU Binutils) 2.39.0.20220922
- -march=armv5tej+fp, -mcpu=arm926ej-s
Adhemerval Zanella <adhemerval.zanella@linaro.org>
UNSUPPORTED: elf/tst-audit22 XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-close_range FAIL: malloc/tst-mallocfork2-mcheck FAIL: malloc/tst-mallocfork3-mcheck UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except-2 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-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: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-strftime4 UNSUPPORTED: time/tst-y2039 Summary of test results: 2 FAIL 4422 PASS 29 UNSUPPORTED 16 XFAIL 2 XPASS
Build system:
- 2.37 release branch (commit 590d0e089b06f158ded713f5e5600eaa66dcea44)
- Linux 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:09:03 UTC 2022 aarch64 aarch64 aarch64
- ARM Neoverse-N1
- gcc version 12.2.1 20220922
- GNU ld (GNU Binutils) 2.39.0.20220922
- -march=armv7-a+vfpv3, -mfpu=vfpv3
Adhemerval Zanella <adhemerval.zanella@linaro.org>
UNSUPPORTED: elf/tst-audit22 XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-close_range FAIL: malloc/tst-mallocfork2-mcheck FAIL: malloc/tst-mallocfork3-mcheck UNSUPPORTED: math/test-fesetexcept-traps UNSUPPORTED: math/test-fexcept-traps UNSUPPORTED: math/test-nearbyint-except-2 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-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 FAIL: stdlib/tst-arc4random-fork UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-clock_settime-time64 UNSUPPORTED: time/tst-settimeofday UNSUPPORTED: time/tst-settimeofday-time64 UNSUPPORTED: time/tst-strftime4 UNSUPPORTED: time/tst-y2039
- The malloc/tst-mallocfork2-mcheck, malloc/tst-mallocfork3-mcheck, and stdlib/tst-arc4random-fork are timeout failures.
4.6. C-SKY
4.7. HPPA
Build system: Debian(sid) Linux mx3210 6.1.7 #1 SMP Fri Jan 20 00:09:38 UTC 2023 parisc64 GNU/Linux (Dave Anglin)
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-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-pkey UNSUPPORTED: misc/tst-rseq UNSUPPORTED: misc/tst-rseq-disable FAIL: nptl/tst-pthread-timedlock-lockloop 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 4377 PASS 25 UNSUPPORTED 16 XFAIL 4 XPASS
4.8. IA64
Build system:
- Master branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d, build within Gentoo portage (glibc-9999.ebuild)
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
- gcc (Gentoo 12.2.1_p20221231 p8) 12.2.1 20221231
- GNU ld (Gentoo 2.40 p1) 2.40
Andreas K. Hüttel <dilfridge@g.o>
FAIL: debug/tst-backtrace4 FAIL: dlfcn/tst-dlinfo-phdr FAIL: elf/tst-dl_find_object FAIL: elf/tst-dl_find_object-static UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables FAIL: elf/tst-pldd XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-ro-dynamic UNSUPPORTED: elf/tst-valgrind-smoke UNSUPPORTED: io/tst-fallocate UNSUPPORTED: io/tst-fallocate64 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-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-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-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-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 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime FAIL: misc/tst-misalign-clone FAIL: misc/tst-misalign-clone-internal UNSUPPORTED: misc/tst-ntp_adjtime UNSUPPORTED: misc/tst-pkey UNSUPPORTED: misc/tst-process_mrelease 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-cancel21 FAIL: nptl/tst-cancel21-static FAIL: nptl/tst-cancelx21 UNSUPPORTED: nptl/tst-rseq-nptl FAIL: stdlib/tst-makecontext3 UNSUPPORTED: stdlib/tst-secure-getenv FAIL: stdlib/tst-setcontext7 XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 191 FAIL 4405 PASS 22 UNSUPPORTED 19 XFAIL 5 XPASS
4.9. LoongArch (64-bit hard-float)
Build system: GCC 12.1.0, binutils 2.40, Linux Kernel 5.19.0.
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: 4597 PASS 20 UNSUPPORTED 12 XFAIL 6 XPASS
- Master branch at 2f39e44a8417b4186a7f15bfeac5d0b557e63e03
- Build system: Linux From Scratch @ Loongson-3A5000-HV
- Binutils 2.40
GCC 13.0.1 20230128 (experimental) r13-5468
Linux 6.2.0-rc5+ 5af6ce7049365952 with additional patches
Tester: RuoyaoXi
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-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4598 PASS 22 UNSUPPORTED 12 XFAIL 6 XPASS
4.10. LoongArch (64-bit soft-float)
Build system: GCC 12.1.0, binutils 2.40, Linux Kernel 5.19.0.
UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ UNSUPPORTED: crypt/cert UNSUPPORTED: debug/tst-fortify-cc-default-1-def UNSUPPORTED: debug/tst-fortify-cc-default-2-def UNSUPPORTED: debug/tst-fortify-cc-default-3-def UNSUPPORTED: debug/tst-fortify-cc-lfs-1-def UNSUPPORTED: debug/tst-fortify-cc-lfs-2-def UNSUPPORTED: debug/tst-fortify-cc-lfs-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-def UNSUPPORTED: dlfcn/bug-atexit3 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: 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-cancel24 UNSUPPORTED: nptl/tst-cancel24-static UNSUPPORTED: nptl/tst-minstack-throw UNSUPPORTED: nptl/tst-once5 UNSUPPORTED: nptl/tst-rseq-nptl 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: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4516 PASS 46 UNSUPPORTED 16 XFAIL 2 XPASS
4.11. M68K
4.12. MicroBlaze
4.13. MIPS(mips32)
Build system: Yocto (trunk)
- Compiler: gcc version 13.0.1 20230122 (experimental) (GCC)
- GNU assembler version 2.40 (riscv64-yoe-linux) using BFD version (GNU Binutils) 2.40.20230119
- Kernel: Linux qemumips 6.1.5-yocto-standard #1 SMP PREEMPT Fri Jan 13 04:15:03 UTC 2023 mips GNU/Linux
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Khem Raj
UNSUPPORTED: assert/tst-assert-c++ UNSUPPORTED: assert/tst-assert-g++ 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: debug/tst-fortify-cc-default-1-def UNSUPPORTED: debug/tst-fortify-cc-default-1-time64 UNSUPPORTED: debug/tst-fortify-cc-default-2-def UNSUPPORTED: debug/tst-fortify-cc-default-2-time64 UNSUPPORTED: debug/tst-fortify-cc-default-3-def UNSUPPORTED: debug/tst-fortify-cc-default-3-time64 UNSUPPORTED: debug/tst-fortify-cc-lfs-1-def UNSUPPORTED: debug/tst-fortify-cc-lfs-2-def UNSUPPORTED: debug/tst-fortify-cc-lfs-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-time64 UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-time64 UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-time64 UNSUPPORTED: dlfcn/bug-atexit3 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-dl-hash UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables FAIL: elf/tst-glibc-hwcaps-prepend-cache XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-ro-dynamic UNSUPPORTED: elf/tst-valgrind-smoke FAIL: locale/tst-localedef-path-norm FAIL: malloc/tst-dynarray-fail FAIL: malloc/tst-dynarray-fail-mem FAIL: malloc/tst-malloc-tcache-leak-malloc-hugetlb1 FAIL: malloc/tst-malloc-thread-fail FAIL: malloc/tst-malloc-thread-fail-malloc-hugetlb1 FAIL: malloc/tst-malloc-thread-fail-malloc-hugetlb2 FAIL: malloc/tst-mallocfork2-malloc-check FAIL: malloc/tst-mallocfork2-mcheck FAIL: malloc/tst-mallocfork3-malloc-check FAIL: malloc/tst-mallocfork3-mcheck 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 FAIL: nptl/tst-create-detached UNSUPPORTED: nptl/tst-minstack-throw FAIL: nptl/tst-mutex10 UNSUPPORTED: nptl/tst-once5 FAIL: nptl/tst-robust-fork FAIL: nptl/tst-stack4 UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 FAIL: nss/tst-nss-files-hosts-getent FAIL: nss/tst-nss-files-hosts-multi FAIL: posix/tst-regcomp-truncated FAIL: posix/tst-regex UNSUPPORTED: posix/tst-sysconf-empty-chroot FAIL: resolv/mtrace-tst-resolv-res_ninit FAIL: resolv/tst-ns_name_length_uncompressed FAIL: resolv/tst-resolv-res_ninit UNSUPPORTED: stdlib/test-bz22786 FAIL: stdlib/tst-arc4random-fork UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-secure-getenv FAIL: stdlib/tst-strfrom FAIL: stdlib/tst-strfrom-locale UNSUPPORTED: stdlib/tst-thread-quick_exit UNSUPPORTED: string/test-bcopy FAIL: string/test-memcpy FAIL: string/test-memcpy-large UNSUPPORTED: string/test-memmove FAIL: string/test-mempcpy FAIL: string/test-strcasecmp FAIL: string/test-strncasecmp 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: 39 FAIL 4261 PASS 53 UNSUPPORTED 13 XFAIL 6 XPASS
4.14. Nios II
4.15. OpenRISC
Build System: GCC 12.2.1 20230127 (27b6fb155df), binutils 2.40.50 20230127 (f6210497fd7), Linux 6.2.0-rc2 (Stafford Horne)
Glibc d659442e01 (2023-01-27) Linux buildroot 6.2.0-rc2 #2 SMP Thu Jan 5 16:00:24 JST 2023 openrisc GNU/Linux XFAIL: conform/UNIX98/ndbm.h/conform XFAIL: conform/UNIX98/ndbm.h/linknamespace XFAIL: conform/UNIX98/varargs.h/conform XFAIL: conform/UNIX98/varargs.h/linknamespace XFAIL: conform/XOPEN2K/ndbm.h/conform XFAIL: conform/XOPEN2K/ndbm.h/linknamespace XFAIL: conform/XOPEN2K8/ndbm.h/conform XFAIL: conform/XOPEN2K8/ndbm.h/linknamespace XFAIL: conform/XPG4/varargs.h/conform XFAIL: conform/XPG4/varargs.h/linknamespace XFAIL: conform/XPG42/ndbm.h/conform XFAIL: conform/XPG42/ndbm.h/linknamespace XFAIL: conform/XPG42/varargs.h/conform XFAIL: conform/XPG42/varargs.h/linknamespace UNSUPPORTED: crypt/cert UNSUPPORTED: elf/tst-audit22 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 UNSUPPORTED: io/tst-getcwd-abspath UNSUPPORTED: io/tst-getcwd-smallbuff UNSUPPORTED: locale/tst-localedef-path-norm XFAIL: localedata/tst-langinfo-newlocale-static 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 XFAIL: posix/annexc 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 FAIL: resolv/tst-resolv-res_init-multi UNSUPPORTED: resolv/tst-resolv-res_init-thread UNSUPPORTED: resolv/tst-resolv-threads 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: 9 FAIL 4191 PASS 74 UNSUPPORTED 16 XFAIL 2 XPASS
4.16. PowerPC (32-bit soft-float)
4.17. PowerPC (32-bit hard-float)
Build system: GCC 11.3.0-4, Binutils 2.38.90.20220713, Linux 5.18.0-2-powerpc64 (Rajalakshmi S)
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 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 FAIL: nptl/tst-thread-exit-clobber 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 4456 PASS 15 UNSUPPORTED 16 XFAIL 2 XPASS
4.18. PowerPC (64-bit hard-float)
Build system: GCC 11.3.0-4, Binutils 2.38.90.20220713, Linux 5.18.0-2-powerpc64 (Rajalakshmi S)
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: 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: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 1 FAIL 4390 PASS 12 UNSUPPORTED 16 XFAIL 2 XPASS
4.19. PowerPC64LE (64-bit hard-float)
Build system: RHEL 8.7
- Compiler: gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC)
- Binutils: GNU assembler version 2.30 (ppc64le-redhat-linux) using BFD version version 2.30-117.el8
- Kernel: Linux 4.18.0-425.12.1.el8_7.ppc64le
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: io/tst-futimens UNSUPPORTED: io/tst-futimes UNSUPPORTED: io/tst-lutimes UNSUPPORTED: io/tst-utime UNSUPPORTED: io/tst-utimensat UNSUPPORTED: io/tst-utimes 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-pidfd UNSUPPORTED: misc/tst-pidfd-consts 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: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4840 PASS 27 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: RHEL 9.1
- Compiler: gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC)
- Binutils: GNU assembler version 2.35.2 (ppc64le-redhat-linux) using BFD version version 2.35.2-24.el9
- Kernel: Linux 5.14.0-162.15.1.el9_1.ppc64le
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b 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: 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: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4850 PASS 18 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: GCC 11.2.1-9, Binutils 2.35.2-17 Linux 5.14.0-70.17.1 ppc64le (Rajalakshmi S)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: io/tst-futimens UNSUPPORTED: io/tst-futimes UNSUPPORTED: io/tst-lutimes UNSUPPORTED: io/tst-utime UNSUPPORTED: io/tst-utimensat UNSUPPORTED: io/tst-utimes 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 UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4854 PASS 14 UNSUPPORTED 16 XFAIL 2 XPASS
4.20. RISC-V (rv64imac/lp64)
Build system: GCC 12.2.1 20230125, GNU Binutils 2.39.0.20230101, Linux 6.1.7-1 (Darius Rad)
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: 1 FAIL 4598 PASS 26 UNSUPPORTED 16 XFAIL 2 XPASS
4.21. RISC-V (rv64imafdc/lp64)
Build system: GCC 12.2.1 20230125, GNU Binutils 2.39.0.20230101, Linux 6.1.7-1 (Darius Rad)
XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: elf/tst-valgrind-smoke FAIL: iconv/tst-iconv_prog UNSUPPORTED: math/test-fesetexcept-traps FAIL: math/test-fexcept UNSUPPORTED: math/test-fexcept-traps FAIL: math/test-ldouble-compat_totalorder 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: 3 FAIL 4597 PASS 25 UNSUPPORTED 16 XFAIL 2 XPASS
4.22. RISC-V (rv64imafdc/lp64d)
Build system: GCC 12.2.1 20230125, GNU Binutils 2.39.0.20230101, Linux 6.1.7-1 (Darius Rad)
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: string/tst-strerror UNSUPPORTED: string/tst-strsignal UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 1 FAIL 4601 PASS 23 UNSUPPORTED 16 XFAIL 2 XPASS
4.23. RISC-V (rv64imafdc/lp64d)
Build system: Yocto (trunk)
- Compiler: gcc version 13.0.1 20230122 (experimental) (GCC)
- GNU assembler version 2.40 (riscv64-yoe-linux) using BFD version (GNU Binutils) 2.40.20230119
- Kernel: Linux unmatched 6.1.8 #1 SMP Tue Jan 24 06:24:44 UTC 2023 riscv64 GNU/Linux
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Khem Raj
UNSUPPORTED: assert/tst-assert-c++ [7/1652] UNSUPPORTED: assert/tst-assert-g++ 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: debug/tst-fortify-cc-default-1-def UNSUPPORTED: debug/tst-fortify-cc-default-2-def UNSUPPORTED: debug/tst-fortify-cc-default-3-def UNSUPPORTED: debug/tst-fortify-cc-lfs-1-def UNSUPPORTED: debug/tst-fortify-cc-lfs-2-def UNSUPPORTED: debug/tst-fortify-cc-lfs-3-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-1-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-2-def UNSUPPORTED: debug/tst-fortify-cc-nongnu-3-def UNSUPPORTED: dlfcn/bug-atexit3 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: locale/tst-localedef-path-norm FAIL: malloc/tst-malloc-too-large-malloc-hugetlb2 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-cancel24 UNSUPPORTED: nptl/tst-cancel24-static UNSUPPORTED: nptl/tst-minstack-throw UNSUPPORTED: nptl/tst-once5 UNSUPPORTED: nptl/tst-rseq-nptl UNSUPPORTED: nptl/tst-thread-exit-clobber UNSUPPORTED: nptl/tst-thread_local1 FAIL: nss/tst-nss-files-hosts-getent FAIL: nss/tst-nss-files-hosts-multi FAIL: stdlib/test-bz22786 FAIL: stdlib/tst-arc4random-fork UNSUPPORTED: stdlib/tst-quick_exit UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: stdlib/tst-thread-quick_exit FAIL: string/test-mempcpy FAIL: string/test-strncasecmp UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday FAIL: wcsmbs/test-wcsnlen Summary of test results: 9 FAIL 4527 PASS 42 UNSUPPORTED 12 XFAIL 6 XPASS
4.24. S/390 (32-bit)
Build system:
- Master branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d, build within Gentoo portage (glibc-9999.ebuild)
- Linux lgentoo3 6.0.9-gentoo #1 SMP Thu Nov 24 15:51:23 EST 2022 s390 8561 IBM GNU/Linux
- gcc (Gentoo 12.2.1_p20221231 p8) 12.2.1 20221231
- GNU ld (Gentoo 2.40 p1) 2.40
Andreas K. Hüttel <dilfridge@g.o>
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 4715 PASS 26 UNSUPPORTED 17 XFAIL 5 XPASS
Build system: gcc version 12.2.1, GNU Binutils version 2.38, Linux 6.0.8 (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 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: 2 FAIL 4733 PASS 24 UNSUPPORTED 16 XFAIL 2 XPASS
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.25. S/390 (64-bit)
Build system: RHEL 8.7
- Compiler: gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC)
- Binutils: GNU assembler version 2.30 (s390x-redhat-linux) using BFD version version 2.30-117.el8
- Kernel: Linux 4.18.0-425.12.1.el8_7.s390x
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
UNSUPPORTED: elf/tst-audit22 UNSUPPORTED: elf/tst-env-setuid UNSUPPORTED: elf/tst-env-setuid-tunables XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b UNSUPPORTED: io/tst-futimens UNSUPPORTED: io/tst-futimes UNSUPPORTED: io/tst-lutimes UNSUPPORTED: io/tst-utime UNSUPPORTED: io/tst-utimensat UNSUPPORTED: io/tst-utimes UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime 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-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4647 PASS 27 UNSUPPORTED 16 XFAIL 2 XPASS
Build system: RHEL 9.1
- Compiler: gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC)
- Binutils: GNU assembler version 2.35.2 (s390x-redhat-linux) using BFD version version 2.35.2-24.el9
- Kernel: Linux 5.14.0-162.15.1.el9_1.s390x
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: Carlos O'Donell
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: 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: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4659 PASS 17 UNSUPPORTED 16 XFAIL 2 XPASS
Build system:
- Master branch at d659442e01e659ad6400b29a0e096639853812c6, build within Gentoo portage (glibc-9999.ebuild)
- Linux lgentoo4 6.0.9-gentoo #1 SMP Thu Nov 24 17:02:38 EST 2022 s390x 8561 IBM GNU/Linux
- gcc (Gentoo 12.2.1_p20221231 p8) 12.2.1 20221231
- GNU ld (Gentoo 2.40 p1) 2.40
Andreas K. Hüttel <dilfridge@g.o>
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: 4652 PASS 16 UNSUPPORTED 17 XFAIL 5 XPASS
Build system: gcc version 12.2.1, GNU Binutils version 2.38, Linux 6.0.8 (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 UNSUPPORTED: stdlib/tst-secure-getenv UNSUPPORTED: time/tst-clock_settime UNSUPPORTED: time/tst-settimeofday Summary of test results: 4675 PASS 9 UNSUPPORTED 16 XFAIL 2 XPASS
- 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
4.26. SH
4.27. SPARC (32-bit)
4.28. SPARC (64-bit)
Build system:
- Master branch at d659442e01e659ad6400b29a0e096639853812c6, build within Gentoo portage (glibc-9999.ebuild)
- Gentoo patchset at 82af9273c46fe3f6227d0bf0e9198a11f8a82156
Linux catbus 5.15.69-gentoo #1 SMP Sat Sep 24 07:56:24 PDT 2022 sparc64 sun4v UltraSparc T5 (Niagara5) GNU/Linux
- gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209
- GNU ld (Gentoo 2.38 p4) 2.38
Andreas K. Hüttel <dilfridge@g.o>
FAIL: elf/tst-audit24a FAIL: elf/tst-audit24b FAIL: elf/tst-audit24c FAIL: elf/tst-audit24d FAIL: elf/tst-pldd XPASS: elf/tst-protected1a XPASS: elf/tst-protected1b FAIL: elf/tst-ptrguard1-static FAIL: elf/tst-stackguard1-static FAIL: math/test-float64x-float128-mul FAIL: nptl/tst-cancel30 FAIL: nptl/tst-mutexpi9 FAIL: nptl/tst-pthread-gdb-attach FAIL: nptl/tst-pthread-gdb-attach-static FAIL: nptl/tst-rwlock6 FAIL: nptl/tst-sem5 FAIL: nptl/tst-stackguard1-static FAIL: socket/tst-socket-timestamp FAIL: stdlib/tst-setcontext2 XPASS: string/tst-strerror XPASS: string/tst-strsignal XPASS: support/tst-support_descriptors Summary of test results: 17 FAIL 4614 PASS 22 UNSUPPORTED 18 XFAIL 5 XPASS
4.29. x86 (32-bit, Linux)
4.30. x86_64 (64-bit, Linux)
Build system: RHEL 8.7
- Testing on Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz
- Compler: gcc version 8.5.0 20210514 (Red Hat 8.5.0-16) (GCC)
- Binutils: GNU assembler version 2.30 (x86_64-redhat-linux) using BFD version version 2.30-117.el8
- Kernel: Linux 4.18.0-425.12.1.el8_7.x86_64
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: 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: io/tst-futimens UNSUPPORTED: io/tst-futimes UNSUPPORTED: io/tst-lutimes UNSUPPORTED: io/tst-utime UNSUPPORTED: io/tst-utimensat UNSUPPORTED: io/tst-utimes UNSUPPORTED: math/test-double-libmvec-acos-avx2 UNSUPPORTED: math/test-double-libmvec-acos-avx512f UNSUPPORTED: math/test-double-libmvec-acosh-avx2 UNSUPPORTED: math/test-double-libmvec-acosh-avx512f UNSUPPORTED: math/test-double-libmvec-asin-avx2 UNSUPPORTED: math/test-double-libmvec-asin-avx512f UNSUPPORTED: math/test-double-libmvec-asinh-avx2 UNSUPPORTED: math/test-double-libmvec-asinh-avx512f UNSUPPORTED: math/test-double-libmvec-atan-avx2 UNSUPPORTED: math/test-double-libmvec-atan-avx512f UNSUPPORTED: math/test-double-libmvec-atan2-avx2 UNSUPPORTED: math/test-double-libmvec-atan2-avx512f UNSUPPORTED: math/test-double-libmvec-atanh-avx2 UNSUPPORTED: math/test-double-libmvec-atanh-avx512f UNSUPPORTED: math/test-double-libmvec-cbrt-avx2 UNSUPPORTED: math/test-double-libmvec-cbrt-avx512f UNSUPPORTED: math/test-double-libmvec-cos-avx2 UNSUPPORTED: math/test-double-libmvec-cos-avx512f UNSUPPORTED: math/test-double-libmvec-cosh-avx2 UNSUPPORTED: math/test-double-libmvec-cosh-avx512f UNSUPPORTED: math/test-double-libmvec-erf-avx2 UNSUPPORTED: math/test-double-libmvec-erf-avx512f UNSUPPORTED: math/test-double-libmvec-erfc-avx2 UNSUPPORTED: math/test-double-libmvec-erfc-avx512f UNSUPPORTED: math/test-double-libmvec-exp-avx2 UNSUPPORTED: math/test-double-libmvec-exp-avx512f UNSUPPORTED: math/test-double-libmvec-exp10-avx2 UNSUPPORTED: math/test-double-libmvec-exp10-avx512f UNSUPPORTED: math/test-double-libmvec-exp2-avx2 UNSUPPORTED: math/test-double-libmvec-exp2-avx512f UNSUPPORTED: math/test-double-libmvec-expm1-avx2 UNSUPPORTED: math/test-double-libmvec-expm1-avx512f UNSUPPORTED: math/test-double-libmvec-hypot-avx2 UNSUPPORTED: math/test-double-libmvec-hypot-avx512f UNSUPPORTED: math/test-double-libmvec-log-avx2 UNSUPPORTED: math/test-double-libmvec-log-avx512f UNSUPPORTED: math/test-double-libmvec-log10-avx2 UNSUPPORTED: math/test-double-libmvec-log10-avx512f UNSUPPORTED: math/test-double-libmvec-log1p-avx2 UNSUPPORTED: math/test-double-libmvec-log1p-avx512f UNSUPPORTED: math/test-double-libmvec-log2-avx2 UNSUPPORTED: math/test-double-libmvec-log2-avx512f UNSUPPORTED: math/test-double-libmvec-pow-avx2 UNSUPPORTED: math/test-double-libmvec-pow-avx512f UNSUPPORTED: math/test-double-libmvec-sin-avx2 UNSUPPORTED: math/test-double-libmvec-sin-avx512f UNSUPPORTED: math/test-double-libmvec-sincos-avx2 UNSUPPORTED: math/test-double-libmvec-sincos-avx512f UNSUPPORTED: math/test-double-libmvec-sinh-avx2 UNSUPPORTED: math/test-double-libmvec-sinh-avx512f UNSUPPORTED: math/test-double-libmvec-tan-avx2 UNSUPPORTED: math/test-double-libmvec-tan-avx512f UNSUPPORTED: math/test-double-libmvec-tanh-avx2 UNSUPPORTED: math/test-double-libmvec-tanh-avx512f UNSUPPORTED: math/test-float-libmvec-acosf-avx2 UNSUPPORTED: math/test-float-libmvec-acosf-avx512f UNSUPPORTED: math/test-float-libmvec-acoshf-avx2 UNSUPPORTED: math/test-float-libmvec-acoshf-avx512f UNSUPPORTED: math/test-float-libmvec-asinf-avx2 UNSUPPORTED: math/test-float-libmvec-asinf-avx512f UNSUPPORTED: math/test-float-libmvec-asinhf-avx2 UNSUPPORTED: math/test-float-libmvec-asinhf-avx512f UNSUPPORTED: math/test-float-libmvec-atan2f-avx2 UNSUPPORTED: math/test-float-libmvec-atan2f-avx512f UNSUPPORTED: math/test-float-libmvec-atanf-avx2 UNSUPPORTED: math/test-float-libmvec-atanf-avx512f UNSUPPORTED: math/test-float-libmvec-atanhf-avx2 UNSUPPORTED: math/test-float-libmvec-atanhf-avx512f UNSUPPORTED: math/test-float-libmvec-cbrtf-avx2 UNSUPPORTED: math/test-float-libmvec-cbrtf-avx512f UNSUPPORTED: math/test-float-libmvec-cosf-avx2 UNSUPPORTED: math/test-float-libmvec-cosf-avx512f UNSUPPORTED: math/test-float-libmvec-coshf-avx2 UNSUPPORTED: math/test-float-libmvec-coshf-avx512f UNSUPPORTED: math/test-float-libmvec-erfcf-avx2 UNSUPPORTED: math/test-float-libmvec-erfcf-avx512f UNSUPPORTED: math/test-float-libmvec-erff-avx2 UNSUPPORTED: math/test-float-libmvec-erff-avx512f UNSUPPORTED: math/test-float-libmvec-exp10f-avx2 UNSUPPORTED: math/test-float-libmvec-exp10f-avx512f UNSUPPORTED: math/test-float-libmvec-exp2f-avx2 UNSUPPORTED: math/test-float-libmvec-exp2f-avx512f UNSUPPORTED: math/test-float-libmvec-expf-avx2 UNSUPPORTED: math/test-float-libmvec-expf-avx512f UNSUPPORTED: math/test-float-libmvec-expm1f-avx2 UNSUPPORTED: math/test-float-libmvec-expm1f-avx512f UNSUPPORTED: math/test-float-libmvec-hypotf-avx2 UNSUPPORTED: math/test-float-libmvec-hypotf-avx512f UNSUPPORTED: math/test-float-libmvec-log10f-avx2 UNSUPPORTED: math/test-float-libmvec-log10f-avx512f UNSUPPORTED: math/test-float-libmvec-log1pf-avx2 UNSUPPORTED: math/test-float-libmvec-log1pf-avx512f UNSUPPORTED: math/test-float-libmvec-log2f-avx2 UNSUPPORTED: math/test-float-libmvec-log2f-avx512f UNSUPPORTED: math/test-float-libmvec-logf-avx2 UNSUPPORTED: math/test-float-libmvec-logf-avx512f UNSUPPORTED: math/test-float-libmvec-powf-avx2 UNSUPPORTED: math/test-float-libmvec-powf-avx512f UNSUPPORTED: math/test-float-libmvec-sincosf-avx2 UNSUPPORTED: math/test-float-libmvec-sincosf-avx512f UNSUPPORTED: math/test-float-libmvec-sinf-avx2 UNSUPPORTED: math/test-float-libmvec-sinf-avx512f UNSUPPORTED: math/test-float-libmvec-sinhf-avx2 UNSUPPORTED: math/test-float-libmvec-sinhf-avx512f UNSUPPORTED: math/test-float-libmvec-tanf-avx2 UNSUPPORTED: math/test-float-libmvec-tanf-avx512f UNSUPPORTED: math/test-float-libmvec-tanhf-avx2 UNSUPPORTED: math/test-float-libmvec-tanhf-avx512f UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime 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-pthread-gdb-attach UNSUPPORTED: nptl/tst-pthread-gdb-attach-static 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: 5012 PASS 151 UNSUPPORTED 18 XFAIL 4 XPASS
Build system: RHEL 9.1
- Testing on Intel(R) Xeon(R) D-2753NT CPU @ 2.00GHz
- Compiler: gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC)
- Binutils: GNU assembler version 2.35.2 (x86_64-redhat-linux) using BFD version version 2.35.2-24.el9
- Kernel: Linux 5.14.0-162.15.1.el9_1.x86_64
- Branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Tester: 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 UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime 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: 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: 5132 PASS 31 UNSUPPORTED 18 XFAIL 4 XPASS
Build system:
- Master branch at 33f0f58b59751a0cb0dd1611175d0211f567bede, build within Gentoo portage (glibc-9999.ebuild)
- Gentoo patchset at 82af9273c46fe3f6227d0bf0e9198a11f8a82156
Linux pinacolada 6.0.18-gentoo #2 SMP PREEMPT_DYNAMIC Sun Jan 15 21:23:16 CET 2023 x86_64 Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz GenuineIntel GNU/Linux
- gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209
- GNU ld (Gentoo 2.39 p5) 2.39.0
Andreas K. Hüttel <dilfridge@g.o>
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: resolv/tst-resolv-edns XPASS: support/tst-support_descriptors Summary of test results: 1 FAIL 5069 PASS 86 UNSUPPORTED 19 XFAIL 5 XPASS
- Master branch at 2f39e44a8417b4186a7f15bfeac5d0b557e63e03
- Build system: Linux From Scratch @ Intel Core i7-1065G7
- Binutils 2.40
- GCC 12.2.0
- Linux 6.2-rc6
Tester: RuoyaoXi
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-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: elf/tst-valgrind-smoke UNSUPPORTED: misc/tst-adjtimex UNSUPPORTED: misc/tst-clock_adjtime UNSUPPORTED: misc/tst-ntp_adjtime 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: 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: 5147 PASS 30 UNSUPPORTED 12 XFAIL 8 XPASS
4.31. x86_64 (x32, Linux)
4.32. x86 (32-bit, Hurd)
Build system:
- Master branch at 0d50f477f47ba637b54fb03ac48d769ec4543e8d
- Debian bookworm with gcc version 12.2.0-9, binutils 2.40-2, gnumach 2:1.8+git20221224-2, hurd 1:0.9.git20221224-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 UNSUPPORTED: elf/tst-audit17 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-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 UNSUPPORTED: 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 FAIL: stdlib/tst-canon-bz26341 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: 76 FAIL 4338 PASS 84 UNSUPPORTED 48 XFAIL 6 XPASS