Bug 4496 - [Anolis 23][社区nightly & ANCK-5.10-14-rc1][aarch64]LTP测试套syscalls模块epoll_pwait04执行失败,TFAIL: with an invalid sigmask pointer expected EFAULT: ENOSYS (38)
Summary: [Anolis 23][社区nightly & ANCK-5.10-14-rc1][aarch64]LTP测试套syscalls模块epoll_pwait...
Status: RESOLVED DUPLICATE of bug 4463
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: yunmeng365524
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-13 15:50 UTC by Banana
Modified: 2023-03-14 21:08 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Banana alibaba_cloud_group 2023-03-13 15:50:10 UTC
[问题描述]:
LTP测试套syscalls模块epoll_pwait04执行失败

testlog
<<<test_start>>>
tag=epoll_pwait04 stime=1678642716
cmdline="epoll_pwait04"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1526: TINFO: Timeout per run is 0h 00m 30s
epoll_pwait_var.h:38: TINFO: Test epoll_pwait()
epoll_pwait04.c:25: TPASS: with an invalid sigmask pointer : EFAULT (14)
epoll_pwait_var.h:40: TINFO: Test epoll_pwait2()
epoll_pwait04.c:25: TFAIL: with an invalid sigmask pointer expected EFAULT: ENOSYS (38)

Summary:
passed   1
failed   1
broken   0
skipped  0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>


[环境信息]:
机器类型:ECS

内核信息:
[root@qibo-anck014-an23-g6r-1 ~]# uname -r
5.10.134-14_rc1.an23.aarch64

操作系统信息:
[root@qibo-anck014-an23-g6r-1 ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

[问题发生概率]:
必现

[复现步骤]:
1.git clone https://gitee.com/anolis/ltp.git --branch anck-5.10
2.cd ltp;export CFLAGS+="-fcommon";make autotools;./configure
3.make && make install
4 cd /opt/ltp;./runltp  -f syscalls -s epoll_pwait04
Comment 1 Banana alibaba_cloud_group 2023-03-13 15:53:15 UTC
对比Anolis8-5.10-nightly-func-aarch64结果:23fail项问题在an8为不支持项,skip。

<<<test_start>>>
tag=epoll_pwait04 stime=1678639934
cmdline="epoll_pwait04"
contacts=""
analysis=exit
<<<test_output>>>
tst_test.c:1528: TINFO: Timeout per run is 0h 00m 30s
epoll_pwait_var.h:38: TINFO: Test epoll_pwait()
epoll_pwait04.c:26: TPASS: with an invalid sigmask pointer : EFAULT (14)
epoll_pwait_var.h:40: TINFO: Test epoll_pwait2()
../../../../include/lapi/epoll.h:46: TCONF: syscall(441) __NR_epoll_pwait2 not supported on your arch

Summary:
passed   1
failed   0
broken   0
skipped  1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
Comment 2 anolislw alibaba_cloud_group 2023-03-13 18:01:41 UTC
 [Anolis 23][社区nightly & ANCK-5.10-14-rc1][x86_64]环境下该case也存在同样问题
Comment 3 yunmeng365524 2023-03-14 21:08:22 UTC
https://bugzilla.openanolis.cn/show_bug.cgi?id=4463

*** This bug has been marked as a duplicate of bug 4463 ***