Not to be fixed
Created: May 17, 2021
Updated: Aug 19, 2021
Resolved Date: Aug 19, 2021
Found In Version: 10.21.20.1
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel
1. build a project
/lpg-build/cdc/fast_prod/WRLINUX_CI/RC_GIT/wrlinux-10/setup.sh --machines=ti-j72xx --distros=wrlinux --dl-layers --accept-eula=yes
. ./environment-setup-x86_64-wrlinuxsdk-linux
. ./oe-init-build-env build_test
add ltp to image
bitbake lib32-wrlinux-image-std
2. bootup the board and run the testcase.
<<<test_start>>>
tag=access03 stime=1607620099
cmdline="access03"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1248: TINFO: Timeout per run is 0h 05m 00s
access03.c:40: TFAIL: access(0xffffffff, F_OK) as root should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, F_OK) as nobody should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, R_OK) as root should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, R_OK) as nobody should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, W_OK) as root should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, W_OK) as nobody should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, X_OK) as root should fail with EFAULT: ENOENT (2)
access03.c:40: TFAIL: access(0xffffffff, X_OK) as nobody should fail with EFAULT: ENOENT (2)
Summary:
passed 0
failed 8
skipped 0
warnings 0
<<<execution_status>>>
1. build a project
/lpg-build/cdc/fast_prod/WRLINUX_CI/RC_GIT/wrlinux-10/setup.sh --machines=ti-j72xx --distros=wrlinux --dl-layers --accept-eula=yes
. ./environment-setup-x86_64-wrlinuxsdk-linux
. ./oe-init-build-env build_test
bitbake-layers add-layer /buildarea1/renfeiqu/master_wr/testcases/wr-testing/kts-dev/
echo BB_NUMBER_THREADS ?= \"24\" conf/local.conf
echo PARALLEL_MAKE ?= \"-j 24\" conf/local.conf
echo "WRTEMPLATE_append = \" feature/ltp\"" conf/local.conf
bitbake lib32-wrlinux-image-std
2. bootup the board and run the testcase.