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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0935 Actions


    Problem Report Number 0935
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0450
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1995-08-30 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.cmd/read 18
    Problem Summary TSD4C.00059 This test may fail on all implementations because of a logic error.
    Problem Text
    This test may fail on all implementations because of a logic error.

    This test fails because a comparison is wrong. The line

    if [ "$var_2" -eq 2 ]
    then
    SetResult $TET_FAIL "second variable set to '$var_2', expecting '2'"
    n_fail=`expr $n_fail + 1`
    fi

    should really be:

    if [ "$var_2" -ne 2 ]
    then
    SetResult $TET_FAIL "second variable set to '$var_2', expecting '2'"
    n_fail=`expr $n_fail + 1`
    fi
    Test Output
    200|1 1 12:51:50|TP Start
    520|1 1 4051 1 1|Assertion #18 (A):
    520|1 1 4051 1 1|second variable set to '2', expecting '2'
    220|1 1 1 12:51:51|FAIL

    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.

    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