Wind River Support Network

HomeDefectsLIN6-2180
Not to be fixed

LIN6-2180 : [Feature Testing][LSB]: 1 failures for 'Perl Tests' on qemux86-64

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
======================
1 failures for 'Perl Tests' on qemux86-64, it is:

op/stat.t 167 	unreported 	No result

Expected Behavior
======================
All of them passed.

Observed Behavior
======================
op/stat.t 167 	unreported 	No result

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