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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1919 Actions


    Problem Report Number 1919
    Submitter's Classification Specification problem
    State Resolved
    Resolution Temporary Interpretation (TIN)
    Problem Resolution ID TIN.X.0085
    Raised 1999-01-15 08:00
    Updated 2003-03-13 08:00
    Published 1999-01-22 08:00
    Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98)
    Certification Program The Open Brand certification program
    Test Suite VSX4 version 4.4.3
    Test Identification ANSI.hdr/misc/stdlib 48
    Specification System Interfaces and Headers Issue 5
    Location in Spec See Problem Text
    Linked Problem Reports TIN5.002, (in, old, system)
    Problem Summary TIN5.004 This IR is for the following tests: ANSI.hdr/misc/stdlib/T.stdlib 48 POSIX.hdr/misc/misc/wait/T.wait 10 This IR addresses the timespec errors in the above output. The sigstack errors will be addressed...
    Problem Text
    This IR is for the following tests:

    ANSI.hdr/misc/stdlib/T.stdlib 48
    POSIX.hdr/misc/misc/wait/T.wait 10


    This IR addresses the timespec errors in the above output. The sigstack
    errors will be addressed in separate IR. TIN5.002 allows timespec to be
    present in the UNIX 98 namespace for signal.h, an additional TIN is required
    to allow it to be present in stdlib.h and wait.h. This allowed by the following
    in the spec:

    for stdlib.h

    page 1146 states the following:

    "Inclusion of the stdlib.h header may also make visible all
    symbols from stddef.h, limits.h, math.h and sys/wait.h."

    page 1181 (sys/wait.h) states the following:

    "Inclusion of the sys/wait.h header may also make visible all
    symbols from signal.h and sys/resource.h."

    for wait.h

    page 1181 (sys/wait.h) states the following:

    "Inclusion of the sys/wait.h header may also make visible all
    symbols from signal.h and sys/resource.h."

    Test Output
    ************************************************************************
    /tset/ANSI.hdr/misc/stdlib/T.stdlib 48 Failed

    Test Description:
    For POSIX90 and FIPS modes:
    When _POSIX_SOURCE is defined and no other feature test macros are
    defined, no other symbols than those defined or reserved by
    POSIX.1-1990 are made visible.
    For POSIX96 mode:
    When _POSIX_C_SOURCE is defined with the value 199506L and no
    other feature test macros except _POSIX_SOURCE are defined, no
    other symbols than those defined or reserved by POSIX.1-1996 are
    made visible.
    For XPG4 mode:
    When _XOPEN_SOURCE is defined and no other feature test macros
    except _POSIX_SOURCE, _POSIX_C_SOURCE=1 or _POSIX_C_SOURCE=2 are
    defined, no other symbols than those defined or reserved by XPG4
    are made visible.
    For UNIX98 mode:
    When _XOPEN_SOURCE is defined with the value 500 and no other
    feature test macros except _POSIX_SOURCE or
    _POSIX_C_SOURCE<=199506L are defined, no other symbols than those
    defined or reserved by XSH5 are made visible.
    Posix Ref: Component C Language Definitions Assertion 2.7.2-05(B)

    Test Strategy:
    FOR each unreserved struct/union member made visible by the header
    DEFINE a macro which will cause an error if not protected from
    expansion
    UNDEFINE those macros which correspond to allowed member names
    INCLUDE a copy of the header file modified to identify #defines
    FOR each unreserved symbol made visible by the header
    VERIFY that the symbol name is in a list of allowed names

    Test Information:
    Feature test macros: -D_XOPEN_SOURCE=500
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec

    ************************************************************************
    ************************************************************************
    /tset/POSIX.hdr/misc/wait/T.wait 10 Failed

    Test Description:
    For POSIX90 and FIPS modes:
    When _POSIX_SOURCE is defined and no other feature test macros are
    defined, no other symbols than those defined or reserved by
    POSIX.1-1990 are made visible.
    For POSIX96 mode:
    When _POSIX_C_SOURCE is defined with the value 199506L and no
    other feature test macros except _POSIX_SOURCE are defined, no
    other symbols than those defined or reserved by POSIX.1-1996 are
    made visible.
    For XPG4 mode:
    When _XOPEN_SOURCE is defined and no other feature test macros
    except _POSIX_SOURCE, _POSIX_C_SOURCE=1 or _POSIX_C_SOURCE=2 are
    defined, no other symbols than those defined or reserved by XPG4
    are made visible.
    For UNIX98 mode:
    When _XOPEN_SOURCE is defined with the value 500 and no other
    feature test macros except _POSIX_SOURCE or
    _POSIX_C_SOURCE<=199506L are defined, no other symbols than those
    defined or reserved by XSH5 are made visible.
    Posix Ref: Component C Language Definitions Assertion 2.7.2-05(B)

    Test Strategy:
    FOR each unreserved struct/union member made visible by the header
    DEFINE a macro which will cause an error if not protected from
    expansion
    UNDEFINE those macros which correspond to allowed member names
    INCLUDE a copy of the header file modified to identify #defines
    FOR each unreserved symbol made visible by the header
    VERIFY that the symbol name is in a list of allowed names

    Test Information:
    Feature test macros: -D_XOPEN_SOURCE=500
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=1
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=2
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199309
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec
    Feature test macros: -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506
    -D_POSIX_SOURCE
    Compiler or run-time messages or results:
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal struct/union/enum tag: sigstack
    Illegal declared or 'typedef'ed symbol: sigstack
    Illegal struct/union/enum tag: timespec
    Illegal struct/union/enum tag: timespec

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

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    It is recommended that this is treated as a Grey Area in the specification
    in the same manner as the referenced TIN.

    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