[PATCH] arm: Xfail 2 static THP tests

Adhemerval Zanella Netto adhemerval.zanella@linaro.org
Tue Jun 23 12:57:59 GMT 2026



On 23/06/26 01:49, H.J. Lu wrote:
> Since 2 static THP tests fail on arm:
> 
> FAIL: elf/tst-thp-1-no-s-code-static
> FAIL: elf/tst-thp-1-static
> 
> due to limitations of arm32 kABI:
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=34096
> 
> xfail them.

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

PS: could you send patch as inline instead of attachment? I see it slight
    better to review using default email readers.

> 
> From 3f5f7982464330bacb177cc9159c46fe50b41292 Mon Sep 17 00:00:00 2001
> From: "H.J. Lu" <hjl.tools@gmail.com>
> Date: Tue, 23 Jun 2026 05:15:38 +0800
> Subject: [PATCH] arm: Xfail 2 static THP tests
> 
> Since 2 static THP tests fail on arm:
> 
> FAIL: elf/tst-thp-1-no-s-code-static
> FAIL: elf/tst-thp-1-static
> 
> due to limitations of arm32 kABI:
> 
> https://sourceware.org/bugzilla/show_bug.cgi?id=34096
> 
> xfail them.
> 
> Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
> ---
>  sysdeps/unix/sysv/linux/arm/Makefile | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
> index 428949fefd..bf024a2853 100644
> --- a/sysdeps/unix/sysv/linux/arm/Makefile
> +++ b/sysdeps/unix/sysv/linux/arm/Makefile
> @@ -4,13 +4,11 @@ sysdep-rtld-routines += aeabi_read_tp libc-do-syscall
>  # an undefined reference to __libc_do_syscall.
>  CFLAGS-tst-nolink-libc.c += -marm
>  
> -ifeq (yes,$(enable-static-pie))
> -# These static PIE tests fail on arm due to limitations of arm32 kABI:
> +# These static tests fail on arm due to limitations of arm32 kABI:
>  # https://sourceware.org/bugzilla/show_bug.cgi?id=34096
>  test-xfail-tst-thp-1-no-s-code-static = yes
>  test-xfail-tst-thp-1-static = yes
>  endif
> -endif
>  
>  ifeq ($(subdir),misc)
>  sysdep_routines += ioperm
> -- 
> 2.54.0
> 



More information about the Libc-alpha mailing list