Wind River Support Network

HomeDefectsLIN6-1762
Not to be fixed

LIN6-1762 : [Feature Testing][LSB]: 13 failures for 'OLVER Core Tests' on qemux86-64, 5 of them are genuine test failures

Created: Aug 16, 2013    Updated: Apr 19, 2018
Resolved Date: Apr 17, 2018
Found In Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace

Description

Problem Description

======================

13 failures for 'OLVER Core Tests' on qemux86-64, 5 of them are genuine test failures, they are:



/olver/math/chyper/tests/catanh_spec 1 	failed 	

/olver/math/trig/tests/atan_spec 1 	failed 	

/olver/math/trig/tests/atan2_spec 1 	failed 	

/olver/other/other/tests/others 1 	failed 	

/olver/math/complex/tests/carg_spec 1 	failed





Expected Behavior

======================

All of them passed.



Observed Behavior

======================

/olver/math/chyper/tests/catanh_spec 1 	failed 	

/olver/math/trig/tests/atan_spec 1 	failed 	

/olver/math/trig/tests/atan2_spec 1 	failed 	

/olver/other/other/tests/others 1 	failed 	

/olver/math/complex/tests/carg_spec 1 	failed	

Steps to Reproduce

1 configure a project

/lpg-build/cdc/fast_prod/wrlinux60/dvd_install/lx08_13fa/wrlinux-6/wrlinux/configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc_std --enable-parallel-pkgbuilds=16 --enable-jobs=8 --with-layer=wr-features --with-template=feature/lsbtesting

2. make fs

3. make start-target

4. On target:

	a. Add the following code in /usr/bin/LSB_test.sh

echo "---------------------------------"

echo "Run all the certification version of LSB Tests"

echo "---------------------------------"



LSB_DIST_CHECKER="/opt/lsb/test/manager/utils/dist-checker.pl"

SESSION="${WORK_DIR}/session"

if [ ! -e ${SESSION} ]

then

    echo "Error: Could not find session file."

    echo "You must run LSB test from webbrower."

    exit 1

fi



if [ -x ${LSB_DIST_CHECKER} ]

then

    ${LSB_DIST_CHECKER} -v2 -f ${SESSION}

    check

fi

	b. run /usr/bin/LSB_test.sh
Live chat
Online