Changes between Version 1 and Version 2 of Ticket #11815, comment 15


Ignore:
Timestamp:
Nov 16, 2024, 2:35:42 PM (6 weeks ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11815, comment 15

    v1 v2  
    1 For hrev58328, started to isolate the issues with these remaining FAILED tests:
     1For hrev58330, started to isolate the issues with these remaining FAILED tests:
    22
    33Thread Scheduling Execution implementation of SCHED_FIFO/SCHED_RR affects:
     
    3131
    3232{{{
    33 conformance/interfaces/pthread_attr_setstack/2-1: execution: FAILED
    3433conformance/interfaces/pthread_attr_setstack/6-1: execution: FAILED
    3534}}}
     
    3736RESULT:
    3837
    39 2-1.test - unexpected error: pthread_attr_setstack 2-1: got the wrong stacksize or stackaddr: No error
    40 
    41386-1.test: unexpected error: pthread_attr_setstack 6-1: Got the wrong return value: No error
    4239
    43 NOTE:  pthread_getattr_np is not a POSIX compliant API
     40NOTE: pthread_attr_setstack 2-1: got the wrong stacksize or stackaddr: No error. This test seems to pass now on hrev58330.