Wind River Support Network

HomeDefectsLIN6-2292
Not to be fixed

LIN6-2292 : [Feature Testing][LSB]: 11 failures for 'Printing 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
======================
11 failures for 'Printing Tests' on qemux86-64, they are:

/convenience/cupsConvenience 1 	failed 	
/convenience/cupsConvenience 2 	failed 	
/convenience/cupsConvenience 3 	failed 	
/convenience/cupsConvenience 4 	failed 	
/convenience/cupsConvenience 5 	failed 	
/convenience/cupsConvenience 6 	failed 	
/convenience/cupsConvenience 7 	failed 	
/convenience/cupsConvenience 8 	unresolved 	
/convenience/cupsConvenience 9 	unresolved 	
/convenience/cupsConvenience 10 	unresolved 	
/convenience/cupsConvenience 11 	testsuite_error 	
/convenience/cupsConvenience 11 	unreported 	

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

Observed Behavior
======================
/convenience/cupsConvenience 1 	failed 	
/convenience/cupsConvenience 2 	failed 	
/convenience/cupsConvenience 3 	failed 	
/convenience/cupsConvenience 4 	failed 	
/convenience/cupsConvenience 5 	failed 	
/convenience/cupsConvenience 6 	failed 	
/convenience/cupsConvenience 7 	failed 	
/convenience/cupsConvenience 8 	unresolved 	
/convenience/cupsConvenience 9 	unresolved 	
/convenience/cupsConvenience 10 	unresolved 	
/convenience/cupsConvenience 11 	testsuite_error 	
/convenience/cupsConvenience 11 	unreported 	

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