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

The Open Brand -- Problem Reporting and Interpretations System


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


Report 2185 Actions


    Problem Report Number 2185
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.1104
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published null
    Product Standard Motif Toolkit
    Certification Program The Open Brand certification program
    Test Suite VSM version 4.0.0
    Test Identification widgets/XmCascadeButton 1
    Problem Summary TSD4M.00010 This is the fault of the test case. The default value for XmNmnemonic is defined in file vsm4/src/mvslib/instances/CascadeB.c, here it is: { XmNmnemonic , T_KeySym , False, (MvsArgVal)XK_VoidSymbol, F...
    Problem Text

    This is the fault of the test case.

    The default value for XmNmnemonic is defined in file
    vsm4/src/mvslib/instances/CascadeB.c, here it is:

    { XmNmnemonic , T_KeySym , False, (MvsArgVal)XK_VoidSymbol,
    False, EnumXmNmnemonic , 0x0|CREATE|SET|GET, False,
    ResourceTypeArgument },

    Here the default value for XmNmnemonic is (MvsArgVal)XK_VoidSymbol,

    X/Open Waiver Reference: TSD4M.00010 Page: 2

    WAIVER DOCUMENT X/Open Waiver Reference: TSD4M.00010


    XK_VoidSymbol is defined in /usr/include/X11/keysymdef.h:
    #define XK_VoidSymbol 0xFFFFFF /* void symbol */

    In the output file we expect XmNmnemonic to be 16777215 which is
    0xFFFFFF, it is a void symbol, not initialized yet. When we create the
    XmCascadeButton widget, we will set XmNmnemonic to the system default value
    for it which is NULL or 0.

    Similar cases: any case about testing XmNmnemonic in vsm4/tset/widgets
    section.

    Review Information

    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