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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0919 Actions


    Problem Report Number 0919
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0434
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1995-09-07 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/find 62 63
    Problem Summary TSD4C.00075 Test may fail on implementations that eventually exit with an error if a directory in the list is not searchable.
    Problem Text
    This test may fail on implementations that eventually exit with an
    error if a directory in the list is not searchable.

    When checking all the files in the blockdev_dir for the given block
    device file, the -prune expression should appear before the -type b
    expression. Otherwise, any unsearchable directories in blockdev_dir
    will cause find to return with a non-zero exit status.
    Line: 4802
    find $blockdev_dir/* -type b -print -prune > $CT_STDOUT 2> $CT_STDERR
    Should be:
    find $blockdev_dir/* -prune -type b -print > $CT_STDOUT 2> $CT_STDERR

    Same applies to tp63 (char-dev).

    Test Output
    200|1 1 16:31:59|TP Start
    520|1 1 21607 1 1|Assertion #62 (C): Option -type b
    520|1 1 21607 1 1|Using value "/dev/rz3b" for VSC_BLK_DEV_FILE
    520|1 1 21607 1 2|Expected exit code = 0; Received 2
    220|1 1 1 16:32:01|FAIL

    200|4 1 16:32:25|TP Start
    520|4 1 21891 1 1|Assertion #63 (C): Option -type c
    520|4 1 21891 1 1|Using value "/dev/ptmx" for VSC_CHR_DEV_FILE
    520|4 1 21891 1 2|Expected exit code = 0; Received 2
    220|4 1 1 16:32:27|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