You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/09/01 22:24:41 UTC

[incubator-nuttx] branch master updated: sim: add usrsocktest config to detect the regression issue

This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 42d553c6d4 sim: add usrsocktest config to detect the regression issue
42d553c6d4 is described below

commit 42d553c6d4add365d458cc85f7f614443a1b3eb3
Author: chao an <an...@xiaomi.com>
AuthorDate: Thu Sep 1 00:00:06 2022 +0800

    sim: add usrsocktest config to detect the regression issue
    
    NuttShell (NSH) NuttX-10.4.0
    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
    
    Signed-off-by: chao an <an...@xiaomi.com>
---
 boards/sim/sim/sim/configs/usrsocktest/defconfig | 30 ++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/boards/sim/sim/sim/configs/usrsocktest/defconfig b/boards/sim/sim/sim/configs/usrsocktest/defconfig
new file mode 100644
index 0000000000..9153135acd
--- /dev/null
+++ b/boards/sim/sim/sim/configs/usrsocktest/defconfig
@@ -0,0 +1,30 @@
+#
+# This file is autogenerated: PLEASE DO NOT EDIT IT.
+#
+# You can use "make menuconfig" to make any modifications to the installed .config file.
+# You can then do "make savedefconfig" to generate a new defconfig file that includes your
+# modifications.
+#
+CONFIG_ARCH="sim"
+CONFIG_ARCH_BOARD="sim"
+CONFIG_ARCH_BOARD_SIM=y
+CONFIG_ARCH_CHIP="sim"
+CONFIG_ARCH_SIM=y
+CONFIG_BOARDCTL_POWEROFF=y
+CONFIG_BUILTIN=y
+CONFIG_DEBUG_SYMBOLS=y
+CONFIG_DEV_LOOP=y
+CONFIG_DEV_ZERO=y
+CONFIG_EXAMPLES_USRSOCKTEST=y
+CONFIG_IDLETHREAD_STACKSIZE=4096
+CONFIG_INIT_ENTRYPOINT="nsh_main"
+CONFIG_NET=y
+CONFIG_NET_USRSOCK=y
+CONFIG_NSH_ARCHINIT=y
+CONFIG_NSH_BUILTIN_APPS=y
+CONFIG_NSH_READLINE=y
+CONFIG_READLINE_TABCOMPLETION=y
+CONFIG_SCHED_HAVE_PARENT=y
+CONFIG_SCHED_HPWORK=y
+CONFIG_SCHED_WAITPID=y
+CONFIG_SYSTEM_NSH=y