mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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>
This commit is contained in:
parent
d905183f0b
commit
66f2cd6e1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user