[arm-gnu] GCC-test suite help needed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[arm-gnu] GCC-test suite help needed
- To: arm-gnu@xxxxxxxxxxxxxxxx
- Subject: [arm-gnu] GCC-test suite help needed
- From: naveen yadav <yad.naveen@xxxxxxxxx>
- Date: Fri, 13 Aug 2010 19:56:02 +0530
Hi All,
I am running GCC testsuite with help of dejaGNU. I have made the
relevent setup. The Test can execute on Target. I have done following
configuration.
I download arm cross compiler from code sourcery version GCC 4.4.1
my target is ARM(Cortex a-8)
On host machine(linux server)
below is my target specific configuration:myboard_sshscp.exp
########################################################
# How to compile C programs for this board
load_generic_config "unix"
process_multilib_options ""
set_board_info compiler arm-none-linux-gnueabi-gcc
# Network address of board
set_board_info hostname 10.10.99.65
# How to log into this board via ssh and copy files via scp.
# Ideally, you'll set it up to not need a password to log in via ssh
# (see e.g. http://www-csli.stanford.edu/semlab/muri/system/howto/ssh.html).
set_board_info username root
set_board_info shell_prompt "dank2>"
# For DejaGnu 1.4.3 and above; DejaGnu 1.4.2.x (Debian 3.0) ignores
these settings!
set_board_info rsh_prog /usr/bin/ssh
set_board_info rcp_prog /usr/bin/scp
###############################################################
On linux server I run following command:
#runtest --verbose --target arm --tool_exec arm-none-linux-gnueabi-gcc
--tool gcc --target_board=myboard_sshscp >log
When I check the o/p I found lots of fail test cases. But when I check
on GCC test suite site log result.
http://www.archivum.info/gcc-testresults@xxxxxxxxxxx/2009-06/00816/Results-for-4.4.1-20090625-(prerelease)-(GCC)-testsuite-on-arm-none-linux-gnueabi.html.
I found the fail test cases are very small .
=== gcc Summary ===
# of expected passes 48699
# of unexpected failures 2549
# of unexpected successes 3
# of expected failures 156
# of unresolved testcases 172
# of unsupported tests 462
Will you pls let me know where else I need to change to get better and
correct result.
kind regards