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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0651 Actions


    Problem Report Number 0651
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Rejected (REJ)
    Problem Resolution ID REJ.X.0255
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published null
    Product Standard Commands and Utilities V2 (UNIX 95)
    Certification Program The Open Brand certification program
    Test Suite VSC version 4.1.4
    Test Identification vsc/tset/POSIX.cmd/awk/awk.sh 156
    Problem Summary PG4C.00021 Test may hang in an infinite loop when printing error message.
    Problem Text
    In the following block of code...
    ...
    diff awk.stdout awk.exp > /dev/null 2>&1
    if [ $? = 0 ]
    then
    eval $PASS
    else
    diffs=""
    line=1
    while [ $line -le 10 ] ; do
    result=`sed -n ${line}p awk.stdout`
    if [ "$result" -ne 1 ] ; then
    diffs=$diffs" $line"
    fi
    NOTE==> line=`expr $line + 1`
    done
    REASON="Results differ dor these cases: $diffs"
    eval $FAIL
    fi
    CloseTP
    } # End of tp156

    The line noted line needs to be inserted, otherwise, the while
    loop loops forever if the test FAILs.
    Test Output

    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.

    This request correctly points out a deficiency in the test
    suite which will be corrected in the next release. But this
    deficiency has no effect on any test results. It can not be
    used for any waivers.

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Rejected (REJ)
    Review Conclusion
    This request is refused.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority