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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1079 Actions


    Problem Report Number 1079
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0535
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1998-11-02 08:00
    Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98)
    Certification Program The Open Brand certification program
    Test Suite VSRT version 5.0.2
    Test Identification rt.os/timers/timer_settime 9
    Problem Summary TSD4R.00005 This test may fail due to a typo which causes a structure member to not be initialized.
    Problem Text

    The field it_value_.tv_nsec of structure is not being initialized. This
    is apparently a typo, as another value is initialized twice:

    tset/rt.os/timers/timer_settime/timer_settime.c:

    ...
    982 tp.it_interval.tv_nsec = 0;
    983 tp.it_interval.tv_nsec=0;
    ...

    Changing the code:

    982a983
    > tp.it_interval.tv_nsec=0;
    984d984
    < tp.it_value.tv_nsec = 0;

    corrects the fault.
    Test Output
    ************************************************************************
    /tset/rt.os/timers/timer_settime/T.timer_settime 9 Failed

    Test Description:
    If _POSIX_TIMERS is defined or the implementation supports the
    timer_settime() function as described in System Interfaces and
    Headers, Issue 5:
    A call to timer_settime() shall round up time values that are
    between two consecutive non-negative integer multiples of the
    resolution of the specified timer to the larger multiple of the
    resolution.

    Test Information:
    timer_settime failed, errno = 22 (EINVAL)


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

    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