All of lore.kernel.org
 help / color / mirror / Atom feed
* [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures
@ 2015-11-26  8:01 Maninder Singh
  2015-11-26  8:01 ` [prelink-cross][PATCH 1/2] testsuite: fixes in testsuite according to aarch64 Maninder Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maninder Singh @ 2015-11-26  8:01 UTC (permalink / raw)
  To: mark.hatle
  Cc: hakbong5.lee, yocto, doha.hwang, ajeet.y, akhilesh.k,
	Maninder Singh, pankaj.m

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(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-26 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26  8:01 [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures Maninder Singh
2015-11-26  8:01 ` [prelink-cross][PATCH 1/2] testsuite: fixes in testsuite according to aarch64 Maninder Singh
2015-11-26  8:01 ` [prelink-cross][PATCH 2/2] src/arch-aarch64.c:testsuite failure fixes in aarch64 Maninder Singh
2015-11-26 14:48 ` [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures Mark Hatle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.