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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0940 Actions


    Problem Report Number 0940
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0455
    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.annexA/lex 1016
    Problem Summary TSD4C.00054 This test may fail on all implementations.
    Problem Text
    This test may fail on all implementations.

    This test expects the following output from lex

    abc
    def

    But the lex syntax that is expected to generate this is wrong. It is
    currently

    %%
    abc|def$ ECHO;
    .

    To get the expected output the syntax for the regular expressions
    separated by the alternation operator would have to be grouped
    with parenthesis. the test should be changed to

    %%
    (abc|def)$ ECHO;
    .
    Test Output
    200|1 1 14:26:59|TP Start
    520|1 1 28246 1 1|Assertion #1016 (C): Test ERE anchoring
    520|1 1 28246 1 1|Standard output isn't the same as file 'lex_eso_1016_1'
    520|1 1 28246 1 2|diff of "out.stdout" and "lex_eso_1016_1":
    520|1 1 28246 1 3|*** out.stdout Fri Aug 18 14:27:02 1995
    520|1 1 28246 1 4|--- lex_eso_1016_1 Fri Aug 18 14:27:00 1995
    520|1 1 28246 1 5|***************
    520|1 1 28246 1 6|*** 1,2 ****
    520|1 1 28246 1 7|! a
    520|1 1 28246 1 8|! adef
    520|1 1 28246 1 9|--- 1,2 ----
    520|1 1 28246 1 10|! abc
    520|1 1 28246 1 11|! def
    220|1 1 1 14:27:05|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