]> sourceware.org Git - glibc.git/commitdiff
x32: xfail elf/tst-platform-1 [BZ #22363]
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 18 Jul 2024 22:23:50 +0000 (15:23 -0700)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 19 Jul 2024 08:34:38 +0000 (10:34 +0200)
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>
sysdeps/x86_64/x32/Makefile

index a015789a4fe4e7c34e58a3a371bf9e81ab71b1e4..a9b20b798f2ae16186f421911fbb326c3a0a148c 100644 (file)
@@ -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
This page took 0.046483 seconds and 5 git commands to generate.