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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0106 Actions


    Problem Report Number 0106
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0106
    Raised 1993-10-14 08:00
    Updated 2003-03-13 08:00
    Published 1993-11-19 08:00
    Product Standard X Window System Applications Interface
    Certification Program The Open Brand certification program
    Test Suite VSW version 4.1.1
    Test Identification CH07/chngkybrdc 9
    Problem Summary TSD4.106 This test failed on our system due to incompatible bit representation from the test suite in 64-bit implementations. We believe that the test is at fault. The two changed lines take care of 64 bit lon...
    Problem Text
    This test failed on our system due to incompatible bit representation
    from the test suite in 64-bit implementations. We believe that the test
    is at fault.

    The two changed lines take care of 64 bit longs by considering only bits
    corresponding to the "Mask of all leds".

    *** ./xtest/tset/CH07/chngkybrdc/chngkybrdc.m Thu Jun 11 17:13:46 1992
    --- /usr/projects/x11/vsw_4.1.1/./xtest/tset/CH07/chngkybrdc/chngkybrdc.m
    Mon Oct 11 11:07:00 1993
    ***************
    *** 411,420 ****

    XGetKeyboardControl(display, &newks);

    if (newks.led_mask == onmask)
    CHECK;
    else {
    ! report("Led mask was %d, expecting %d",
    newks.led_mask, onmask);
    FAIL;
    }
    --- 411,422 ----

    XGetKeyboardControl(display, &newks);

    + newks.led_mask = newks.led_mask & NLEDMASK;
    + onmask = onmask & NLEDMASK ;
    if (newks.led_mask == onmask)
    CHECK;
    else {
    ! report("Led mask was %lx, expecting %lx",
    newks.led_mask, onmask);
    FAIL;
    }

    Test Output
    /tset/CH07/chngkybrdc/Test 9 Failed

    Test Description:
    If LED s are supported: When both KBLed and KBLedMode are
    specified, then the state of the LED specified by led is
    changed to the state specified by led_mode.

    Test Strategy:
    Set value_mask to KBLed | KBLedMode.
    Set led value.
    Set led_mode value.
    Call XChangeKeyboardControl.
    Get new keyboard state.
    Verify that change occurred.

    Test Information:
    Led mask was -2146959345, expecting -2146959345

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    This is agreed to be a test suite deficiency.

    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