This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Fix cross-testing of tst-ifunc-fault-* tests
- From: Siddhesh Poyarekar <siddhesh at sourceware dot org>
- To: Joseph Myers <joseph at codesourcery dot com>, libc-alpha at sourceware dot org
- Date: Thu, 23 Jan 2020 07:37:28 +0530
- Subject: Re: Fix cross-testing of tst-ifunc-fault-* tests
- References: <alpine.DEB.2.21.2001222332140.11049@digraph.polyomino.org.uk>
On 23/01/20 5:03 am, Joseph Myers wrote:
> The tests elf/tst-ifunc-fault-bindnow and elf/tst-ifunc-fault-lazy
> fail in cross-testing because they run the dynamic linker directly
> without using the test wrapper. This patch fixes them to use the test
> wrapper instead.
>
> Tested that this fixes the failure of those two tests for powerpc
> soft-float.
>
OK for master.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>