Changes between Version 3 and Version 4 of Ticket #11815, comment 15
- Timestamp:
- Nov 16, 2024, 2:43:13 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 15
v3 v4 1 1 For hrev58330, started to isolate the issues with these remaining FAILED tests: 2 2 3 Thread Scheduling Execution implementation of SCHED_FIFO/SCHED_RRaffects:3 Thread Scheduling Execution non-implementation of SCHED_FIFO affects: 4 4 {{{ 5 conformance/interfaces/pthread_create/2-1: execution: FAILED6 5 conformance/interfaces/pthread_detach/4-2: execution: FAILED 7 6 }}} … … 22 21 Test FAILED: rd_thread blocked on read lock 23 22 }}} 24 NOTE: pthread_rwlock_rdlock seems related to a non-implemented thread scheduling priority ( SCHED_FIFO vs. SCHED_RR) functionality issue.23 NOTE: pthread_rwlock_rdlock seems related to a non-implemented thread scheduling priority (i.e. SCHED_FIFO). 25 24 26 25 {{{