Changes between Version 8 and Version 9 of Ticket #11815, comment 7
- Timestamp:
- Jun 15, 2023, 1:46:50 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 7
v8 v9 1 As of Haiku R1B4 hrev56865 -> hrev57074,the remaining pthread implementation issues for UNIX 2003 compliance are:1 Since Haiku R1B4 hrev56865, hrev57086 (nightly) showed the remaining pthread implementation issues for UNIX 2003 compliance are: 2 2 3 3 {{{ 4 conformance/interfaces/pthread_barrier_init/3-1.test: execution: FAILED 4 confformance/interfaces/pthread_attr_setstack/2-1: execution: FAILED 5 conformance/interfaces/pthread_attr_setstack/6-1: execution: FAILED 5 6 conformance/interfaces/pthread_cancel/5-1: execution: FAILED 7 conformance/interfaces/pthread_cond_init/1-2: execution: FAILED 8 conformance/interfaces/pthread_cond_init/2-2: execution: FAILED 6 9 conformance/interfaces/pthread_cond_timedwait/2-6: execution: FAILED 7 10 conformance/interfaces/pthread_cond_wait/2-3: execution: FAILED … … 10 13 conformance/interfaces/pthread_rwlock_rdlock/2-3: execution: FAILED 11 14 conformance/interfaces/pthread_rwlock_rdlock/4-1: execution: FAILED 12 conformance/interfaces/pthread_rwlock_wrlock/2-1: execution: FAILED 13 conformance/interfaces/pthread_attr_setstack/2-1: execution: FAILED 14 conformance/interfaces/pthread_attr_setstack/6-1: execution: FAILED 15 conformance/interfaces/pthread_rwlock_wrlock/2-1: execution: FAILED 15 16 }}} 16 17