|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1807 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 1807.
Report 1807 Actions
Problem Report Number 1807 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0884 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1997-02-06 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 Xt7/tmpopdown 5 Problem Summary TSD4W.00142 This test may fail on all implementations because the UnmapNotify event is not being sent. Problem Text
There are 3 errors in this test case:
1. "UnmapNotify" should be used instead of "EnterNotify" in translation table.
line 599: <EnterNotify>: XtMenuPopdown()"
should be <UnmapNotify>: XtMenuPopdown()"
2. A "UnmapNotify" event should be sent instead of "EnterNotify" event.
line 639 send_event((Widget)menuw, EnterNotify, EnterWindowMask, TRUE);
should be send_event((Widget)menuw, UnmapNotify, StructureNotifyMask, TRUE);
3. In function check_events, the testcase exits before the test case
checks the semaphore status.
line 297 exit(0); should be removed.
Test Output
TEST CASE: XtMenuPopdown
TEST PURPOSE #5
Assertion XtMenuPopdown-5.(A)
When override_redirect is False, an invocation of void
XtMenuPopdown(shell_name) shall generate a synthetic
UnmapNotify event.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create a popup shell
PREP: Compile new translation table entry
PREP: Add translation into shell
PREP: Add callback to shell for popdown
PREP: Popup the shell
PREP: Create windows for widgets and map them
PREP: Send EnterNotify event to shell for translation
TEST: UnmapNotify was generated
ERROR: Expected UnmapNotify count of 1, Received 0
5 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 1807
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority