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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0876 Actions


    Problem Report Number 0876
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0391
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1995-11-03 08:00
    Product Standard Commands and Utilities V2 (UNIX 95)
    Certification Program The Open Brand certification program
    Test Suite VSC version 4.1.5
    Test Identification POSIX.upe/vi 87
    Problem Summary TSD4C.00120 This test may fail on non-ASCII implementations because of a hard-coded ASCII character.
    Problem Text
    This test may fail on non-ASCII implementations because of
    a hard-coded ASCII character.

    This test has a dependancy on the ASCII encoding for the escape
    character (octal 033 or hex 1b). The script has the following
    statement:

    printf "here will be an escape:\033:\nhere will be another escape:\033:\n" > vi_exp_1

    The output of the test is a little deceiving because it includes
    unprintable characters. Here is what the files look like with their
    hexadecimal representations:

    out.stdout:
    ! here will be an escape: :
    5488984A89948848948A8898727
    A08595069330250150523175A7A

    ! here will be another escape: :
    5488984A8994884899A88948A8898727
    A0859506933025015638590523175A7A

    vi_exp_1:

    ! here will be an escape: :
    5488984A89948848948A8898717
    A08595069330250150523175ABA

    ! here will be another escape: :
    5488984A8994884899A88948A8898717
    A0859506933025015638590523175ABA

    0x27 is the proper representation for the escape character on our
    implementation. This test has a hard-coded dependency for the value
    of the escape character. The statement in the test should be changed
    to something like the following so the value can be configured
    correctly for whatever platform the tests are being run on:

    printf "here will be an escape:\\${VSC_ESC}:\nhere will be another escape:\\${VSC_ESC}:\n" > vi_exp_1

    Test Output
    Assertion #87 (C): control-V/Q escape special characters
    Standard output isn't the same as file 'vi_exp_1'
    diff of "out.stdout" and "vi_exp_1":
    *** out.stdout Thu Oct 26 17:55:40 1995
    --- vi_exp_1 Thu Oct 26 17:54:31 1995
    ***************
    *** 1,2 ****
    ! here will be an escape: :
    ! here will be another escape: :
    --- 1,2 ----
    ! here will be an escape: :
    ! here will be another escape: :

    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