Changes between Version 8 and Version 9 of Ticket #4947, comment 18
- Timestamp:
- Nov 8, 2020, 3:51:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4947, comment 18
v8 v9 2 2 3 3 NOTE: 4 1. SCHED_FIFO is defined/exists in Haiku, but failed for **sched_get_priority_min(SCHED_FIFO)** and **sched_get_priority_max(SCHED_FIFO**). The other SCHED_* functions passed. These are considered optional functions for POSIX compliance. 4 1. SCHED_FIFO is defined/exists in Haiku, but failed for **sched_get_priority_min(SCHED_FIFO)** and **sched_get_priority_max(SCHED_FIFO**). The other SCHED_* functions passed. These are considered optional functions for POSIX compliance. Removed from testing. 5 5 6 2. All POSIX semaphores defined, but fail tests.6 2. All POSIX pthread and semaphores defined, but fail some tests. Removed non-mandatory interface failures. 7 7 8 3. pthread_setschedparam is missing. All other pthread* defined.8 3. MMAP - See posix/sys/mman.h and #8514. 9 9 10 4. MMAP - See posix/sys/mman.h and #8514. 11 12 5. SHM - See Gerrit ticket 77 and #2657. 10 4. SHM - See Gerrit ticket 77 and #2657.