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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1832 Actions


    Problem Report Number 1832
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0909
    Raised 1970-01-01 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 CH03/crtsmplwdw 7
    Problem Summary TSD4W.00107 Test has 32-bit dependency.
    Problem Text

    XWindowAttributes.backing_planes is defined as a unsigned long, even
    though only the significant 32 bits are used or transported. On
    our implementation, the value set in backing_planes is not sign extended
    and thus does not compare properly to -1. There is no indication that
    this data should be sign extended in the X Library Specification.

    This change is made so that the test only examines the significant bits.

    *** ./xtest/tset/CH03/crtsmplwdw/crtsmplwdw.m Tue Aug 18 06:16:28 1992
    --- /usr/projects/x11/vsw_4.1.1/./xtest/tset/CH03/crtsmplwdw/crtsmplwdw.m
    Fri Aug 27 16:26:33 1993
    ***************
    *** 351,357 ****
    } else
    CHECK;

    ! if (atts.backing_planes != ~0) {
    report("backing_planes was 0x%x, expecting all ones",
    atts.backing_planes);
    FAIL;
    } else
    --- 351,357 ----
    } else
    CHECK;

    ! if (atts.backing_planes != 0xffffffff) {
    report("backing_planes was 0x%x, expecting all ones",
    atts.backing_planes);
    FAIL;
    } else

    Test Output
    /tset/CH03/crtsmplwdw/Test 7 Failed

    Test Description:
    All window attributes, other than depth, class, visual,
    background and border, have their default values.

    Test Strategy:
    Call XCreateSimpleWindow.
    Get the window attributes
    Verify that these are the default values

    Test Information:
    backing_planes was 0xffffffff, expecting all ones

    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