anchao commented on PR #11997:
URL: https://github.com/apache/nuttx/pull/11997#issuecomment-2019828892

   It seems that some tests still break:
   1. test_ltp_interfaces_pthread_rwlock_timedrdlock_3_1
   
   `FAILED 
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_3_1`
   
   I tried runing this case locally, seems work as expected:
   
https://github.com/linux-test-project/ltp/blob/master/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/3-1.c
   
   ```
   nsh> time hello
   main: attempt read lock
   main: acquired read lock
   main: create rd_thread1
   Test CLOCK_REALTIME
   thread: attempt timed read lock, 3 secs
   thread: acquired read lock
   thread: unlock read lock
   main: unlock read lock
   main: attempt write lock
   main: acquired write lock
   main: create rd_thread2
   Test CLOCK_REALTIME
   thread: attempt timed read lock, 3 secs
   thread: timer expired
   thread: read lock correctly timed out
   main: unlock write lock
   Test PASSED
   
   
   4.0400 sec
   ```
   
   2. Too many cases cause build command line too long, @xiaoxiang781216  maybe 
we need to update the ltp makefile?
   
   ```
   Configuration/Tool: sim/configdata
   
------------------------------------------------------------------------------------
     Cleaning...
   make[3]: /usr/bin/bash: Argument list too long
   make[3]: *** [/github/workspace/sources/apps/Application.mk:323: clean] 
Error 127
   ```


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