Changes between Version 3 and Version 4 of Ticket #11815, comment 15


Ignore:
Timestamp:
Nov 16, 2024, 2:43:13 PM (6 weeks ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11815, comment 15

    v3 v4  
    11For hrev58330, started to isolate the issues with these remaining FAILED tests:
    22
    3 Thread Scheduling Execution implementation of SCHED_FIFO/SCHED_RR affects:
     3Thread Scheduling Execution non-implementation of SCHED_FIFO affects:
    44{{{
    5 conformance/interfaces/pthread_create/2-1: execution: FAILED
    65conformance/interfaces/pthread_detach/4-2: execution: FAILED
    76}}}
     
    2221Test FAILED: rd_thread blocked on read lock
    2322}}}
    24 NOTE: pthread_rwlock_rdlock seems related to a non-implemented thread scheduling priority (SCHED_FIFO vs. SCHED_RR) functionality issue.
     23NOTE: pthread_rwlock_rdlock seems related to a non-implemented thread scheduling priority (i.e. SCHED_FIFO).
    2524
    2625{{{