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


Ignore:
Timestamp:
Nov 8, 2020, 3:51:16 PM (3 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4947, comment 18

    v8 v9  
    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. These are considered optional functions for POSIX compliance.
     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. Removed from testing.
    55
    6 2. All POSIX semaphores defined, but fail tests.
     62. All POSIX pthread and semaphores defined, but fail some tests. Removed non-mandatory interface failures.
    77
    8 3. pthread_setschedparam is missing. All other pthread* defined.
     83. MMAP - See posix/sys/mman.h and #8514.
    99
    10 4. MMAP - See posix/sys/mman.h and #8514.
    11 
    12 5. SHM - See Gerrit ticket 77 and #2657.
     104. SHM - See Gerrit ticket 77 and #2657.