This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit fb4a246fccb0a411ff684053ae83f9359644a909 Author: zhangyuan29 <zhangyua...@xiaomi.com> AuthorDate: Tue Dec 10 15:46:00 2024 +0800 tools/ci: change sem_init_6_1 to support skip result After SEM_VALUE_MAX change to INT_MAX, need to support skip result. Signed-off-by: zhangyuan29 <zhangyua...@xiaomi.com> --- tools/ci/testrun/script/test_open_posix/test_openposix_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_open_posix/test_openposix_.py b/tools/ci/testrun/script/test_open_posix/test_openposix_.py index c203c34fc1..bd9ee6ad78 100644 --- a/tools/ci/testrun/script/test_open_posix/test_openposix_.py +++ b/tools/ci/testrun/script/test_open_posix/test_openposix_.py @@ -6984,7 +6984,7 @@ def test_ltp_interfaces_pthread_rwlock_timedrdlock_5_1(p): def test_ltp_interfaces_sem_init_6_1(p): ret = p.sendCommand( "ltp_interfaces_sem_init_6_1", - ["PASSED", "passed", "Passed", "PASS"], + ["PASSED", "passed", "Passed", "PASS", "skipped"], timeout=10, ) retID = p.sendCommand("echo $?", "0", timeout=2)