Changes between Version 2 and Version 3 of Ticket #11815, comment 11
- Timestamp:
- Nov 9, 2024, 11:23:09 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 11
v2 v3 3 3 Following Haiku STABLE snapshot releases for UNIX 03 conformance: 4 4 5 For UNRESOLVED status, as of Haiku R1B5 hrev57937+94 x86_gcc2:6 {{{7 conformance/interfaces/pthread_cancel/3-1: execution: UNRESOLVED8 conformance/interfaces/pthread_cond_broadcast/1-2: execution: UNRESOLVED9 conformance/interfaces/pthread_cond_init/4-1: execution: UNRESOLVED10 conformance/interfaces/pthread_cond_timedwait/2-5: execution: UNRESOLVED11 conformance/interfaces/pthread_mutex_init/5-1: execution: UNRESOLVED12 }}}13 14 5 For FAILED status, as of Haiku R1B5 hrev57937+94 x86_gcc2: 15 6 {{{ … … 21 12 conformance/interfaces/pthread_rwlock_rdlock/2-3: execution: FAILED 22 13 }}} 23 24 25 For INTERRUPTED status, as of Haiku R1B5 hrev57937+94 x86_gcc2:26 {{{27 conformance/interfaces/pthread_cond_broadcast/4-2: execution: INTERRUPTED28 conformance/interfaces/pthread_cond_signal/4-2:execution:INTERRUPTED29 conformance/interfaces/pthread_cond_timedwait/4-3: execution: INTERRUPTED30 conformance/interfaces/pthread_cond_wait/4-1: execution: INTERRUPTED31 }}}