GCC-test suite help needed
naveen yadav
yad.naveen@gmail.com
Thu Aug 12 16:02:00 GMT 2010
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.
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-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-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@gcc.gnu.org/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 48199
# of unexpected failures 2589
# of unexpected successes 1
# of expected failures 188
# of unresolved testcases 172
# of unsupported tests 463
Will you pls let me know where else I need to change to get better and
correct result.
kind regards
More information about the Gcc-help
mailing list