ethanlcz commented on PR #6949:
URL: https://github.com/apache/incubator-nuttx/pull/6949#issuecomment-1238075360

   basic_setsockopt test passed after remote_disconnect disabled. 
   Still other failure exist.
   
   NuttShell (NSH) NuttX-10.4.0
   nsh> usrsocketst
   nsh: usrsocketst: command not found
   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 "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" =>
        [TEST ASSERT FAILED!]
                In function "do_usrsock_blocking_connect_thread":
                line 238: Assertion `(ssize_t)((*__errno())) == 
(ssize_t)((test_abort ? 113 : 4))' failed.
                        got value: 115
                        should be: 113
        [TEST ASSERT FAILED!]
                In function "do_usrsock_blocking_connect_thread":
                line 238: Assertion `(ssize_t)((*__errno())) == 
(ssize_t)((test_abort ? 113 : 4))' failed.
                        got value: 115
                        should be: 113
        [TEST ASSERT FAILED!]
                In function "do_usrsock_blocking_connect_thread":
                line 238: Assertion `(ssize_t)((*__errno())) == 
(ssize_t)((test_abort ? 113 : 4))' failed.
                        got value: 115
                        should be: 113
        [TEST ASSERT FAILED!]
                In function "do_wake_test":
                line 600: Assertion `(bool)((usrsocktest_test_failed)) == 
(bool)(false)' failed.
                        got value: 1
                        should be: 0
        Group "wake_with_signal": [FAILED]
   Testing group "multithread" =>
        Group "multithread": [OK]
   Unit-test groups done... OK:15, FAILED:1, TOTAL:16
    -- number of checks made: 2381
   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

Reply via email to