Zhangshoukui commented on PR #2947:
URL: https://github.com/apache/nuttx-apps/pull/2947#issuecomment-2592147364

   ret = p.sendCommand(
               "cmocka --skip 
test_case_posix_timer|test_case_oneshot|write_default|read_default|burst_test|gpiotest01|"
               
"test_playback.*|test_interaction.*|test_stress.*|test_capture.*",
               "Cmocka Test Completed",
               timeout=1200,
           )
   
   The code before testing/drivertest/drivertest_framebuffer.c
                               testing/drivertest/drivertest_lcd.c
   The stack space where filtering rules are executed can cause memory 
corruption.And the inconsistency of names makes the skip very long.
   We need to modify this ship parameter.
   cmocka --skip 
drivertest*|test_playback.*|test_interaction.*|test_stress.*|test_capture.
   
   But I don't know where to modify this
   
   


-- 
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