diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-07-18 15:23:50 -0700 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-19 10:34:38 +0200 |
commit | 66f2cd6e1a5a9a0113c9f5c13fb06707fef77fd4 (patch) | |
tree | 1f1ba148907bbb82d5e755a46b3ee5c28fd4abe7 /sysdeps | |
parent | d905183f0bb10c66487a1dbc15fc52107cb164fc (diff) | |
download | glibc-66f2cd6e1a5a9a0113c9f5c13fb06707fef77fd4.tar.gz glibc-66f2cd6e1a5a9a0113c9f5c13fb06707fef77fd4.tar.xz glibc-66f2cd6e1a5a9a0113c9f5c13fb06707fef77fd4.zip |
x32: xfail elf/tst-platform-1 [BZ #22363]
Xfail elf/tst-platform-1 on x32 since kernel passes i686 in AT_PLATFORM. See https://sourceware.org/bugzilla/show_bug.cgi?id=22363 Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/x32/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/x86_64/x32/Makefile b/sysdeps/x86_64/x32/Makefile index a015789a4f..a9b20b798f 100644 --- a/sysdeps/x86_64/x32/Makefile +++ b/sysdeps/x86_64/x32/Makefile @@ -1,3 +1,9 @@ +ifeq ($(subdir),elf) +# Xfail tst-platform-1 on x32 since kernel passes i686 in AT_PLATFORM. +# See https://sourceware.org/bugzilla/show_bug.cgi?id=22363 +test-xfail-tst-platform-1 = yes +endif + ifeq ($(subdir),math) # Since x32 returns 32-bit long int and 64-bit long long int in the # same 64-bit register, we make the 32b-bit lround an alias of the |