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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1518 Actions


    Problem Report Number 1518
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0800
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1995-05-24 08:00
    Product Standard Internationalised System Calls and Libraries Extended (UNIX 95)
    Certification Program The Open Brand certification program
    Test Suite VSU version 4.0.2
    Test Identification base/close 11
    Problem Summary TSD4U.00013 if (errno = EINTR) should be if (errno == EINTR)
    Problem Text
    This test contains two if statments

    if (errno = EINTR)

    that should read:

    if (errno == EINTR)

    If the close() calls in the code blocks containing these
    lines fail the tests will always report the error shown
    above even though some other problem may actually have
    caused the failure.
    Test Output
    520|1 1 52 1 4|PREP: Set 5 second linger interval
    520|1 1 52 1 5|TEST: Repeatedly send 1024 bytes until send blocks
    520|1 1 52 1 6|TEST: close() lingers
    520|1 1 52 1 7|ERROR: Expected close to linger 5 seconds
    had not returned after 20 seconds
    220|1 1 1 15:38:32|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 deficiency in the test suite version(s) listed above.

    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