diff mbox series

x32: xfail elf/tst-platform-1 [BZ #22363]

Message ID 20240718222350.1820595-1-hjl.tools@gmail.com
State New
Headers show
Series x32: xfail elf/tst-platform-1 [BZ #22363] | expand

Commit Message

H.J. Lu July 18, 2024, 10:23 p.m. UTC
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>
---
 sysdeps/x86_64/x32/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Sam James July 18, 2024, 10:34 p.m. UTC | #1
"H.J. Lu" <hjl.tools@gmail.com> writes:

> Xfail elf/tst-platform-1 on x32 since kernel passes i686 in AT_PLATFORM.
> See https://sourceware.org/bugzilla/show_bug.cgi?id=22363
>

Reviewed-by: Sam James <sam@gentoo.org>

but needs RM approval at this point, although he did ask for it on the
bug...

> Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
> ---
>  sysdeps/x86_64/x32/Makefile | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> 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
Andreas K. Huettel July 19, 2024, 8:35 a.m. UTC | #2
Thank you and already pushed.

Am Freitag, 19. Juli 2024, 00:34:09 MESZ schrieb Sam James:
> "H.J. Lu" <hjl.tools@gmail.com> writes:
> 
> > Xfail elf/tst-platform-1 on x32 since kernel passes i686 in AT_PLATFORM.
> > See https://sourceware.org/bugzilla/show_bug.cgi?id=22363
> >
> 
> Reviewed-by: Sam James <sam@gentoo.org>
> 
> but needs RM approval at this point, although he did ask for it on the
> bug...
> 
> > Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
> > ---
> >  sysdeps/x86_64/x32/Makefile | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > 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
>
diff mbox series

Patch

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