Changes between Version 5 and Version 6 of Ticket #11815, comment 7


Ignore:
Timestamp:
Jun 8, 2023, 3:18:32 PM (12 months ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11815, comment 7

    v5 v6  
    1 As of Haiku R1B4 hrev56865, the remaining pthread implementation for UNIX 2003 compliance are:
     1As of Haiku R1B4 hrev56865 -> hrev57074, the remaining pthread implementation issues for UNIX 2003 compliance are:
     2
    23{{{
    3 pthread_cancel
    4 pthread_cond_timedwait
    5 pthread_cond_wait
    6 pthread_detach
    7 pthread_rwlock_rdlock
    8 pthread_rwlock_wrlock
    9 pthread_rwlock_timedrdlock
    10 pthread_rwlock_timedwrlock
     4conformance/interfaces/pthread_cancel/5-1: execution: FAILED
     5conformance/interfaces/pthread_cond_timedwait/2-6: execution: FAILED
     6conformance/interfaces/pthread_cond_wait/2-3: execution: FAILED
     7conformance/interfaces/pthread_detach/4-1: execution: FAILED
     8conformance/interfaces/pthread_detach/4-2: execution: FAILED
     9conformance/interfaces/pthread_rwlock_rdlock/2-3: execution: FAILED
     10conformance/interfaces/pthread_rwlock_rdlock/4-1: execution: FAILED
     11conformance/interfaces/pthread_rwlock_timedrdlock/6-1: execution: FAILED
     12conformance/interfaces/pthread_rwlock_timedwrlock/2-1: execution: FAILED
     13conformance/interfaces/pthread_rwlock_timedwrlock/6-1: execution: FAILED
     14conformance/interfaces/pthread_rwlock_wrlock/2-1: execution: FAILED
    1115}}}
    12 
     16