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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 1702 Actions


    Problem Report Number 1702
    Submitter's Classification Minor System Fault
    State Resolved
    Resolution Minor System Fault (MSF)
    Problem Resolution ID MSF.X.0075
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1996-01-09 08:00
    Expiry Date 1997-01-09
    Product Standard X Window System Display
    Certification Program The Open Brand certification program
    Test Suite VSW version 4.1.1
    Test Identification CH06/drwarc 12 17 18 20 22 23 24 25 26 27 29 30 52 60
    Problem Summary MSF4W.00005 A waiver is requested for failures due to minor pixelization differences.
    Problem Text
    A waiver is requested for failures due to minor pixelization
    differences.

    These tests fail because of minor pixelization differences
    between what our server draws and what the tests expect. We
    believe these differences do not affect the functionality of the
    X Windows System Display. These differences are cosmetic. They
    only result in small visual discrepencies between what users see
    on our server and what they would see on a server that passes
    these tests.
    Test Output
    ************************************************************************
    /tset/CH06/drwarc/Test 12 Failed

    Test Description:
    A call to XDrawArc does not draw a pixel more than once.

    Test Strategy:
    Set gc function to GXcopy.
    Call XDrawArc.
    Set gc function to GXxor.
    Call XDrawArc.
    Verify that the result is the same in both cases.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0000.err for details
    A Pixel was drawn more than once
    --- Running test with visual class DirectColor, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0001.err for details
    A Pixel was drawn more than once
    --- Running test with visual class GrayScale, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0002.err for details
    A Pixel was drawn more than once
    --- Running test with visual class PseudoColor, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0003.err for details
    A Pixel was drawn more than once
    --- Running test with visual class TrueColor, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0004.err for details
    A Pixel was drawn more than once
    --- Running test with visual class StaticGray, depth 4
    Pixel mismatch at (35, 10) (1 - 0)
    See file Err0005.err for details
    A Pixel was drawn more than once
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 17 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXand, then the destination becomes ((src AND dst) AND
    plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXand.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is src&dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with visual class DirectColor, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with visual class GrayScale, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with visual class TrueColor, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with visual class StaticGray, depth 4
    GXand fail expected 0, got 1
    GXand fail expected 0, got 2
    GXand fail expected 0, got 2
    GXand fail expected 0, got 3
    GXand fail expected 1, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 18 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXandReverse, then the destination becomes ((src AND (NOT
    dst)) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXandReverse.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is src&~dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with visual class DirectColor, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with visual class GrayScale, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with visual class TrueColor, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with visual class StaticGray, depth 4
    GXandReverse fail expected 1, got 0
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 1
    GXandReverse fail expected 0, got 2
    GXandReverse fail expected 1, got 2
    GXandReverse fail expected 0, got 3
    GXandReverse fail expected 0, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 20 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXandInverted, then the destination becomes (((NOT src) AND
    dst) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXandInverted.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~src&dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with visual class DirectColor, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with visual class GrayScale, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with visual class TrueColor, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with visual class StaticGray, depth 4
    GXandInverted fail expected 0, got 1
    GXandInverted fail expected 2, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 22 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXxor, then the destination becomes ((src XOR dst) AND
    plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXxor.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is src^dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with visual class DirectColor, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with visual class GrayScale, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with visual class TrueColor, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with visual class StaticGray, depth 4
    GXxor fail expected 1, got 0
    GXxor fail expected 0, got 1
    GXxor fail expected 3, got 2
    GXxor fail expected 2, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 23 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is GXor,
    then the destination becomes ((src OR dst) AND plane_mask)
    OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXor.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is src|dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with visual class DirectColor, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with visual class GrayScale, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with visual class PseudoColor, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with visual class TrueColor, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with visual class StaticGray, depth 4
    GXor fail expected 1, got 0
    GXor fail expected 3, got 2
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 24 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXnor, then the destination becomes (((NOT src) AND (NOT
    dst)) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXnor.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~src&~dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with visual class DirectColor, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with visual class GrayScale, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with visual class TrueColor, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with visual class StaticGray, depth 4
    GXnor fail expected 15, got 0
    GXnor fail expected 14, got 0
    GXnor fail expected 14, got 1
    GXnor fail expected 14, got 1
    GXnor fail expected 13, got 2
    GXnor fail expected 12, got 2
    GXnor fail expected 12, got 3
    GXnor fail expected 12, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 25 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXequiv, then the destination becomes (((NOT src) XOR dst)
    AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXequiv.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~src^dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with visual class DirectColor, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with visual class GrayScale, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with visual class TrueColor, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with visual class StaticGray, depth 4
    GXequiv fail expected 15, got 0
    GXequiv fail expected 14, got 0
    GXequiv fail expected 14, got 1
    GXequiv fail expected 15, got 1
    GXequiv fail expected 13, got 2
    GXequiv fail expected 12, got 2
    GXequiv fail expected 12, got 3
    GXequiv fail expected 13, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 26 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXinvert, then the destination becomes ((NOT dst) AND
    plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXinvert.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with visual class DirectColor, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with visual class GrayScale, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with visual class TrueColor, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with visual class StaticGray, depth 4
    GXinvert fail expected 15, got 0
    GXinvert fail expected 15, got 0
    GXinvert fail expected 14, got 1
    GXinvert fail expected 14, got 1
    GXinvert fail expected 13, got 2
    GXinvert fail expected 13, got 2
    GXinvert fail expected 12, got 3
    GXinvert fail expected 12, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 27 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXorReverse, then the destination becomes ((src OR (NOT
    dst)) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXorReverse.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is src|~dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with visual class DirectColor, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with visual class GrayScale, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with visual class TrueColor, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with visual class StaticGray, depth 4
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 15, got 0
    GXorReverse fail expected 14, got 1
    GXorReverse fail expected 15, got 1
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 13, got 2
    GXorReverse fail expected 12, got 3
    GXorReverse fail expected 13, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 29 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXorInverted, then the destination becomes (((NOT src) OR
    dst) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXorInverted.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~src|dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with visual class DirectColor, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with visual class GrayScale, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with visual class TrueColor, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with visual class StaticGray, depth 4
    GXorInverted fail expected 15, got 0
    GXorInverted fail expected 14, got 0
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 1
    GXorInverted fail expected 15, got 2
    GXorInverted fail expected 14, got 2
    GXorInverted fail expected 15, got 3
    GXorInverted fail expected 15, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 30 Failed

    Test Description:
    When a graphics operation is performed and the source pixel
    is src and the destination pixel is dst and function is
    GXnand, then the destination becomes (((NOT src) OR (NOT
    dst)) AND plane_mask) OR (dst AND (NOT plane_mask)).

    Test Strategy:
    Find a point (f_pix_x, f_pix_y) that is drawn by the graphics operation.
    Set function component of GC to GXnand.
    For destination pixel values dst = 0, 1, 2, 3
    For source pixel values of src = 0, 1
    Set all points in drawable to destination pixel value.
    Set foreground component of GC to source pixel value.
    (or fill source drawable/image with source pixel value in the
    cases
    of XCopyArea or XPutImage, while XCopyPlane always has it ~0
    to
    force a foreground fill).
    Do graphics operation.
    Verify that pixel value at f_pix_x, f_pix_y is ~src|~dest.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with visual class DirectColor, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with visual class GrayScale, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with visual class PseudoColor, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with visual class TrueColor, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with visual class StaticGray, depth 4
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 0
    GXnand fail expected 15, got 1
    GXnand fail expected 14, got 1
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 2
    GXnand fail expected 15, got 3
    GXnand fail expected 14, got 3
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 52 Failed

    Test Description:
    When line_style is LineDoubleDash and the dash is even and
    fill_style is FillSolid, then on a call to XDrawArc the
    source pixel for the drawing operation is foreground.

    Test Strategy:
    Draw complete path with line-style LineSolid and save results.
    Clear drawable.
    Draw same path with line-style LineDoubleDash
    Reverse foreground and background.
    Set gc function to GXor.
    Draw same path again over previous drawing.
    Check that the combined result is equivalent to using FillSolid.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0022.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with visual class DirectColor, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0023.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with visual class GrayScale, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0024.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with visual class PseudoColor, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0025.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with visual class TrueColor, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0026.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with visual class StaticGray, depth 4
    Pixel mismatch at (33, 9) (1 - 0)
    See file Err0027.err for details
    Reversing fg and bg did not complete line correctly
    XDrawArc didn't draw anything when ORing together even and odd dashes
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    --- Running test with visual class StaticColor, depth 4
    --- Running test with visual class DirectColor, depth 4
    --- Running test with visual class GrayScale, depth 4
    --- Running test with visual class PseudoColor, depth 4
    --- Running test with visual class TrueColor, depth 4
    --- Running test with visual class StaticGray, depth 4
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    ************************************************************************
    /tset/CH06/drwarc/Test 60 Failed

    Test Description:
    A call to XDrawArc does not draw each pixel of a particular
    line more than once.

    Test Strategy:
    For each line-style
    Draw line with gc function GXcopy.
    Save image.
    Clear drawable.
    Draw line with gc function GXxor
    Verify that the image is the same as that saved.

    Test Information:
    --- Running test with visual class StaticColor, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0028.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0029.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0030.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0031.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0032.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0033.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with visual class DirectColor, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0034.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0035.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0036.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0037.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0038.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0039.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with visual class GrayScale, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0040.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0041.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0042.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0043.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0044.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0045.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with visual class PseudoColor, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0046.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0047.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0048.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0049.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0050.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0051.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with visual class TrueColor, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0052.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0053.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0054.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0055.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0056.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0057.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with visual class StaticGray, depth 4
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0058.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0059.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0060.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0061.err for details
    Pixels drawn more than once for LineSolid
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0062.err for details
    Pixels drawn more than once for LineOnOffDash
    XDrawArc didn't draw anything in Xor mode
    Pixel mismatch at (20, 18) (1 - 0)
    See file Err0063.err for details
    Pixels drawn more than once for LineDoubleDash
    XDrawArc didn't draw anything in Xor mode
    --- Running test with pixmap depth 1
    --- Running test with pixmap depth 4
    ************************************************************************

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We agree after consultation that a Temporary Waiver should be granted.

    Review Type SA Review
    Start Date null
    Completed null
    Status Complete
    Review Resolution Minor System Fault (MSF)
    Review Conclusion
    A Temporary Waiver is granted.

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority