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

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 2013 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 2013.


Report 2013 Actions


    Problem Report Number 2013
    Submitter's Classification Specification problem
    State Resolved
    Resolution Temporary Interpretation (TIN)
    Problem Resolution ID TIN.X.0088
    Raised 1998-05-11 08:00
    Updated 2003-03-13 08:00
    Published 1998-05-14 08:00
    Product Standard Transport Service XTI V2
    Certification Program The Open Brand certification program
    Test Suite VST version 5.2.3
    Test Identification XTI.hdr/misc/xti (many)
    Specification Networking Services Issue 5
    Location in Spec See Problem Text
    Problem Summary TINT5.001 The following are the numbers of the failed tests, in the XTI.hdr section - 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 37, 38, 39, 40, 41, 72 These failures are observed in the Unix98 mode of the...
    Problem Text

    The following are the numbers of the failed tests, in the XTI.hdr section
    - 11, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 37, 38, 39, 40, 41, 72

    These failures are observed in the Unix98 mode of the test suite.

    There are 2 issues common to all the above failures.

    a. Symbols defined in XNS 4 and marked as "LEGACY" in XNS 5 are not visible,
    in the Unix98 mode of the test suite, when _XOPEN_SOURCE = 500
    b. Protocol specific header files are not exposed automatically through
    <xti.h> in the Unix98 mode of the test suite, when _XOPEN_SOURCE = 500.

    It may be noted that these issues have been acknowledged by TOG and an
    official workaround has been issued.

    We have applied the official authorized workaround VST-01-05-98 in running
    VST5.2.3A on our implementation.

    Since header tests do not lend themselves to the workaround, the workaround
    mentions that the normal way to handle the header test failures is via the
    Waiver system.

    As mentioned in the above workaround, a temporary interpretation is requested
    for the above failures.
    Test Output
    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 11 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined:
    T_YES, T_NO, T_UNSPEC and T_GARBAGE
    with integer values such that
    T_YES, T_NO, T_UNSPEC and T_YES|T_GARBAGE
    are distinct.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_GARBAGE

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 15 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with distinct integer values:
    XTI_GENERIC, INET_TCP, INET_UDP, INET_IP and ISO_TP.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: INET_TCP
    Undefined identifier: INET_UDP
    Undefined identifier: INET_IP
    Undefined identifier: ISO_TP

    ************************************************************************


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 55 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary



    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 17 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with integer values not equal to the
    value of T_UNSPEC:
    T_CLASS0, T_CLASS1, T_CLASS2, T_CLASS3 and T_CLASS4.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_CLASS0
    Undefined identifier: T_CLASS1
    Undefined identifier: T_CLASS2
    Undefined identifier: T_CLASS3
    Undefined identifier: T_CLASS4

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 18 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with integer values:
    T_PRITOP, T_PRIHIGH, T_PRIMID, T_PRILOW and T_PRIDFLT.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_PRITOP
    Undefined identifier: T_PRIHIGH
    Undefined identifier: T_PRIMID
    Undefined identifier: T_PRILOW
    Undefined identifier: T_PRIDFLT

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 19 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with integer values:


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 56 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    T_NOPROTECT, T_PASSIVEPROTECT and T_ACTIVEPROTECT.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_NOPROTECT
    Undefined identifier: T_PASSIVEPROTECT
    Undefined identifier: T_ACTIVEPROTECT

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 20 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constant is defined and evaluates to an integer value:
    T_LTPDUDFLT.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_LTPDUDFLT

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 21 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined and evaluate to integer values:
    TCO_THROUGHPUT, TCO_TRANSDEL, TCO_RESERRORRATE, TCO_TRANSFFAILPROB,
    TCO_ESTFAILPROB, TCO_RELFAILPROB, TCO_ESTDELAY, TCO_RELDELAY,
    TCO_CONNRESIL, TCO_PROTECTION, TCO_PRIORITY, TCO_EXPD, TCL_TRANSDEL,
    TCL_RESERRORRATE, TCL_PROTECTION, TCL_PRIORITY, TCO_LTPDU,
    TCO_ACKTIME, TCO_REASTIME, TCO_EXTFORM, TCO_FLOWCTRL, TCO_CHECKSUM,
    TCO_NETEXP, TCO_NETRECPTCF, TCO_PREFCLASS, TCO_ALTCLASS1,
    TCO_ALTCLASS2, TCO_ALTCLASS3, TCO_ALTCLASS4 and TCL_CHECKSUM.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 57 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    Compiler or run-time messages or results:
    Undefined identifier: TCO_THROUGHPUT
    Undefined identifier: TCO_TRANSDEL
    Undefined identifier: TCO_RESERRORRATE
    Undefined identifier: TCO_TRANSFFAILPROB
    Undefined identifier: TCO_ESTFAILPROB
    Undefined identifier: TCO_RELFAILPROB
    Undefined identifier: TCO_ESTDELAY
    Undefined identifier: TCO_RELDELAY
    Undefined identifier: TCO_CONNRESIL
    Undefined identifier: TCO_PROTECTION
    Undefined identifier: TCO_PRIORITY
    Undefined identifier: TCO_EXPD
    Undefined identifier: TCL_TRANSDEL
    Undefined identifier: TCL_RESERRORRATE
    Undefined identifier: TCL_PROTECTION
    Undefined identifier: TCL_PRIORITY
    Undefined identifier: TCO_LTPDU
    Undefined identifier: TCO_ACKTIME
    Undefined identifier: TCO_REASTIME
    Undefined identifier: TCO_EXTFORM
    Undefined identifier: TCO_FLOWCTRL
    Undefined identifier: TCO_CHECKSUM
    Undefined identifier: TCO_NETEXP
    Undefined identifier: TCO_NETRECPTCF
    Undefined identifier: TCO_PREFCLASS
    Undefined identifier: TCO_ALTCLASS1
    Undefined identifier: TCO_ALTCLASS2
    Undefined identifier: TCO_ALTCLASS3
    Undefined identifier: TCO_ALTCLASS4
    Undefined identifier: TCL_CHECKSUM

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 22 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined and evaluate to integer values:
    TCP_NODELAY, TCP_MAXSEG and TCP_KEEPALIVE.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: TCP_NODELAY
    Undefined identifier: TCP_MAXSEG
    Undefined identifier: TCP_KEEPALIVE

    ************************************************************************


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 58 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary



    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 23 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constant is defined and evaluates to an integer value:
    UDP_CHECKSUM.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: UDP_CHECKSUM

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 24 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined and evaluate to integer values:
    IP_OPTIONS, IP_TOS, IP_TTL, IP_REUSEADDR, IP_DONTROUTE and
    IP_BROADCAST.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: IP_OPTIONS
    Undefined identifier: IP_TOS
    Undefined identifier: IP_TTL
    Undefined identifier: IP_REUSEADDR
    Undefined identifier: IP_DONTROUTE
    Undefined identifier: IP_BROADCAST

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 25 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with integer values:
    T_ROUTINE, T_PRIORITY, T_IMMEDIATE, T_FLASH, T_OVERRIDEFLASH,
    T_CRITIC_ECP, T_INETCONTROL and T_NETCONTROL.



    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 59 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_ROUTINE
    Undefined identifier: T_PRIORITY
    Undefined identifier: T_IMMEDIATE
    Undefined identifier: T_FLASH
    Undefined identifier: T_OVERRIDEFLASH
    Undefined identifier: T_CRITIC_ECP
    Undefined identifier: T_INETCONTROL
    Undefined identifier: T_NETCONTROL

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 26 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    following constants are defined with integer values:
    T_NOTOS, T_LDELAY, T_HITHRPT and T_HIREL.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that symbolic constants exist using #ifdef
    VERIFY that symbolic constant values are as expected

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: T_NOTOS
    Undefined identifier: T_LDELAY
    Undefined identifier: T_HITHRPT
    Undefined identifier: T_HIREL

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 37 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    structure rate is defined and contains the following members with the
    corresponding types:
    Member Type in Type in
    XPG4 mode UNIX98 mode
    targetvalue long t_scalar_t
    minacceptvalue long t_scalar_t

    Test Strategy:
    COMPILE program including header file <xti.h>


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 60 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    ASSIGN each structure member to a variable of the same type
    COMPARE each member against an object of the same type
    ASSIGN address of each member to a pointer variable of the same type
    ASSIGN a variable of the same type to each structure member
    VERIFY that the size of each member is as expected, using sizeof()

    Test Information:
    Compilation exited with non-zero value when expected to succeed
    Compiler or run-time messages or results:
    "cc37es.c", line 41: undefined struct/union member: targetvalue
    "cc37es.c", line 41: improper member use: targetvalue
    "cc37es.c", line 41: improper member use: targetvalue
    "cc37es.c", line 41: warning: assignment type mismatch:
    pointer to long "=" pointer to int
    "cc37es.c", line 41: improper member use: targetvalue
    "cc37es.c", line 41: improper member use: targetvalue
    "cc37es.c", line 41: improper member use: targetvalue
    "cc37es.c", line 42: undefined struct/union member: minacceptvalue
    "cc37es.c", line 42: improper member use: minacceptvalue
    "cc37es.c", line 42: improper member use: minacceptvalue
    "cc37es.c", line 42: warning: assignment type mismatch:
    pointer to long "=" pointer to int
    "cc37es.c", line 42: improper member use: minacceptvalue
    "cc37es.c", line 42: improper member use: minacceptvalue
    "cc37es.c", line 42: improper member use: minacceptvalue
    "cc37es.c", line 28: incomplete struct/union/enum rate: var1
    c89: acomp failed for cc37es.c

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 38 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    structure reqvalue is defined and contains the following members with
    the corresponding types:
    Member Type
    called struct rate
    calling struct rate

    Test Strategy:
    COMPILE program including header file <xti.h>
    ASSIGN each structure member to a variable of the same type
    COMPARE each member against an object of the same type
    ASSIGN address of each member to a pointer variable of the same type
    ASSIGN a variable of the same type to each structure member
    VERIFY that the size of each member is as expected, using sizeof()

    Test Information:
    Compilation exited with non-zero value when expected to succeed
    Compiler or run-time messages or results:
    "cc38es.c", line 32: incomplete struct/union/enum rate: testrate
    "cc38es.c", line 34: undefined struct/union member: called


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 61 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    "cc38es.c", line 34: assignment type mismatch:
    struct rate {} "=" int
    "cc38es.c", line 34: improper member use: called
    "cc38es.c", line 34: warning: assignment type mismatch:
    pointer to struct rate {} "=" pointer to int
    "cc38es.c", line 34: improper member use: called
    "cc38es.c", line 34: unknown operand size: op "="
    "cc38es.c", line 34: assignment type mismatch:
    int "=" struct rate {}
    "cc38es.c", line 34: improper member use: called
    "cc38es.c", line 34: improper member use: called
    "cc38es.c", line 35: undefined struct/union member: calling
    "cc38es.c", line 35: assignment type mismatch:
    struct rate {} "=" int
    "cc38es.c", line 35: improper member use: calling
    "cc38es.c", line 35: warning: assignment type mismatch:
    pointer to struct rate {} "=" pointer to int
    "cc38es.c", line 35: improper member use: calling
    "cc38es.c", line 35: unknown operand size: op "="
    "cc38es.c", line 35: assignment type mismatch:
    int "=" struct rate {}
    "cc38es.c", line 35: improper member use: calling
    "cc38es.c", line 35: improper member use: calling
    "cc38es.c", line 26: incomplete struct/union/enum reqvalue: var1
    c89: acomp failed for cc38es.c

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 39 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    structure thrpt is defined and contains the following members with the
    corresponding types:
    Member Type
    maxthrpt struct reqvalue
    avgthrpt struct reqvalue

    Test Strategy:
    COMPILE program including header file <xti.h>
    ASSIGN each structure member to a variable of the same type
    COMPARE each member against an object of the same type
    ASSIGN address of each member to a pointer variable of the same type
    ASSIGN a variable of the same type to each structure member
    VERIFY that the size of each member is as expected, using sizeof()

    Test Information:
    Compilation exited with non-zero value when expected to succeed
    Compiler or run-time messages or results:
    "cc39es.c", line 32: incomplete struct/union/enum reqvalue: testreqval
    "cc39es.c", line 34: undefined struct/union member: maxthrpt
    "cc39es.c", line 34: assignment type mismatch:
    struct reqvalue {} "=" int


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 62 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    "cc39es.c", line 34: improper member use: maxthrpt
    "cc39es.c", line 34: warning: assignment type mismatch:
    pointer to struct reqvalue {} "=" pointer to int
    "cc39es.c", line 34: improper member use: maxthrpt
    "cc39es.c", line 34: unknown operand size: op "="
    "cc39es.c", line 34: assignment type mismatch:
    int "=" struct reqvalue {}
    "cc39es.c", line 34: improper member use: maxthrpt
    "cc39es.c", line 34: improper member use: maxthrpt
    "cc39es.c", line 35: undefined struct/union member: avgthrpt
    "cc39es.c", line 35: assignment type mismatch:
    struct reqvalue {} "=" int
    "cc39es.c", line 35: improper member use: avgthrpt
    "cc39es.c", line 35: warning: assignment type mismatch:
    pointer to struct reqvalue {} "=" pointer to int
    "cc39es.c", line 35: improper member use: avgthrpt
    "cc39es.c", line 35: unknown operand size: op "="
    "cc39es.c", line 35: assignment type mismatch:
    int "=" struct reqvalue {}
    "cc39es.c", line 35: improper member use: avgthrpt
    "cc39es.c", line 35: improper member use: avgthrpt
    "cc39es.c", line 26: incomplete struct/union/enum thrpt: var1
    c89: acomp failed for cc39es.c

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 40 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    structure transdel is defined and contains the following members with
    the corresponding types:
    Member Type
    maxdel struct reqvalue
    avgdel struct reqvalue

    Test Strategy:
    COMPILE program including header file <xti.h>
    ASSIGN each structure member to a variable of the same type
    COMPARE each member against an object of the same type
    ASSIGN address of each member to a pointer variable of the same type
    ASSIGN a variable of the same type to each structure member
    VERIFY that the size of each member is as expected, using sizeof()

    Test Information:
    Compilation exited with non-zero value when expected to succeed
    Compiler or run-time messages or results:
    "cc40es.c", line 32: incomplete struct/union/enum reqvalue: testreqval
    "cc40es.c", line 34: undefined struct/union member: maxdel
    "cc40es.c", line 34: assignment type mismatch:
    struct reqvalue {} "=" int
    "cc40es.c", line 34: improper member use: maxdel
    "cc40es.c", line 34: warning: assignment type mismatch:


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 63 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    pointer to struct reqvalue {} "=" pointer to int
    "cc40es.c", line 34: improper member use: maxdel
    "cc40es.c", line 34: unknown operand size: op "="
    "cc40es.c", line 34: assignment type mismatch:
    int "=" struct reqvalue {}
    "cc40es.c", line 34: improper member use: maxdel
    "cc40es.c", line 34: improper member use: maxdel
    "cc40es.c", line 35: undefined struct/union member: avgdel
    "cc40es.c", line 35: assignment type mismatch:
    struct reqvalue {} "=" int
    "cc40es.c", line 35: improper member use: avgdel
    "cc40es.c", line 35: warning: assignment type mismatch:
    pointer to struct reqvalue {} "=" pointer to int
    "cc40es.c", line 35: improper member use: avgdel
    "cc40es.c", line 35: unknown operand size: op "="
    "cc40es.c", line 35: assignment type mismatch:
    int "=" struct reqvalue {}
    "cc40es.c", line 35: improper member use: avgdel
    "cc40es.c", line 35: improper member use: avgdel
    "cc40es.c", line 26: incomplete struct/union/enum transdel: var1
    c89: acomp failed for cc40es.c

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 41 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    structure t_kpalive is defined and contains the following members with
    the corresponding types:
    Member Type in Type in
    XPG4 mode UNIX98 mode
    kp_onoff long t_scalar_t
    kp_timeout long t_scalar_t

    Test Strategy:
    COMPILE program including header file <xti.h>
    ASSIGN each structure member to a variable of the same type
    COMPARE each member against an object of the same type
    ASSIGN address of each member to a pointer variable of the same type
    ASSIGN a variable of the same type to each structure member
    VERIFY that the size of each member is as expected, using sizeof()

    Test Information:
    Compilation exited with non-zero value when expected to succeed
    Compiler or run-time messages or results:
    "cc41es.c", line 41: undefined struct/union member: kp_onoff
    "cc41es.c", line 41: improper member use: kp_onoff
    "cc41es.c", line 41: improper member use: kp_onoff
    "cc41es.c", line 41: warning: assignment type mismatch:
    pointer to long "=" pointer to int
    "cc41es.c", line 41: improper member use: kp_onoff
    "cc41es.c", line 41: improper member use: kp_onoff


    Test Agency: SunSoft System Tested: ultra-82
    Test Date: May 08, 1998 Page 64 of 69




    X/Open XTI Test Suite Release 5.2.3A
    Test-Set Summary Test-Set Summary


    "cc41es.c", line 41: improper member use: kp_onoff
    "cc41es.c", line 42: undefined struct/union member: kp_timeout
    "cc41es.c", line 42: improper member use: kp_timeout
    "cc41es.c", line 42: improper member use: kp_timeout
    "cc41es.c", line 42: warning: assignment type mismatch:
    pointer to long "=" pointer to int
    "cc41es.c", line 42: improper member use: kp_timeout
    "cc41es.c", line 42: improper member use: kp_timeout
    "cc41es.c", line 42: improper member use: kp_timeout
    "cc41es.c", line 28: incomplete struct/union/enum t_kpalive: var1
    c89: acomp failed for cc41es.c

    ************************************************************************

    ************************************************************************
    /tset/XTI.hdr/misc/xti/T.xti 72 Failed

    Test Description:
    When the header file <xti.h> is included in a C program, then the
    macro SET_TOS(prec, tos) is defined, takes two integer arguments and
    evaluates to an expression of type integer.

    Test Strategy:
    COMPILE program including header file <xti.h>
    VERIFY that macro exists using #ifdef
    VERIFY that macro expands to an integer value

    Test Information:
    Compiler or run-time messages or results:
    Undefined identifier: SET_TOS

    ************************************************************************

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    A Temporary Interpretation is recommended, as previously discussed.

    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