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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 0108 Actions


    Problem Report Number 0108
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.0108
    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 CH03/crtwdw 3
    Problem Summary TSD4.108 We believe that the test is at fault because an assumption is made that 64-bit -1 == 32-bit -1. In this suggested fix, the 64 bit value is masked prior to comparison with 32-bit value returned from X ...
    Problem Text
    We believe that the test is at fault because an assumption is made
    that 64-bit -1 == 32-bit -1. In this suggested fix, the 64 bit
    value is masked prior to comparison with 32-bit value returned
    from X Server.

    The following fixes may be used to correct this portability problem

    *** ./xtest/tset/CH03/crtwdw/crtwdw.m Tue Aug 18 06:16:32 1992
    --- /usr/projects/x11/vsw_4.1.1/./xtest/tset/CH03/crtwdw/crtwdw.m Fri Aug
    27 16:26:39 1993
    ***************
    *** 238,245 ****
    } else
    CHECK;

    ! if ((vmask&CWBackingPlanes) && setatts->backing_planes !=
    getatts->backing_planes) {
    ! report("backing_planes got 0x%x, expected 0x%x",
    getatts->backing_planes,
    setatts->backing_planes);
    FAIL;
    --- 238,247 ----
    } else
    CHECK;

    ! if ((vmask&CWBackingPlanes) &&
    ! ( (setatts->backing_planes &0xffffffff) !=
    ! (getatts->backing_planes &0xffffffff)) ) {
    ! report("backing_planes got 0x%lx, expected 0x%lx",
    getatts->backing_planes,
    setatts->backing_planes);
    FAIL;

    Test Output
    /tset/CH03/crtwdw/Test 3 Failed

    Test Description:
    Window attributes that are not specified in valuemask are
    set to their default values.

    Test Strategy:
    Create window.
    Check default values:
    bit-gravity: Forget
    win-gravity: NorthWest
    backing-store: NotUseful
    backing-planes: all ones
    backing-pixel: zero
    save-under: False
    event-mask: empty set
    do-not-propagate-mask: empty set
    override-redirect: False
    colormap: CopyFromParent

    Test Information:
    backing_planes got 0xffffffff, expected 0xffffffff
    There was 1 incorrect attribute

    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