9 | | |
10 | | {{{ |
11 | | conformance/interfaces/pthread_rwlock_rdlock/2-3: execution: FAILED |
12 | | }}} |
13 | | |
14 | | {{{ |
15 | | main: attempt read lock |
16 | | main: acquired read lock |
17 | | main: create wr_thread, with priority: -1 |
18 | | wr_thread: attempt write lock |
19 | | main: create rd_thread, with priority: 0 |
20 | | rd_thread: attempt read lock |
21 | | Test FAILED: rd_thread blocked on read lock |
22 | | }}} |
23 | | NOTE: pthread_rwlock_rdlock seems related to a non-implemented thread scheduling priority (i.e. SCHED_FIFO). |
24 | | |
25 | | {{{ |
26 | | conformance/interfaces/pthread_barrier_init/3-1: execution: FAILED |
27 | | }}} |
28 | | RESULT: |
29 | | |
30 | | Test FAILED: pthread_barrier_init() does not return EINVAL when initializing a barrier with count=0, return code -2147483643, Invalid Argument |
31 | | |
32 | | |
33 | | {{{ |
34 | | conformance/interfaces/pthread_attr_setstack/2-1: execution: FAILED |
35 | | conformance/interfaces/pthread_attr_setstack/6-1: execution: FAILED |
36 | | }}} |
37 | | |
38 | | RESULT: |
39 | | |
40 | | Test FAILED: |
41 | | |
42 | | 2-1: got the wrong stacksize or stackaddr: No error. |
43 | | |
44 | | 6-1: got the wrong return value: No error |
| 5 | POSIX implementation of SCHED_FIFO and sched_get_priority_min/max will help improve mentioned FAILED tests - but these specific tests seemed removed from Linux testing - so not seen as high priority at the moment. |