Changes between Version 1 and Version 2 of Ticket #11815, comment 15
- Timestamp:
- Nov 16, 2024, 2:35:42 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11815, comment 15
v1 v2 1 For hrev583 28, started to isolate the issues with these remaining FAILED tests:1 For hrev58330, started to isolate the issues with these remaining FAILED tests: 2 2 3 3 Thread Scheduling Execution implementation of SCHED_FIFO/SCHED_RR affects: … … 31 31 32 32 {{{ 33 conformance/interfaces/pthread_attr_setstack/2-1: execution: FAILED34 33 conformance/interfaces/pthread_attr_setstack/6-1: execution: FAILED 35 34 }}} … … 37 36 RESULT: 38 37 39 2-1.test - unexpected error: pthread_attr_setstack 2-1: got the wrong stacksize or stackaddr: No error40 41 38 6-1.test: unexpected error: pthread_attr_setstack 6-1: Got the wrong return value: No error 42 39 43 NOTE: pthread_getattr_np is not a POSIX compliant API40 NOTE: pthread_attr_setstack 2-1: got the wrong stacksize or stackaddr: No error. This test seems to pass now on hrev58330.