HomeAbout Us A-Z IndexSearch * Contact Us Register LoginPress Shop

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 1071 Details

Help Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges

This page provides all information on Problem Report 1071.


Report 1071 Actions


    Problem Report Number 1071
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Temporary Interpretation (TIN)
    Problem Resolution ID TIN.X.0067
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1998-04-15 08:00
    Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98)
    Certification Program The Open Brand certification program
    Test Suite VSRT version 5.0.1
    Test Identification rt.os/procprim/fork 8
    Specification System Interfaces and Headers Issue 5
    Location in Spec See Problem Text
    Problem Summary TIN4R.00002 The structure sched_param is created on the stack which is uninitialized memory.
    Problem Text
    The basic problem is all these test cases is the structure sched_param
    is created on the stack which is uninitialized memory.

    A call to sched_get_priority_max() or sched_get_priority_min() is performed to
    get the priority for scheduling and the sched_param.sched_priority is set to
    the priority returned. The issue is the rest of the structure is uninitialized
    and thus any call to sched_setscheduler() function could have random results.
    The test code should always initialize the structure sched_param.

    Tests affected are:

    rt.os/procprim/fork/T.fork 8
    rt.os/priosched/sched_getparam/T.sched_getparam 1
    rt.os/priosched/sched_getparam/T.sched_getparam 2
    rt.os/priosched/sched_getscheduler/T.sched_getscheduler 1
    rt.os/priosched/sched_getscheduler/T.sched_getscheduler 2
    rt.os/priosched/sched_setparam/T.sched_setparam 1
    rt.os/priosched/sched_setparam/T.sched_setparam 2
    rt.os/priosched/sched_setparam/T.sched_setparam 3
    rt.os/priosched/sched_setscheduler/T.sched_setscheduler 1
    rt.os/priosched/sched_setscheduler/T.sched_setscheduler 2
    rt.os/priosched/sched_setscheduler/T.sched_setscheduler 3
    rt.os/priosched/sched_setscheduler/T.sched_setscheduler 4
    Test Output
    110|0 /tset/rt.os/procprim/fork/T.fork 08:47:59|Build Start, scenario ref 1-0
    15|0 3.1-lite 1|TCM Start
    400|0 0 1 08:47:59|IC Start
    200|0 1 08:47:59|TP Start
    220|0 1 0 08:48:06|PASS
    410|0 0 1 08:48:06|IC End
    130|0 0 08:48:07|Build End, scenario ref 1-0
    10|1 /tset/rt.os/procprim/fork/T.fork 08:48:07|TC Start, scenario ref 1-0,
    ICs: {8} 15|1 3.1-lite 1|TCM Start
    400|1 8 1 08:48:07|IC Start
    200|1 8 08:48:07|TP Start
    520|1 8 00000699 122 1|sched_setscheduler with priority -100 failed for
    SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122 2|sched_setscheduler
    with priority -99 failed for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699
    122 3|sched_setscheduler with priority -98 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 4|sched_setscheduler with priority -97 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122 5|sched_setscheduler
    with priority -96 failed for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699
    122 6|sched_setscheduler with priority -95 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 7|sched_setscheduler with priority -94 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122 8|sched_setscheduler
    with priority -93 failed for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699
    122 9|sched_setscheduler with priority -92 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 10|sched_setscheduler with priority -91 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    11|sched_setscheduler with priority -90 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 12|sched_setscheduler with priority -89 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    13|sched_setscheduler with priority -88 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 14|sched_setscheduler with priority -87 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    15|sched_setscheduler with priority -86 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 16|sched_setscheduler with priority -85 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    17|sched_setscheduler with priority -84 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 18|sched_setscheduler with priority -83 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    19|sched_setscheduler with priority -82 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 20|sched_setscheduler with priority -81 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    21|sched_setscheduler with priority -80 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 22|sched_setscheduler with priority -79 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    23|sched_setscheduler with priority -78 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 24|sched_setscheduler with priority -77 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    25|sched_setscheduler with priority -76 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 26|sched_setscheduler with priority -75 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    27|sched_setscheduler with priority -74 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 28|sched_setscheduler with priority -73 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    29|sched_setscheduler with priority -72 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 30|sched_setscheduler with priority -71 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    31|sched_setscheduler with priority -70 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 32|sched_setscheduler with priority -69 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    33|sched_setscheduler with priority -68 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 34|sched_setscheduler with priority -67 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    35|sched_setscheduler with priority -66 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 36|sched_setscheduler with priority -65 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    37|sched_setscheduler with priority -64 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 38|sched_setscheduler with priority -63 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    39|sched_setscheduler with priority -62 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 40|sched_setscheduler with priority -61 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    41|sched_setscheduler with priority -60 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 42|sched_setscheduler with priority -59 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    43|sched_setscheduler with priority -58 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 44|sched_setscheduler with priority -57 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    45|sched_setscheduler with priority -56 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 46|sched_setscheduler with priority -55 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    47|sched_setscheduler with priority -54 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 48|sched_setscheduler with priority -53 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    49|sched_setscheduler with priority -52 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 50|sched_setscheduler with priority -51 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    51|sched_setscheduler with priority -50 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 52|sched_setscheduler with priority -49 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    53|sched_setscheduler with priority -48 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 54|sched_setscheduler with priority -47 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    55|sched_setscheduler with priority -46 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 56|sched_setscheduler with priority -45 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    57|sched_setscheduler with priority -44 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 58|sched_setscheduler with priority -43 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 520|1 8 00000699 122
    59|sched_setscheduler with priority -42 failed for SCHED_OTHER, errno = 22
    (EINVAL) 520|1 8 00000699 122 60|sched_setscheduler with priority -41 failed
    for SCHED_OTHER, errno = 22 (EINVAL) 220|1 8 1 08:48:12|FAIL
    410|1 8 1 08:48:12|IC End
    80|1 0 08:48:13|TC End, scenario ref 1-0
    300|2 /tset/rt.os/procprim/fork/T.fork 08:48:13|Clean Start, scenario ref 1-0
    15|2 3.1-lite 1|TCM Start
    400|2 0 1 08:48:13|IC Start
    200|2 1 08:48:13|TP Start
    220|2 1 0 08:48:13|PASS
    410|2 0 1 08:48:13|IC End
    320|2 0 08:48:14|Clean End, scenario ref 1-0
    110|3 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:14|Build
    Start, scenario ref 2-0 15|3 3.1-lite 1|TCM Start
    400|3 0 1 08:48:14|IC Start
    200|3 1 08:48:14|TP Start
    220|3 1 0 08:48:19|PASS
    410|3 0 1 08:48:19|IC End
    130|3 0 08:48:20|Build End, scenario ref 2-0
    10|4 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:20|TC Start,
    scenario ref 2-0, ICs: {1} 15|4 3.1-lite 1|TCM Start
    400|4 1 1 08:48:20|IC Start
    200|4 1 08:48:20|TP Start
    520|4 1 00000869 3 1|sched_setscheduler with priority at policy's maximum
    (-41) failed for SCHED_OTHER, errno = 22 (EINVAL)
    220|4 1 1 08:48:20|FAIL
    410|4 1 1 08:48:20|IC End
    80|4 0 08:48:21|TC End, scenario ref 2-0
    300|5 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:21|Clean
    Start, scenario ref 2-0 15|5 3.1-lite 1|TCM Start
    400|5 0 1 08:48:21|IC Start
    200|5 1 08:48:21|TP Start
    220|5 1 0 08:48:21|PASS
    410|5 0 1 08:48:21|IC End
    320|5 0 08:48:22|Clean End, scenario ref 2-0
    110|6 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:22|Build
    Start, scenario ref 3-0 15|6 3.1-lite 1|TCM Start
    400|6 0 1 08:48:22|IC Start
    200|6 1 08:48:22|TP Start
    220|6 1 0 08:48:28|PASS
    410|6 0 1 08:48:28|IC End
    130|6 0 08:48:29|Build End, scenario ref 3-0
    10|7 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:29|TC Start,
    scenario ref 3-0, ICs: {2} 15|7 3.1-lite 1|TCM Start
    400|7 2 1 08:48:29|IC Start
    200|7 2 08:48:29|TP Start
    520|7 2 00000923 2 1|sched_setscheduler with priority at policy's maximum
    (-41) failed for SCHED_OTHER, errno = 22 (EINVAL)
    220|7 2 1 08:48:29|FAIL
    410|7 2 1 08:48:29|IC End
    80|7 0 08:48:30|TC End, scenario ref 3-0
    300|8 /tset/rt.os/priosched/sched_getparam/T.sched_getparam 08:48:30|Clean
    Start, scenario ref 3-0 15|8 3.1-lite 1|TCM Start
    400|8 0 1 08:48:30|IC Start
    200|8 1 08:48:30|TP Start
    220|8 1 0 08:48:30|PASS
    410|8 0 1 08:48:30|IC End
    320|8 0 08:48:31|Clean End, scenario ref 3-0
    110|9 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:31|Build Start, scenario ref 4-0 15|9 3.1-lite 1|TCM Start
    400|9 0 1 08:48:31|IC Start
    200|9 1 08:48:31|TP Start
    220|9 1 0 08:48:36|PASS
    410|9 0 1 08:48:36|IC End
    130|9 0 08:48:37|Build End, scenario ref 4-0
    10|10 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:37|TC Start, scenario ref 4-0, ICs: {1} 15|10 3.1-lite 1|TCM Start
    400|10 1 1 08:48:37|IC Start
    200|10 1 08:48:37|TP Start
    520|10 1 00000973 3 1|sched_setscheduler with priority at policy's maximum
    (-41) failed for SCHED_OTHER, errno = 22
    (EINVAL)
    220|10 1 1 08:48:37|FAIL
    410|10 1 1 08:48:37|IC End
    80|10 0 08:48:38|TC End, scenario ref 4-0
    300|11 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:38|Clean Start, scenario ref 4-0 15|11 3.1-lite 1|TCM Start
    400|11 0 1 08:48:38|IC Start
    200|11 1 08:48:38|TP Start
    220|11 1 0 08:48:39|PASS
    410|11 0 1 08:48:39|IC End
    320|11 0 08:48:40|Clean End, scenario ref 4-0
    110|12 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:40|Build Start, scenario ref 5-0 15|12 3.1-lite 1|TCM Start
    400|12 0 1 08:48:40|IC Start
    200|12 1 08:48:40|TP Start
    220|12 1 0 08:48:45|PASS
    410|12 0 1 08:48:45|IC End
    130|12 0 08:48:46|Build End, scenario ref 5-0
    10|13 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:46|TC Start, scenario ref 5-0, ICs: {2} 15|13 3.1-lite 1|TCM Start
    400|13 2 1 08:48:46|IC Start
    200|13 2 08:48:46|TP Start
    520|13 2 00001027 2 1|sched_setscheduler with priority at policy's maximum
    (-41) failed for SCHED_OTHER, errno = 22
    (EINVAL)
    220|13 2 1 08:48:46|FAIL
    410|13 2 1 08:48:46|IC End
    80|13 0 08:48:47|TC End, scenario ref 5-0
    300|14 /tset/rt.os/priosched/sched_getscheduler/T.sched_getscheduler
    08:48:47|Clean Start, scenario ref 5-0 15|14 3.1-lite 1|TCM Start
    400|14 0 1 08:48:47|IC Start
    200|14 1 08:48:47|TP Start
    220|14 1 0 08:48:47|PASS
    410|14 0 1 08:48:47|IC End
    320|14 0 08:48:48|Clean End, scenario ref 5-0
    110|15 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:48:48|Build
    Start, scenario ref 6-0 15|15 3.1-lite 1|TCM Start
    400|15 0 1 08:48:48|IC Start
    200|15 1 08:48:48|TP Start
    220|15 1 0 08:48:51|PASS
    410|15 0 1 08:48:51|IC End
    130|15 0 08:48:52|Build End, scenario ref 6-0
    10|16 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:48:52|TC Start,
    scenario ref 6-0, ICs: {1} 15|16 3.1-lite 1|TCM Start
    400|16 1 1 08:48:52|IC Start
    200|16 1 08:48:52|TP Start
    520|16 1 00001067 3 1|For SCHED_OTHER, set priority to -99, received -100 from
    sched_getparam 520|16 1 00001067 3 2|For SCHED_OTHER, set priority to -98,
    received -100 from sched_getparam 520|16 1 00001067 3 3|For SCHED_OTHER, set
    priority to -97, received -100 from sched_getparam 520|16 1 00001067 3 4|For
    SCHED_OTHER, set priority to -96, received -100 from sched_getparam 520|16 1
    00001067 3 5|For SCHED_OTHER, set priority to -95, received -100 from
    sched_getparam 520|16 1 00001067 3 6|For SCHED_OTHER, set priority to -94,
    received -100 from sched_getparam 520|16 1 00001067 3 7|For SCHED_OTHER, set
    priority to -93, received -100 from sched_getparam 520|16 1 00001067 3 8|For
    SCHED_OTHER, set priority to -92, received -100 from sched_getparam 520|16 1
    00001067 3 9|For SCHED_OTHER, set priority to -91, received -100 from
    sched_getparam 520|16 1 00001067 3 10|For SCHED_OTHER, set priority to -90,
    received -100 from sched_getparam 520|16 1 00001067 3 11|For SCHED_OTHER, set
    priority to -89, received -100 from sched_getparam 520|16 1 00001067 3 12|For
    SCHED_OTHER, set priority to -88, received -100 from sched_getparam 520|16 1
    00001067 3 13|For SCHED_OTHER, set priority to -87, received -100 from
    sched_getparam 520|16 1 00001067 3 14|For SCHED_OTHER, set priority to -86,
    received -100 from sched_getparam 520|16 1 00001067 3 15|For SCHED_OTHER, set
    priority to -85, received -100 from sched_getparam 520|16 1 00001067 3 16|For
    SCHED_OTHER, set priority to -84, received -100 from sched_getparam 520|16 1
    00001067 3 17|For SCHED_OTHER, set priority to -83, received -100 from
    sched_getparam 520|16 1 00001067 3 18|For SCHED_OTHER, set priority to -82,
    received -100 from sched_getparam 520|16 1 00001067 3 19|For SCHED_OTHER, set
    priority to -81, received -100 from sched_getparam 520|16 1 00001067 3 20|For
    SCHED_OTHER, set priority to -80, received -100 from sched_getparam 520|16 1
    00001067 3 21|For SCHED_OTHER, set priority to -79, received -100 from
    sched_getparam 520|16 1 00001067 3 22|For SCHED_OTHER, set priority to -78,
    received -100 from sched_getparam 520|16 1 00001067 3 23|For SCHED_OTHER, set
    priority to -77, received -100 from sched_getparam 520|16 1 00001067 3 24|For
    SCHED_OTHER, set priority to -76, received -100 from sched_getparam 520|16 1
    00001067 3 25|For SCHED_OTHER, set priority to -75, received -100 from
    sched_getparam 520|16 1 00001067 3 26|For SCHED_OTHER, set priority to -74,
    received -100 from sched_getparam 520|16 1 00001067 3 27|For SCHED_OTHER, set
    priority to -73, received -100 from sched_getparam 520|16 1 00001067 3 28|For
    SCHED_OTHER, set priority to -72, received -100 from sched_getparam 520|16 1
    00001067 3 29|For SCHED_OTHER, set priority to -71, received -100 from
    sched_getparam 520|16 1 00001067 3 30|For SCHED_OTHER, set priority to -70,
    received -100 from sched_getparam 520|16 1 00001067 3 31|For SCHED_OTHER, set
    priority to -69, received -100 from sched_getparam 520|16 1 00001067 3 32|For
    SCHED_OTHER, set priority to -68, received -100 from sched_getparam 520|16 1
    00001067 3 33|For SCHED_OTHER, set priority to -67, received -100 from
    sched_getparam 520|16 1 00001067 3 34|For SCHED_OTHER, set priority to -66,
    received -100 from sched_getparam 520|16 1 00001067 3 35|For SCHED_OTHER, set
    priority to -65, received -100 from sched_getparam 520|16 1 00001067 3 36|For
    SCHED_OTHER, set priority to -64, received -100 from sched_getparam 520|16 1
    00001067 3 37|For SCHED_OTHER, set priority to -63, received -100 from
    sched_getparam 520|16 1 00001067 3 38|For SCHED_OTHER, set priority to -62,
    received -100 from sched_getparam 520|16 1 00001067 3 39|For SCHED_OTHER, set
    priority to -61, received -100 from sched_getparam 520|16 1 00001067 3 40|For
    SCHED_OTHER, set priority to -60, received -100 from sched_getparam 520|16 1
    00001067 3 41|For SCHED_OTHER, set priority to -59, received -100 from
    sched_getparam 520|16 1 00001067 3 42|For SCHED_OTHER, set priority to -58,
    received -100 from sched_getparam 520|16 1 00001067 3 43|For SCHED_OTHER, set
    priority to -57, received -100 from sched_getparam 520|16 1 00001067 3 44|For
    SCHED_OTHER, set priority to -56, received -100 from sched_getparam 520|16 1
    00001067 3 45|For SCHED_OTHER, set priority to -55, received -100 from
    sched_getparam 520|16 1 00001067 3 46|For SCHED_OTHER, set priority to -54,
    received -100 from sched_getparam 520|16 1 00001067 3 47|For SCHED_OTHER, set
    priority to -53, received -100 from sched_getparam 520|16 1 00001067 3 48|For
    SCHED_OTHER, set priority to -52, received -100 from sched_getparam 520|16 1
    00001067 3 49|For SCHED_OTHER, set priority to -51, received -100 from
    sched_getparam 520|16 1 00001067 3 50|For SCHED_OTHER, set priority to -50,
    received -100 from sched_getparam 520|16 1 00001067 3 51|For SCHED_OTHER, set
    priority to -49, received -100 from sched_getparam 520|16 1 00001067 3 52|For
    SCHED_OTHER, set priority to -48, received -100 from sched_getparam 520|16 1
    00001067 3 53|For SCHED_OTHER, set priority to -47, received -100 from
    sched_getparam 520|16 1 00001067 3 54|For SCHED_OTHER, set priority to -46,
    received -100 from sched_getparam 520|16 1 00001067 3 55|For SCHED_OTHER, set
    priority to -45, received -100 from sched_getparam 520|16 1 00001067 3 56|For
    SCHED_OTHER, set priority to -44, received -100 from sched_getparam 520|16 1
    00001067 3 57|For SCHED_OTHER, set priority to -43, received -100 from
    sched_getparam 520|16 1 00001067 3 58|For SCHED_OTHER, set priority to -42,
    received -100 from sched_getparam 520|16 1 00001067 3 59|For SCHED_OTHER, set
    priority to -41, received -100 from sched_getparam 220|16 1 1 08:48:52|FAIL
    410|16 1 1 08:48:52|IC End
    80|16 0 08:48:53|TC End, scenario ref 6-0
    300|17 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:48:53|Clean
    Start, scenario ref 6-0 15|17 3.1-lite 1|TCM Start
    400|17 0 1 08:48:53|IC Start
    200|17 1 08:48:53|TP Start
    220|17 1 0 08:48:53|PASS
    410|17 0 1 08:48:53|IC End
    320|17 0 08:48:54|Clean End, scenario ref 6-0
    110|18 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:48:54|Build
    Start, scenario ref 7-0 15|18 3.1-lite 1|TCM Start
    400|18 0 1 08:48:54|IC Start
    200|18 1 08:48:54|TP Start
    220|18 1 0 08:48:58|PASS
    410|18 0 1 08:48:58|IC End
    130|18 0 08:48:59|Build End, scenario ref 7-0
    10|19 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:48:59|TC Start,
    scenario ref 7-0, ICs: {2} 15|19 3.1-lite 1|TCM Start
    400|19 2 1 08:48:59|IC Start
    200|19 2 08:48:59|TP Start
    520|19 2 00001111 2 1|For SCHED_OTHER, set priority to -99, received -100 from
    sched_getparam 520|19 2 00001111 2 2|For SCHED_OTHER, set priority to -98,
    received -100 from sched_getparam 520|19 2 00001111 2 3|For SCHED_OTHER, set
    priority to -97, received -100 from sched_getparam 520|19 2 00001111 2 4|For
    SCHED_OTHER, set priority to -96, received -100 from sched_getparam 520|19 2
    00001111 2 5|For SCHED_OTHER, set priority to -95, received -100 from
    sched_getparam 520|19 2 00001111 2 6|For SCHED_OTHER, set priority to -94,
    received -100 from sched_getparam 520|19 2 00001111 2 7|For SCHED_OTHER, set
    priority to -93, received -100 from sched_getparam 520|19 2 00001111 2 8|For
    SCHED_OTHER, set priority to -92, received -100 from sched_getparam 520|19 2
    00001111 2 9|For SCHED_OTHER, set priority to -91, received -100 from
    sched_getparam 520|19 2 00001111 2 10|For SCHED_OTHER, set priority to -90,
    received -100 from sched_getparam 520|19 2 00001111 2 11|For SCHED_OTHER, set
    priority to -89, received -100 from sched_getparam 520|19 2 00001111 2 12|For
    SCHED_OTHER, set priority to -88, received -100 from sched_getparam 520|19 2
    00001111 2 13|For SCHED_OTHER, set priority to -87, received -100 from
    sched_getparam 520|19 2 00001111 2 14|For SCHED_OTHER, set priority to -86,
    received -100 from sched_getparam 520|19 2 00001111 2 15|For SCHED_OTHER, set
    priority to -85, received -100 from sched_getparam 520|19 2 00001111 2 16|For
    SCHED_OTHER, set priority to -84, received -100 from sched_getparam 520|19 2
    00001111 2 17|For SCHED_OTHER, set priority to -83, received -100 from
    sched_getparam 520|19 2 00001111 2 18|For SCHED_OTHER, set priority to -82,
    received -100 from sched_getparam 520|19 2 00001111 2 19|For SCHED_OTHER, set
    priority to -81, received -100 from sched_getparam 520|19 2 00001111 2 20|For
    SCHED_OTHER, set priority to -80, received -100 from sched_getparam 520|19 2
    00001111 2 21|For SCHED_OTHER, set priority to -79, received -100 from
    sched_getparam 520|19 2 00001111 2 22|For SCHED_OTHER, set priority to -78,
    received -100 from sched_getparam 520|19 2 00001111 2 23|For SCHED_OTHER, set
    priority to -77, received -100 from sched_getparam 520|19 2 00001111 2 24|For
    SCHED_OTHER, set priority to -76, received -100 from sched_getparam 520|19 2
    00001111 2 25|For SCHED_OTHER, set priority to -75, received -100 from
    sched_getparam 520|19 2 00001111 2 26|For SCHED_OTHER, set priority to -74,
    received -100 from sched_getparam 520|19 2 00001111 2 27|For SCHED_OTHER, set
    priority to -73, received -100 from sched_getparam 520|19 2 00001111 2 28|For
    SCHED_OTHER, set priority to -72, received -100 from sched_getparam 520|19 2
    00001111 2 29|For SCHED_OTHER, set priority to -71, received -100 from
    sched_getparam 520|19 2 00001111 2 30|For SCHED_OTHER, set priority to -70,
    received -100 from sched_getparam 520|19 2 00001111 2 31|For SCHED_OTHER, set
    priority to -69, received -100 from sched_getparam 520|19 2 00001111 2 32|For
    SCHED_OTHER, set priority to -68, received -100 from sched_getparam 520|19 2
    00001111 2 33|For SCHED_OTHER, set priority to -67, received -100 from
    sched_getparam 520|19 2 00001111 2 34|For SCHED_OTHER, set priority to -66,
    received -100 from sched_getparam 520|19 2 00001111 2 35|For SCHED_OTHER, set
    priority to -65, received -100 from sched_getparam 520|19 2 00001111 2 36|For
    SCHED_OTHER, set priority to -64, received -100 from sched_getparam 520|19 2
    00001111 2 37|For SCHED_OTHER, set priority to -63, received -100 from
    sched_getparam 520|19 2 00001111 2 38|For SCHED_OTHER, set priority to -62,
    received -100 from sched_getparam 520|19 2 00001111 2 39|For SCHED_OTHER, set
    priority to -61, received -100 from sched_getparam 520|19 2 00001111 2 40|For
    SCHED_OTHER, set priority to -60, received -100 from sched_getparam 520|19 2
    00001111 2 41|For SCHED_OTHER, set priority to -59, received -100 from
    sched_getparam 520|19 2 00001111 2 42|For SCHED_OTHER, set priority to -58,
    received -100 from sched_getparam 520|19 2 00001111 2 43|For SCHED_OTHER, set
    priority to -57, received -100 from sched_getparam 520|19 2 00001111 2 44|For
    SCHED_OTHER, set priority to -56, received -100 from sched_getparam 520|19 2
    00001111 2 45|For SCHED_OTHER, set priority to -55, received -100 from
    sched_getparam 520|19 2 00001111 2 46|For SCHED_OTHER, set priority to -54,
    received -100 from sched_getparam 520|19 2 00001111 2 47|For SCHED_OTHER, set
    priority to -53, received -100 from sched_getparam 520|19 2 00001111 2 48|For
    SCHED_OTHER, set priority to -52, received -100 from sched_getparam 520|19 2
    00001111 2 49|For SCHED_OTHER, set priority to -51, received -100 from
    sched_getparam 520|19 2 00001111 2 50|For SCHED_OTHER, set priority to -50,
    received -100 from sched_getparam 520|19 2 00001111 2 51|For SCHED_OTHER, set
    priority to -49, received -100 from sched_getparam 520|19 2 00001111 2 52|For
    SCHED_OTHER, set priority to -48, received -100 from sched_getparam 520|19 2
    00001111 2 53|For SCHED_OTHER, set priority to -47, received -100 from
    sched_getparam 520|19 2 00001111 2 54|For SCHED_OTHER, set priority to -46,
    received -100 from sched_getparam 520|19 2 00001111 2 55|For SCHED_OTHER, set
    priority to -45, received -100 from sched_getparam 520|19 2 00001111 2 56|For
    SCHED_OTHER, set priority to -44, received -100 from sched_getparam 520|19 2
    00001111 2 57|For SCHED_OTHER, set priority to -43, received -100 from
    sched_getparam 520|19 2 00001111 2 58|For SCHED_OTHER, set priority to -42,
    received -100 from sched_getparam 520|19 2 00001111 2 59|For SCHED_OTHER, set
    priority to -41, received -100 from sched_getparam 220|19 2 1 08:48:59|FAIL
    410|19 2 1 08:48:59|IC End
    80|19 0 08:49:00|TC End, scenario ref 7-0
    300|20 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:49:00|Clean
    Start, scenario ref 7-0 15|20 3.1-lite 1|TCM Start
    400|20 0 1 08:49:00|IC Start
    200|20 1 08:49:00|TP Start
    220|20 1 0 08:49:00|PASS
    410|20 0 1 08:49:00|IC End
    320|20 0 08:49:01|Clean End, scenario ref 7-0
    110|21 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:49:01|Build
    Start, scenario ref 8-0 15|21 3.1-lite 1|TCM Start
    400|21 0 1 08:49:01|IC Start
    200|21 1 08:49:01|TP Start
    220|21 1 0 08:49:05|PASS
    410|21 0 1 08:49:05|IC End
    130|21 0 08:49:06|Build End, scenario ref 8-0
    10|22 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:49:06|TC Start,
    scenario ref 8-0, ICs: {3} 15|22 3.1-lite 1|TCM Start
    400|22 3 1 08:49:06|IC Start
    200|22 3 08:49:06|TP Start
    520|22 3 00001154 3 1|sched_setparam with priority -1 (one less than policy
    minimum) succeeded for SCHED_FIFO 520|22 3 00001154 3 2|sched_setparam with
    priority -1 (one less than policy minimum) succeeded for SCHED_RR 520|22 3
    00001154 3 3|sched_setparam with priority -101 (one less than policy minimum)
    succeeded for SCHED_OTHER 520|22 3 00001154 3 4|sched_setparam with priority
    -42 (one more than policy maximum) succeeded for SCHED_OTHER 220|22 3 1
    08:49:06|FAIL 410|22 3 1 08:49:06|IC End
    80|22 0 08:49:07|TC End, scenario ref 8-0
    300|23 /tset/rt.os/priosched/sched_setparam/T.sched_setparam 08:49:07|Clean
    Start, scenario ref 8-0 15|23 3.1-lite 1|TCM Start
    400|23 0 1 08:49:07|IC Start
    200|23 1 08:49:07|TP Start
    220|23 1 0 08:49:07|PASS
    410|23 0 1 08:49:07|IC End
    320|23 0 08:49:08|Clean End, scenario ref 8-0
    110|24 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:08|Build Start, scenario ref 9-0 15|24 3.1-lite 1|TCM Start
    400|24 0 1 08:49:08|IC Start
    200|24 1 08:49:08|TP Start
    220|24 1 0 08:49:11|PASS
    410|24 0 1 08:49:11|IC End
    130|24 0 08:49:12|Build End, scenario ref 9-0
    10|25 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:12|TC Start, scenario ref 9-0, ICs: {1} 15|25 3.1-lite 1|TCM Start
    400|25 1 1 08:49:12|IC Start
    200|25 1 08:49:12|TP Start
    520|25 1 00001195 3 1|For SCHED_OTHER, set priority to -99, received -100 from
    sched_getparam 520|25 1 00001195 3 2|For SCHED_OTHER, set priority to -98,
    received -100 from sched_getparam 520|25 1 00001195 3 3|For SCHED_OTHER, set
    priority to -97, received -100 from sched_getparam 520|25 1 00001195 3 4|For
    SCHED_OTHER, set priority to -96, received -100 from sched_getparam 520|25 1
    00001195 3 5|For SCHED_OTHER, set priority to -95, received -100 from
    sched_getparam 520|25 1 00001195 3 6|For SCHED_OTHER, set priority to -94,
    received -100 from sched_getparam 520|25 1 00001195 3 7|For SCHED_OTHER, set
    priority to -93, received -100 from sched_getparam 520|25 1 00001195 3 8|For
    SCHED_OTHER, set priority to -92, received -100 from sched_getparam 520|25 1
    00001195 3 9|For SCHED_OTHER, set priority to -91, received -100 from
    sched_getparam 520|25 1 00001195 3 10|For SCHED_OTHER, set priority to -90,
    received -100 from sched_getparam 520|25 1 00001195 3 11|For SCHED_OTHER, set
    priority to -89, received -100 from sched_getparam 520|25 1 00001195 3 12|For
    SCHED_OTHER, set priority to -88, received -100 from sched_getparam 520|25 1
    00001195 3 13|For SCHED_OTHER, set priority to -87, received -100 from
    sched_getparam 520|25 1 00001195 3 14|For SCHED_OTHER, set priority to -86,
    received -100 from sched_getparam 520|25 1 00001195 3 15|For SCHED_OTHER, set
    priority to -85, received -100 from sched_getparam 520|25 1 00001195 3 16|For
    SCHED_OTHER, set priority to -84, received -100 from sched_getparam 520|25 1
    00001195 3 17|For SCHED_OTHER, set priority to -83, received -100 from
    sched_getparam 520|25 1 00001195 3 18|For SCHED_OTHER, set priority to -82,
    received -100 from sched_getparam 520|25 1 00001195 3 19|For SCHED_OTHER, set
    priority to -81, received -100 from sched_getparam 520|25 1 00001195 3 20|For
    SCHED_OTHER, set priority to -80, received -100 from sched_getparam 520|25 1
    00001195 3 21|For SCHED_OTHER, set priority to -79, received -100 from
    sched_getparam 520|25 1 00001195 3 22|For SCHED_OTHER, set priority to -78,
    received -100 from sched_getparam 520|25 1 00001195 3 23|For SCHED_OTHER, set
    priority to -77, received -100 from sched_getparam 520|25 1 00001195 3 24|For
    SCHED_OTHER, set priority to -76, received -100 from sched_getparam 520|25 1
    00001195 3 25|For SCHED_OTHER, set priority to -75, received -100 from
    sched_getparam 520|25 1 00001195 3 26|For SCHED_OTHER, set priority to -74,
    received -100 from sched_getparam 520|25 1 00001195 3 27|For SCHED_OTHER, set
    priority to -73, received -100 from sched_getparam 520|25 1 00001195 3 28|For
    SCHED_OTHER, set priority to -72, received -100 from sched_getparam 520|25 1
    00001195 3 29|For SCHED_OTHER, set priority to -71, received -100 from
    sched_getparam 520|25 1 00001195 3 30|For SCHED_OTHER, set priority to -70,
    received -100 from sched_getparam 520|25 1 00001195 3 31|For SCHED_OTHER, set
    priority to -69, received -100 from sched_getparam 520|25 1 00001195 3 32|For
    SCHED_OTHER, set priority to -68, received -100 from sched_getparam 520|25 1
    00001195 3 33|For SCHED_OTHER, set priority to -67, received -100 from
    sched_getparam 520|25 1 00001195 3 34|For SCHED_OTHER, set priority to -66,
    received -100 from sched_getparam 520|25 1 00001195 3 35|For SCHED_OTHER, set
    priority to -65, received -100 from sched_getparam 520|25 1 00001195 3 36|For
    SCHED_OTHER, set priority to -64, received -100 from sched_getparam 520|25 1
    00001195 3 37|For SCHED_OTHER, set priority to -63, received -100 from
    sched_getparam 520|25 1 00001195 3 38|For SCHED_OTHER, set priority to -62,
    received -100 from sched_getparam 520|25 1 00001195 3 39|For SCHED_OTHER, set
    priority to -61, received -100 from sched_getparam 520|25 1 00001195 3 40|For
    SCHED_OTHER, set priority to -60, received -100 from sched_getparam 520|25 1
    00001195 3 41|For SCHED_OTHER, set priority to -59, received -100 from
    sched_getparam 520|25 1 00001195 3 42|For SCHED_OTHER, set priority to -58,
    received -100 from sched_getparam 520|25 1 00001195 3 43|For SCHED_OTHER, set
    priority to -57, received -100 from sched_getparam 520|25 1 00001195 3 44|For
    SCHED_OTHER, set priority to -56, received -100 from sched_getparam 520|25 1
    00001195 3 45|For SCHED_OTHER, set priority to -55, received -100 from
    sched_getparam 520|25 1 00001195 3 46|For SCHED_OTHER, set priority to -54,
    received -100 from sched_getparam 520|25 1 00001195 3 47|For SCHED_OTHER, set
    priority to -53, received -100 from sched_getparam 520|25 1 00001195 3 48|For
    SCHED_OTHER, set priority to -52, received -100 from sched_getparam 520|25 1
    00001195 3 49|For SCHED_OTHER, set priority to -51, received -100 from
    sched_getparam 520|25 1 00001195 3 50|For SCHED_OTHER, set priority to -50,
    received -100 from sched_getparam 520|25 1 00001195 3 51|For SCHED_OTHER, set
    priority to -49, received -100 from sched_getparam 520|25 1 00001195 3 52|For
    SCHED_OTHER, set priority to -48, received -100 from sched_getparam 520|25 1
    00001195 3 53|For SCHED_OTHER, set priority to -47, received -100 from
    sched_getparam 520|25 1 00001195 3 54|For SCHED_OTHER, set priority to -46,
    received -100 from sched_getparam 520|25 1 00001195 3 55|For SCHED_OTHER, set
    priority to -45, received -100 from sched_getparam 520|25 1 00001195 3 56|For
    SCHED_OTHER, set priority to -44, received -100 from sched_getparam 520|25 1
    00001195 3 57|For SCHED_OTHER, set priority to -43, received -100 from
    sched_getparam 520|25 1 00001195 3 58|For SCHED_OTHER, set priority to -42,
    received -100 from sched_getparam 520|25 1 00001195 3 59|For SCHED_OTHER, set
    priority to -41, received -100 from sched_getparam 220|25 1 1 08:49:14|FAIL
    410|25 1 1 08:49:14|IC End
    80|25 0 08:49:15|TC End, scenario ref 9-0
    300|26 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:15|Clean Start, scenario ref 9-0 15|26 3.1-lite 1|TCM Start
    400|26 0 1 08:49:15|IC Start
    200|26 1 08:49:15|TP Start
    220|26 1 0 08:49:15|PASS
    410|26 0 1 08:49:15|IC End
    320|26 0 08:49:16|Clean End, scenario ref 9-0
    110|27 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:16|Build Start, scenario ref 10-0 15|27 3.1-lite 1|TCM Start
    400|27 0 1 08:49:16|IC Start
    200|27 1 08:49:16|TP Start
    220|27 1 0 08:49:20|PASS
    410|27 0 1 08:49:20|IC End
    130|27 0 08:49:21|Build End, scenario ref 10-0
    10|28 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:21|TC Start, scenario ref 10-0, ICs: {2} 15|28 3.1-lite 1|TCM Start
    400|28 2 1 08:49:21|IC Start
    200|28 2 08:49:21|TP Start
    520|28 2 00001239 2 1|For SCHED_OTHER, set priority to -99, received -100 from
    sched_getparam 520|28 2 00001239 2 2|For SCHED_OTHER, set priority to -98,
    received -100 from sched_getparam 520|28 2 00001239 2 3|For SCHED_OTHER, set
    priority to -97, received -100 from sched_getparam 520|28 2 00001239 2 4|For
    SCHED_OTHER, set priority to -96, received -100 from sched_getparam 520|28 2
    00001239 2 5|For SCHED_OTHER, set priority to -95, received -100 from
    sched_getparam 520|28 2 00001239 2 6|For SCHED_OTHER, set priority to -94,
    received -100 from sched_getparam 520|28 2 00001239 2 7|For SCHED_OTHER, set
    priority to -93, received -100 from sched_getparam 520|28 2 00001239 2 8|For
    SCHED_OTHER, set priority to -92, received -100 from sched_getparam 520|28 2
    00001239 2 9|For SCHED_OTHER, set priority to -91, received -100 from
    sched_getparam 520|28 2 00001239 2 10|For SCHED_OTHER, set priority to -90,
    received -100 from sched_getparam 520|28 2 00001239 2 11|For SCHED_OTHER, set
    priority to -89, received -100 from sched_getparam 520|28 2 00001239 2 12|For
    SCHED_OTHER, set priority to -88, received -100 from sched_getparam 520|28 2
    00001239 2 13|For SCHED_OTHER, set priority to -87, received -100 from
    sched_getparam 520|28 2 00001239 2 14|For SCHED_OTHER, set priority to -86,
    received -100 from sched_getparam 520|28 2 00001239 2 15|For SCHED_OTHER, set
    priority to -85, received -100 from sched_getparam 520|28 2 00001239 2 16|For
    SCHED_OTHER, set priority to -84, received -100 from sched_getparam 520|28 2
    00001239 2 17|For SCHED_OTHER, set priority to -83, received -100 from
    sched_getparam 520|28 2 00001239 2 18|For SCHED_OTHER, set priority to -82,
    received -100 from sched_getparam 520|28 2 00001239 2 19|For SCHED_OTHER, set
    priority to -81, received -100 from sched_getparam 520|28 2 00001239 2 20|For
    SCHED_OTHER, set priority to -80, received -100 from sched_getparam 520|28 2
    00001239 2 21|For SCHED_OTHER, set priority to -79, received -100 from
    sched_getparam 520|28 2 00001239 2 22|For SCHED_OTHER, set priority to -78,
    received -100 from sched_getparam 520|28 2 00001239 2 23|For SCHED_OTHER, set
    priority to -77, received -100 from sched_getparam 520|28 2 00001239 2 24|For
    SCHED_OTHER, set priority to -76, received -100 from sched_getparam 520|28 2
    00001239 2 25|For SCHED_OTHER, set priority to -75, received -100 from
    sched_getparam 520|28 2 00001239 2 26|For SCHED_OTHER, set priority to -74,
    received -100 from sched_getparam 520|28 2 00001239 2 27|For SCHED_OTHER, set
    priority to -73, received -100 from sched_getparam 520|28 2 00001239 2 28|For
    SCHED_OTHER, set priority to -72, received -100 from sched_getparam 520|28 2
    00001239 2 29|For SCHED_OTHER, set priority to -71, received -100 from
    sched_getparam 520|28 2 00001239 2 30|For SCHED_OTHER, set priority to -70,
    received -100 from sched_getparam 520|28 2 00001239 2 31|For SCHED_OTHER, set
    priority to -69, received -100 from sched_getparam 520|28 2 00001239 2 32|For
    SCHED_OTHER, set priority to -68, received -100 from sched_getparam 520|28 2
    00001239 2 33|For SCHED_OTHER, set priority to -67, received -100 from
    sched_getparam 520|28 2 00001239 2 34|For SCHED_OTHER, set priority to -66,
    received -100 from sched_getparam 520|28 2 00001239 2 35|For SCHED_OTHER, set
    priority to -65, received -100 from sched_getparam 520|28 2 00001239 2 36|For
    SCHED_OTHER, set priority to -64, received -100 from sched_getparam 520|28 2
    00001239 2 37|For SCHED_OTHER, set priority to -63, received -100 from
    sched_getparam 520|28 2 00001239 2 38|For SCHED_OTHER, set priority to -62,
    received -100 from sched_getparam 520|28 2 00001239 2 39|For SCHED_OTHER, set
    priority to -61, received -100 from sched_getparam 520|28 2 00001239 2 40|For
    SCHED_OTHER, set priority to -60, received -100 from sched_getparam 520|28 2
    00001239 2 41|For SCHED_OTHER, set priority to -59, received -100 from
    sched_getparam 520|28 2 00001239 2 42|For SCHED_OTHER, set priority to -58,
    received -100 from sched_getparam 520|28 2 00001239 2 43|For SCHED_OTHER, set
    priority to -57, received -100 from sched_getparam 520|28 2 00001239 2 44|For
    SCHED_OTHER, set priority to -56, received -100 from sched_getparam 520|28 2
    00001239 2 45|For SCHED_OTHER, set priority to -55, received -100 from
    sched_getparam 520|28 2 00001239 2 46|For SCHED_OTHER, set priority to -54,
    received -100 from sched_getparam 520|28 2 00001239 2 47|For SCHED_OTHER, set
    priority to -53, received -100 from sched_getparam 520|28 2 00001239 2 48|For
    SCHED_OTHER, set priority to -52, received -100 from sched_getparam 520|28 2
    00001239 2 49|For SCHED_OTHER, set priority to -51, received -100 from
    sched_getparam 520|28 2 00001239 2 50|For SCHED_OTHER, set priority to -50,
    received -100 from sched_getparam 520|28 2 00001239 2 51|For SCHED_OTHER, set
    priority to -49, received -100 from sched_getparam 520|28 2 00001239 2 52|For
    SCHED_OTHER, set priority to -48, received -100 from sched_getparam 520|28 2
    00001239 2 53|For SCHED_OTHER, set priority to -47, received -100 from
    sched_getparam 520|28 2 00001239 2 54|For SCHED_OTHER, set priority to -46,
    received -100 from sched_getparam 520|28 2 00001239 2 55|For SCHED_OTHER, set
    priority to -45, received -100 from sched_getparam 520|28 2 00001239 2 56|For
    SCHED_OTHER, set priority to -44, received -100 from sched_getparam 520|28 2
    00001239 2 57|For SCHED_OTHER, set priority to -43, received -100 from
    sched_getparam 520|28 2 00001239 2 58|For SCHED_OTHER, set priority to -42,
    received -100 from sched_getparam 520|28 2 00001239 2 59|For SCHED_OTHER, set
    priority to -41, received -100 from sched_getparam 220|28 2 1 08:49:21|FAIL
    410|28 2 1 08:49:21|IC End
    80|28 0 08:49:22|TC End, scenario ref 10-0
    300|29 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:22|Clean Start, scenario ref 10-0 15|29 3.1-lite 1|TCM Start
    400|29 0 1 08:49:22|IC Start
    200|29 1 08:49:22|TP Start
    220|29 1 0 08:49:22|PASS
    410|29 0 1 08:49:22|IC End
    320|29 0 08:49:23|Clean End, scenario ref 10-0
    110|30 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:23|Build Start, scenario ref 11-0 15|30 3.1-lite 1|TCM Start
    400|30 0 1 08:49:23|IC Start
    200|30 1 08:49:23|TP Start
    220|30 1 0 08:49:27|PASS
    410|30 0 1 08:49:27|IC End
    130|30 0 08:49:28|Build End, scenario ref 11-0
    10|31 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:28|TC Start, scenario ref 11-0, ICs: {3} 15|31 3.1-lite 1|TCM Start
    400|31 3 1 08:49:28|IC Start
    200|31 3 08:49:28|TP Start
    520|31 3 00001282 2 1|sched_setscheduler succeeded for SCHED_FIFO with
    priority 1 less than minimum (-1) 520|31 3 00001282 2 2|sched_setscheduler
    succeeded for SCHED_RR with priority 1 less than minimum (-1) 220|31 3 1
    08:49:28|FAIL 410|31 3 1 08:49:28|IC End
    80|31 0 08:49:29|TC End, scenario ref 11-0
    300|32 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:29|Clean Start, scenario ref 11-0 15|32 3.1-lite 1|TCM Start
    400|32 0 1 08:49:29|IC Start
    200|32 1 08:49:29|TP Start
    220|32 1 0 08:49:29|PASS
    410|32 0 1 08:49:29|IC End
    320|32 0 08:49:30|Clean End, scenario ref 11-0
    110|33 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:30|Build Start, scenario ref 12-0 15|33 3.1-lite 1|TCM Start
    400|33 0 1 08:49:30|IC Start
    200|33 1 08:49:30|TP Start
    220|33 1 0 08:49:34|PASS
    410|33 0 1 08:49:34|IC End
    130|33 0 08:49:35|Build End, scenario ref 12-0
    10|34 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:35|TC Start, scenario ref 12-0, ICs: {4} 15|34 3.1-lite 1|TCM Start
    400|34 4 1 08:49:35|IC Start
    200|34 4 08:49:35|TP Start
    520|34 4 00001325 2 1|sched_setscheduler failed for policy -1, but errno = 256
    (UNKNOWN) 220|34 4 1 08:49:35|FAIL
    410|34 4 1 08:49:35|IC End
    80|34 0 08:49:36|TC End, scenario ref 12-0
    300|35 /tset/rt.os/priosched/sched_setscheduler/T.sched_setscheduler
    08:49:36|Clean Start, scenario ref 12-0 15|35 3.1-lite 1|TCM Start
    400|35 0 1 08:49:36|IC Start
    200|35 1 08:49:36|TP Start
    220|35 1 0 08:49:36|PASS
    410|35 0 1 08:49:36|IC End
    320|35 0 08:49:37|Clean End, scenario ref 12-0
    900|08:49:37|TCC End

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We recommend this request be refused.

    The submitter asserts that these tests are not initializing instances
    of the sched_param structure.

    As the submitter notes the tests do assign a value to the sched_priority
    member of these structures and we believe the tests thus do all the
    initialization required, as this is the only member defined by the
    specification for struct sched_param.

    The XSH does allow for additional implementation-specific members of
    the sched_param structure. However it imposes no requirement that a
    conforming application assign values to these members (nor can it be
    if the application is to be portable), nor is there any requirement
    imposed that the memory used for this structure be set to any particular
    value before use, whether the structure is allocated on the stack or by
    other means.

    Rather, in adding implementation-specific members to this structure the
    requirement in XSH5 Section 1.2.1 needs to be observed:

    "The system may provide additional or enhanced interfaces, headers,
    and facilities not required by this specification, provided that
    such additions or enhancements do not affect the behaviour
    of an application that requires only the facilities described in
    this specification."

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution No Resolution Given
    Review Conclusion
    POSIX.1-1996 appears to allow implementations to add
    extensions to this structure and requires that they are
    documented, including how to setup the environment. Thus
    we cannot refuse this as is. A POSIX interpretation has been
    filed.(PASC 1003.1#87)

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Temporary Interpretation (TIN)
    Review Conclusion
    A Temporary Interpretation is granted.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority