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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0501 Actions


    Problem Report Number 0501
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Rejected (REJ)
    Problem Resolution ID REJ.X.0120
    Raised 1995-10-07 08:00
    Updated 2003-03-13 08:00
    Published null
    Product Standard Internationalised System Calls and Libraries (XPG4)
    Certification Program The Open Brand certification program
    Test Suite VSX4 version 4.3.5
    Test Identification POSIX.os/files/chdir 4
    Problem Summary PG4R.121 These tests all call do_access() in which various loops and operations are performed on every 'group' (GID) (or supplementary group) defined to the system. Our tester user a member of each supplemen...
    Problem Text
    These tests all call do_access() in which various loops and operations
    are performed on every 'group' (GID) (or supplementary group) defined to
    the system. Our tester user a member of each supplementary group up to
    NGROUPS_MAX.

    /tset/POSIX.os/files/chdir/T.chdir 4 Unresolved
    /tset/POSIX.os/files/creat/T.creat 15 Unresolved
    /tset/POSIX.os/files/creat/T.creat 16 Unresolved
    /tset/POSIX.os/files/mkdir/T.mkdir 8 Unresolved
    /tset/POSIX.os/files/mkfifo/T.mkfifo 7 Unresolved
    /tset/POSIX.os/files/open/T.open 20 Unresolved
    /tset/POSIX.os/files/open/T.open 21 Unresolved
    /tset/POSIX.os/files/open/T.open 22 Unresolved
    /tset/POSIX.os/files/opendir/T.opendir 5 Unresolved
    /tset/POSIX.os/files/rmdir/T.rmdir 8 Unresolved

    The VSX implementation basically assigns certain timeout values to these
    test cases but these timeouts do not contain any component that is
    sensitive to the number of groups (NGROUPS_MAX) on the system.
    Typically most Unix implementations do not exceed 16 or 32 for the value
    NGROUPS_MAX. Our implementation has an NGROUPS_MAX value of 300. These
    test cases perform a series of operations on each group. The problem is
    that the WAITTIME value computed is insufficient for a test that must
    process 300 groups. We typically "time-out" close to 200 groups.
    NGROUPS_MAX should be one of the components of WAITTIME to allow these
    test cases to complete successfully.
    Test Output
    **********************************************************************
    /tset/POSIX.os/files/chdir/T.chdir 4 Unresolved

    Test Description:
    When chdir(path) is granted search access to path an EACCES error
    shall not occur.
    Posix Ref: Component CHDIR Assertion 5.2.1.2-24(A)

    Test Information:
    child process timed out
    *******************************************************************
    /tset/POSIX.os/files/creat/T.creat 15 Unresolved

    Test Description:
    When creat(path) is granted write access to the existing file path and
    is granted search access to the path prefix of path an EACCES error
    shall not occur.
    Posix Ref: Component CREAT Assertion 5.3.2.2-24(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/creat/T.creat 16 Unresolved

    Test Description:
    When creat(path) is granted write access to the parent directory of
    the non-existent file path and is granted search access to the path
    prefix of path an EACCES error shall not occur.
    Posix Ref: Component CREAT Assertion 5.3.2.2-25(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/mkdir/T.mkdir 8 Unresolved

    Test Description:
    When mkdir(path, .....) is granted write access to the parent
    directory of path and is granted search access to the path prefix of
    path an EACCES error shall not occur.
    Posix Ref: Component Assertion
    Posix Ref: Component MKDIR Assertion 5.4.1.2-16(C)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-17(C)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-18(A)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-19(D)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-20(D)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-21(D)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-22(D)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-23(D)
    Posix Ref: Component MKDIR Assertion 5.4.1.2-24(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/mkfifo/T.mkfifo 7 Unresolved

    Test Description:
    When mkfifo(path, .....) is granted write access to the parent
    directory of path and is granted search access to the path prefix of
    path an EACCES error shall not occur.
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-16(C)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-17(C)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-18(A)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-19(D)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-20(D)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-21(D)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-22(D)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-23(D)
    Posix Ref: Component MKFIFO Assertion 5.4.2.2-24(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/open/T.open 20 Unresolved

    Test Description:
    When open(path, O_RDONLY) is granted read access to path and is
    granted search access to the path prefix of path an EACCES error shall
    not occur.
    Posix Ref: Component OPEN Assertion 5.3.1.2-24(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/open/T.open 21 Unresolved

    Test Description:
    When open(path, O_WRONLY) is granted write access to path and is
    granted search access to the path prefix of path an EACCES error shall
    not occur.
    Posix Ref: Component OPEN Assertion 5.3.1.2-25(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/open/T.open 22 Unresolved

    Test Description:
    When open(path, O_WRONLY|O_CREAT|O_EXCL) is granted write access to
    the parent directory of path and search access to the path prefix of
    path an EACCES error shall not occur.
    Posix Ref: Component OPEN Assertion 5.3.1.2-26(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/opendir/T.opendir 5 Unresolved

    Test Description:
    When opendir(dirname) is granted read access to dirname and is granted
    search access to the path prefix of dirname an EACCES error shall not
    occur.
    Posix Ref: Component OPENDIR Assertion 5.1.2.2-25(A)

    Test Information:
    child process timed out
    ************************************************************************
    /tset/POSIX.os/files/rmdir/T.rmdir 8 Unresolved

    Test Description:
    When rmdir(path) is granted write access to the parent directory of
    path and is granted search access to the path prefix of path an EACCES
    error shall not occur.
    Posix Ref: Component RMDIR Assertion 5.5.2.2-16(C)
    Posix Ref: Component RMDIR Assertion 5.5.2.2-17(C)
    Posix Ref: Component RMDIR Assertion 5.5.2.2-18(A)
    Posix Ref: Component RMDIR Assertion 5.5.2.2-24(A)

    Test Information:
    child process timed out
    ************************************************************************

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We assume that you have already set the SPEEDFACTOR to 10 via the config.sh
    script. In this case, we suggest that you edit the SRC/vsx_params to set
    SPEED to 20 and then recompile the libraries by executing make in the
    TEST_SUITE_ROOT directory. Once this make is complete the test suite
    needs to be recompiled using tcc -b and re-executed using tcc -e.

    It is recommended that the above work around is used and that the
    request for a waiver is refused.

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Rejected (REJ)
    Review Conclusion
    This request is refused.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority