anchao opened a new pull request, #6977: URL: https://github.com/apache/incubator-nuttx/pull/6977
## Summary sim: add usrsocktest config to detect the regression issue Signed-off-by: chao an <anc...@xiaomi.com> ## Impact N/A ## Testing @masayuki2009 The following test results depends on: https://github.com/apache/incubator-nuttx/pull/6969 https://github.com/apache/incubator-nuttx/pull/6970 https://github.com/apache/incubator-nuttx/pull/6971 https://github.com/apache/incubator-nuttx/pull/6972 https://github.com/apache/incubator-nuttx/pull/6974 https://github.com/apache/incubator-nuttx/pull/6975 https://github.com/apache/incubator-nuttx-apps/pull/1304 ``` NuttShell (NSH) NuttX-10.4.0 nsh> nsh> nsh> usrsocktest Starting unit-tests... Testing group "char_dev" => Group "char_dev": [OK] Testing group "no_daemon" => Group "no_daemon": [OK] Testing group "basic_daemon" => Group "basic_daemon": [OK] Testing group "basic_connect" => Group "basic_connect": [OK] Testing group "basic_connect_delay" => Group "basic_connect_delay": [OK] Testing group "no_block_connect" => Group "no_block_connect": [OK] Testing group "basic_send" => Group "basic_send": [OK] Testing group "no_block_send" => Group "no_block_send": [OK] Testing group "block_send" => Group "block_send": [OK] Testing group "no_block_recv" => Group "no_block_recv": [OK] Testing group "block_recv" => Group "block_recv": [OK] Testing group "remote_disconnect" => Group "remote_disconnect": [OK] Testing group "basic_setsockopt" => Group "basic_setsockopt": [OK] Testing group "basic_getsockopt" => Group "basic_getsockopt": [OK] Testing group "basic_getsockname" => Group "basic_getsockname": [OK] Testing group "wake_with_signal" => Group "wake_with_signal": [OK] Testing group "multithread" => Group "multithread": [OK] Unit-test groups done... OK:17, FAILED:0, TOTAL:17 -- number of checks made: 3589 HEAP BEFORE TESTS: total used free largest Mem: 67108368 283088 66825280 66825216 HEAP AFTER TESTS: total used free largest Mem: 67108368 623408 66484960 66483360 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org