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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 2332 Actions


    Problem Report Number 2332
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.1201
    Raised 2004-02-10 05:06
    Updated 2004-02-16 18:37
    Published 2004-02-16 18:37
    Product Standard Internationalised System Calls and Libraries Extended V3 (UNIX 03)
    Certification Program The Open Brand certification program
    Test Suite VSRT version 5.2.5
    Test Identification rt.os/files/fpathconf test 3
    Specification Base Definitions Issue 6
    Location in Spec none
    Problem Summary Test function clears errno after parent sets it
    Problem Text test 3 does the following:

    errno = -1;
    rval = tb_fpathconf(fd, _PC_ASYNC_IO);
    ....
    if (errno != -1) {
    vsrt_sysfail("fpathconf");
    (void)close(fd);
    DBUG_VOID_RETURN
    }

    But in tb_pathconf()

    errno = 0;
    retval = fpathconf(fildes, name);

    This of courses causes the errno check to fail back in the test3 parent.
    Test Output

    ************************************************************************
    /tset/rt.os/files/fpathconf/T.fpathconf 3 Failed

    Test Description:

    If _POSIX_ASYNCHRONOUS_IO is defined and there is a file for
    which the
    implementation does not support asynchronous I/O:
    A call to fpathconf() when name is _PC_ASYNC_IO shall return
    -1 and
    not change errno when the implementation does not support
    asynchronous I/O for the file associated with fildes.

    Test Information:
    fpathconf failed, errno = 0 (NO ERROR)


    ************************************************************************

    Review Information

    Review Type TSMA Review
    Start Date 2004-02-10 05:06
    Last Updated 2004-02-10 17:50
    Completed 2004-02-10 17:50
    Status Complete
    Review Recommendation Test Suite Deficiency (TSD)
    Review Response This is accepted as a fault in the test suite.

    Review Type SA Review
    Start Date 2004-02-10 17:50
    Last Updated 2004-02-14 00:41
    Completed 2004-02-14 00:41
    Status Complete
    Review Resolution Test Suite Deficiency (TSD)
    Review Conclusion This PR represents an agreed test suite deficiency

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority