|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1809 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 1809 and all reviews you are authorized to see.
Report 1809 Actions
Problem Report Number 1809 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0886 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1997-02-03 08:00 Product Standard Window System Application Interface V2 Certification Program The Open Brand certification program Test Suite VSW version 5.0.0 Test Identification Xt6/wdgtvndrsh 010 Problem Summary TSD4W.00140 This test may fail if the implementation-supplied Athena Widget set overrides the Xt defaults for VendorShell resources. Problem Text
This interpretation request is also for Xt6/wdgttrnsnt 10,
Xt6/wdgttplvls 10 and Xt6/wdgtappct 10.
Section 3.8.1 of the VSW 5 User's Guide says:
"it is preferable to use the Athena widgets provided by the
implementation,"
Our implementation does provide a full Athena Widget library (libXaw.a),
so we have done as instructed by the User's Guide.
The vendor shell in libXt.a does indeed set the default value of
wm_hints.input to False. However, this irrelevent as the Athena
Vendor Shell overrides the libXt Vendor Shell and sets the default
value to True.
So this test case will fail on any implementation that has it's
own copy of the Athena Widget Library.
Test Output
TEST CASE: VendorShellWidget
TEST PURPOSE #10
Assertion VendorShellWidget-10.(A)
VendorShellRec shall be initialized to the default values
specified in sections 3.4.1, 3.4.2 and 6.1.4 of the
Specification on creation of a new shell widget instance.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create fresh widget
TEST: core.self
...
TEST: wm.wm_hints.input
ERROR: wm_hints.input member is 1, expected False
TEST: wm.wm_hints.icon_x
...
TEST: wm.title_encoding
10 FAIL
TEST CASE: TransientShellWidget
TEST PURPOSE #10
Assertion TransientShellWidget-10.(A)
TransientShellRec shall be initialized to the default
values specified in sections 3.4.1, 3.4.2 and 6.1.4 of the
Specification on creation of a new shell widget instance.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create fresh widget
TEST: core.self
TEST: core.widget_class
TEST: core.parent
TEST: core.being_destroyed
TEST: core.destroy_callbacks
TEST: core.constraints
TEST: core.x
TEST: core.y
TEST: core.width
TEST: core.height
TEST: core.border_width
TEST: core.managed
TEST: core.sensitive
TEST: core.ancestor_sensitive
TEST: core.accelerators
TEST: core.border_pixel
TEST: core.border_pixmap
TEST: core.popup_list
TEST: core.num_popups
TEST: core.screen
TEST: core.name
TEST: core.colormap
TEST: core.window
TEST: core.depth
TEST: core.background_pixel
TEST: core.background_pixmap
TEST: core.visible
TEST: core.mapped_when_managed
TEST: composite.children
TEST: composite.num_children
TEST: composite.num_slots
TEST: shell.geometry
TEST: shell.create_popup_child_proc
TEST: shell.popped_up
TEST: shell.allow_shell_resize
TEST: shell.save_under
TEST: shell.override_redirect
TEST: shell.popup_callback
TEST: shell.popdown_callback
TEST: wm.title
TEST: wm.wm_timeout
TEST: wm.wait_for_wm
TEST: wm.transient
TEST: wm.size_hints.min_width
TEST: wm.size_hints.min_height
TEST: wm.size_hints.max_width
TEST: wm.size_hints.max_height
TEST: wm.size_hints.width_inc
TEST: wm.size_hints.height_inc
TEST: wm.size_hints.min_aspect.x
TEST: wm.size_hints.min_aspect.y
TEST: wm.size_hints.max_aspect.x
TEST: wm.size_hints.max_aspect.y
TEST: wm.wm_hints.input
ERROR: wm_hints.input member is 1, expected False
TEST: wm.wm_hints.icon_x
TEST: wm.wm_hints.icon_y
TEST: wm.wm_hints.window_group
TEST: wm.base_width
TEST: wm.base_height
TEST: wm.win_gravity
TEST: wm.title_encoding
10 FAIL
TEST CASE: TopLevelShellWidget
TEST PURPOSE #10
Assertion TopLevelShellWidget-10.(A)
TopLevelShellRec shall be initialized to the default values
specified in sections 3.4.1, 3.4.2 and 6.1.4 of the
Specification on creation of a new shell widget instance.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create fresh widget
TEST: core.self
TEST: core.widget_class
TEST: core.parent
TEST: core.being_destroyed
TEST: core.destroy_callbacks
TEST: core.constraints
TEST: core.x
TEST: core.y
TEST: core.width
TEST: core.height
TEST: core.border_width
TEST: core.managed
TEST: core.sensitive
TEST: core.ancestor_sensitive
TEST: core.accelerators
TEST: core.border_pixel
TEST: core.border_pixmap
TEST: core.popup_list
TEST: core.num_popups
TEST: core.screen
TEST: core.name
TEST: core.colormap
TEST: core.window
TEST: core.depth
TEST: core.background_pixel
TEST: core.background_pixmap
TEST: core.visible
TEST: core.mapped_when_managed
TEST: composite.children
TEST: composite.num_children
TEST: composite.num_slots
TEST: shell.geometry
TEST: shell.create_popup_child_proc
TEST: shell.popped_up
TEST: shell.allow_shell_resize
TEST: shell.save_under
TEST: shell.override_redirect
TEST: shell.popup_callback
TEST: shell.popdown_callback
TEST: wm.title
TEST: wm.wm_timeout
TEST: wm.wait_for_wm
TEST: wm.transient
TEST: wm.size_hints.min_width
TEST: wm.size_hints.min_height
TEST: wm.size_hints.max_width
TEST: wm.size_hints.max_height
TEST: wm.size_hints.width_inc
TEST: wm.size_hints.height_inc
TEST: wm.size_hints.min_aspect.x
TEST: wm.size_hints.min_aspect.y
TEST: wm.size_hints.max_aspect.x
TEST: wm.size_hints.max_aspect.y
TEST: wm.wm_hints.input
ERROR: wm_hints.input member is 1, expected False
TEST: wm.wm_hints.icon_x
TEST: wm.wm_hints.icon_y
TEST: wm.wm_hints.window_group
TEST: wm.base_width
TEST: wm.base_height
TEST: wm.win_gravity
TEST: wm.title_encoding
10 FAIL
TEST CASE: ApplicationShellWidget
TEST PURPOSE #10
Assertion ApplicationShellWidget-10.(A)
ApplicationShellRec shall be initialized to the default
values specified in sections 3.4.1, 3.4.2 and 6.1.4 of the
Specification on creation of a new shell widget instance.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create fresh widget
TEST: core.self
TEST: core.widget_class
TEST: core.parent
TEST: core.being_destroyed
TEST: core.destroy_callbacks
TEST: core.constraints
TEST: core.x
TEST: core.y
TEST: core.width
TEST: core.height
TEST: core.border_width
TEST: core.managed
TEST: core.sensitive
TEST: core.ancestor_sensitive
TEST: core.accelerators
TEST: core.border_pixel
TEST: core.border_pixmap
TEST: core.popup_list
TEST: core.num_popups
TEST: core.screen
TEST: core.name
TEST: core.colormap
TEST: core.window
TEST: core.depth
TEST: core.background_pixel
TEST: core.background_pixmap
TEST: core.visible
TEST: core.mapped_when_managed
TEST: composite.children
TEST: composite.num_children
TEST: composite.num_slots
TEST: shell.geometry
TEST: shell.create_popup_child_proc
TEST: shell.popped_up
TEST: shell.allow_shell_resize
TEST: shell.save_under
TEST: shell.override_redirect
TEST: shell.popup_callback
TEST: shell.popdown_callback
TEST: wm.title
TEST: wm.wm_timeout
TEST: wm.wait_for_wm
TEST: wm.transient
TEST: wm.size_hints.min_width
TEST: wm.size_hints.min_height
TEST: wm.size_hints.max_width
TEST: wm.size_hints.max_height
TEST: wm.size_hints.width_inc
TEST: wm.size_hints.height_inc
TEST: wm.size_hints.min_aspect.x
TEST: wm.size_hints.min_aspect.y
TEST: wm.size_hints.max_aspect.x
TEST: wm.size_hints.max_aspect.y
TEST: wm.wm_hints.input
ERROR: wm_hints.input member is 1, expected False
TEST: wm.wm_hints.icon_x
TEST: wm.wm_hints.icon_y
TEST: wm.wm_hints.window_group
TEST: wm.base_width
TEST: wm.base_height
TEST: wm.win_gravity
TEST: wm.title_encoding
10 FAIL
Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We agree this is a test suite deficiency in the test
suite version(s) listed.
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:
- View Report 1809
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority