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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0837 Actions


    Problem Report Number 0837
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0352
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1996-02-05 08:00
    Product Standard Commands and Utilities V2 (UNIX 95)
    Certification Program The Open Brand certification program
    Test Suite VSC version 4.1.4
    Test Identification POSIX.annexC/fort77 1-41, 47-75
    Problem Summary TSD4C.00159 This test may fail on implementations where POSIX2_FORT_DEV is defined as -1 and the implementation does not claim conformance to the XPG4 FORTRAN option.
    Problem Text
    This test may fail on implementations where POSIX2_FORT_DEV is defined
    as -1 and the implementation does not claim conformance to the XPG4
    FORTRAN option.

    POSIX.2 allows POSIX2_FORT_DEV to take the value of -1 when a system will
    never support fortran development. See page 722 of IEEE 1003.2-1992. The
    fort77 test purposes do not look for -1 as an acceptable value and thus
    attempt to run on systems that have POSIX2_FORT_DEV defined as -1. The
    code currently look like this:

    if [ `GetConfig POSIX2_FORT_DEV` = "undefined" ]; then
    SetResult $TET_UNSUPPORTED
    return
    fi

    The "GetConfig POSIX2_FORT_DEV" returns a -1 which does not equal
    "undefined".
    Test Output
    [See Comments below]

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We agree this is a test suite deficiency in the test
    suite version(s) listed.

    This interpretation only applies to VSC 4.1.4. The implementation
    must not claim conformance to the XPG4 FORTRAN option and getconf
    POSIX2_FORT_DEV must return -1 with a zero exit status.

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Test Suite Deficiency (TSD)
    Review Conclusion
    This is an agreed Test Suite Deficiency.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority