Donny9 commented on PR #15842: URL: https://github.com/apache/nuttx/pull/15842#issuecomment-2662291373
> @Donny9: The Previous Commit doesn't have the `test_pipe` problem. So something in the above PR is probably causing `pipe` test to fail? https://gist.github.com/lupyuen/67b63777f7dee7630c456199cf911d28 > > ``` > $ git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem > $ cd nuttx ; git reset --hard HEAD~1 > HEAD is now at 576a9990c5 drivers/sensors/lsm6dso32: Fixed typo in device address registration. > NuttX Source: https://github.com/apache/nuttx/tree/576a9990c5ea5c2931dfce89c3f076f51d30078d > NuttX Apps: https://github.com/apache/nuttx-apps/tree/db8542d2b12a93c39a154ef5d100daecceeb9863 > > $ cd nuttx/tools/ci ; ./cibuild.sh -c -A -N -R testlist/arm-02.dat > Configuration/Tool: sabre-6quad/citest,CONFIG_ARM_TOOLCHAIN_GNU_EABI > test_example/test_example.py::test_hello PASSED [ 7%] > test_example/test_example.py::test_helloxx PASSED [ 15%] > test_example/test_example.py::test_pipe PASSED [ 23%] > test_example/test_example.py::test_popen PASSED [ 30%] > test_example/test_example.py::test_usrsocktest PASSED [ 38%] > test_os/test_os.py::test_ostest PASSED [ 46%] > test_os/test_os.py::test_mm SKIPPED (unsupported at sabre-6quad) [ 53%] > test_os/test_os.py::test_cxxtest SKIPPED (unsupported at sabre-6quad) [ 61%] > test_os/test_os.py::test_scanftest SKIPPED (unsupported at sabre-6quad) [ 69%] > test_os/test_os.py::test_getprime PASSED [ 76%] > test_os/test_os.py::test_stdio SKIPPED (unsupported at sabre-6quad) [ 84%] > test_os/test_os.py::test_fs_test SKIPPED (unsupported at sabre-6quad) [ 92%] > test_os/test_os.py::test_psram_test SKIPPED (unsupported at sabre-6quad) [100%] > [ Ctrl-C ] > > $ cat ~/nuttx/boards/arm/imx6/sabre-6quad/configs/citest/logs/sabre-6quad/qemu/*.log > nsh> ls /data > nsh: ls: stat failed: 2 > nsh> pipe > pipe_main: Performing FIFO test > open_write_only: Opening FIFO for write access > open_write_only: Waiting for open_write_only thread > pipe_main: open_write_only returned 0 > ... > pipe_main: PIPE redirection test PASSED > pipe_main: PIPE test PASSED > ``` Done~ -- 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