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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1061 Actions


    Problem Report Number 1061
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Rejected (REJ)
    Problem Resolution ID REJ.X.0298
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published null
    Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98)
    Certification Program The Open Brand certification program
    Test Suite VSRT version 5.0.1
    Test Identification rt.os/aio/lio_listio 36, 40
    Problem Summary PG4R.00006 These tests report UNSUPPORTED when they should report PASS.
    Problem Text
    The return value for vsrt_forkatest() in test36 and 40 is not being checked
    so that although the test passes in the child process the parent does not
    recognise the fact.

    The tests should be modified as follows

    7626d7625
    < int retval;
    7651c7650
    < retval = vsrt_forkatest(dotest36, 0, 0);
    ---
    > vsrt_forkatest(dotest36, 0, 0);
    7653,7659d7651
    < if (retval == -1)
    < vsrt_aio_test_fail++;
    < if (retval == 1)
    < vsrt_aio_test_unsup++;
    < if (retval == 0)
    < vsrt_aio_test_pass++;
    <
    8220d8211
    < int retval;
    8245c8236
    < retval = vsrt_forkatest(dotest40, 0, 0);
    ---
    > vsrt_forkatest(dotest40, 0, 0);
    8247,8253d8237
    < if (retval == -1)
    < vsrt_aio_test_fail++;
    < if (retval == 1)
    < vsrt_aio_test_unsup++;
    < if (retval == 0)
    < vsrt_aio_test_pass++;
    <

    Test Output

    10|0 /tset/rt.os/aio/lio_listio/T.lio_listio 16:08:42|TC Start,
    scenario ref 1-0
    , ICs: {36}
    15|0 3.1-lite 1|TCM Start
    400|0 36 1 16:08:43|IC Start
    200|0 36 16:08:43|TP Start
    220|0 36 4 16:08:43|UNSUPPORTED
    410|0 36 1 16:08:43|IC End

    (same for case 40)

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We recommend this request be refused.

    Although the submitter is correct a TSD can not be granted
    without results demonstrating a test failure. The journal output
    above shows that the test is UNSUPPORTED on the submitter's
    implementation. This is not a failure result and is not a valid
    basis for a waiver.

    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