[yocto] [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures

Mark Hatle mark.hatle at windriver.com
Thu Nov 26 06:48:44 PST 2015


Thank you.  I'm going to try to get this and the previous set of pending patches
merged in the next day or so.

I'll let everyone know when the next test version is ready.

--Mark

On 11/26/15 2:01 AM, Maninder Singh wrote:
> aarch64 fixes reported by testsuite failures
> 
> To work this we need to copy all required system libs
> in testsuite directory, and at our set-up we copied
> below libs:-
> 1. ld-linux-aarch64.so.1
> 2. libc.so.6
> 3. libgcc_s.so.1
> 4. libm.so.6
> 5. libstdc++.so.6
> 
> root# make check
> make  check-TESTS
> make[1]: Entering directory 'prelink-cross/testsuite'
> make[2]: Entering directory 'prelink-cross/testsuite'
> SKIP: movelibs.sh
> PASS: reloc1.sh
> PASS: reloc2.sh
> PASS: reloc3.sh
> SKIP: reloc4.sh
> SKIP: reloc5.sh
> PASS: reloc6.sh
> PASS: reloc7.sh
> PASS: reloc8.sh
> PASS: reloc9.sh
> PASS: reloc10.sh
> PASS: reloc11.sh
> PASS: shuffle1.sh
> PASS: shuffle2.sh
> PASS: shuffle3.sh
> PASS: shuffle4.sh
> PASS: shuffle5.sh
> PASS: shuffle6.sh
> PASS: shuffle7.sh
> PASS: shuffle8.sh
> PASS: shuffle9.sh
> PASS: undo1.sh
> PASS: layout1.sh
> PASS: layout2.sh
> FAIL: unprel1.sh
> PASS: tls1.sh
> PASS: tls2.sh
> PASS: tls3.sh
> PASS: tls4.sh
> PASS: tls5.sh
> PASS: tls6.sh
> PASS: tls7.sh
> PASS: cxx1.sh
> PASS: cxx2.sh
> PASS: cxx3.sh
> FAIL: quick1.sh
> FAIL: quick2.sh
> FAIL: quick3.sh
> PASS: cycle1.sh
> PASS: cycle2.sh
> FAIL: deps1.sh
> FAIL: deps2.sh
> SKIP: ifunc1.sh
> SKIP: ifunc2.sh
> SKIP: ifunc3.sh
> PASS: undosyslibs.sh
> FAIL: preload1.sh
> ============================================================================
> Testsuite summary for
> ============================================================================
> # TOTAL: 47
> # PASS:  34
> # SKIP:  6
> # XFAIL: 0
> # FAIL:  7
> # XPASS: 0
> # ERROR: 0
> 
> Maninder Singh (2):
>   testsuite: fixes in testsuite according to aarch64
>   src/arch-aarch64.c:testsuite failure fixes in aarch64
> 
>  src/arch-aarch64.c  |    7 ++++---
>  testsuite/reloc2.sh |    2 +-
>  testsuite/reloc8.sh |    2 +-
>  testsuite/reloc9.sh |    2 +-
>  testsuite/tls3.sh   |    2 +-
>  5 files changed, 8 insertions(+), 7 deletions(-)
> 




More information about the yocto mailing list