wangzhi16 opened a new pull request, #3353:
URL: https://github.com/apache/nuttx-apps/pull/3353

   ## Summary
   
   This PR series improves test reliability and fixes critical bugs in the 
NuttX test suite:
   
   1. **Mutex Test Fix**: Corrects multi-thread synchronization test to use 
same lock
   2. **Memory FD Enhancement**: Adds comprehensive stability test cases  
   3. **FIFO Pipe Bug Fixes**: Resolves double-close issue (Coverity CID 
1667262) and improves error detection
   
   ## Testing Impact
   
   - Improved mutex/synchronization testing
   - New file system stability tests
   - Fixed resource leaks in pipe tests
   - Better error detection in IPC operations
   
   ## Files Modified
   
   - testing/testsuites/kernel/sched/cases/api_pthread_test_007.c
   - testing/fs/memfd/* (new)
   - examples/pipe/interlock_test.c
   
   Signed-off-by: wangzhi16 <[email protected]>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to