Changes between Version 7 and Version 8 of Ticket #4947, comment 18


Ignore:
Timestamp:
Nov 7, 2020, 10:21:12 PM (3 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4947, comment 18

    v7 v8  
    22
    33NOTE:
    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.
     41. 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.
    55
    662. All POSIX semaphores defined, but fail tests.