|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1810 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 1810.
Report 1810 Actions
Problem Report Number 1810 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0887 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1997-01-22 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/tcalbkpdn 003 Problem Summary TSD4W.00139 This test may fail on implementations because the wrong semaphore is being set. Problem Text
This tset fails because in the check_events function, there is a
function call: avs_set_event(2,1). In avs_set_event(2,1),
the number 2 is the event number which will be passed to a call
to semctl(). Later this semaphore is checked to see if it changes,
by using the function call: avs_get_event(3). The event number in
this call should be the same as the avs_set_event() call to get
the proper results.
Changing the number in the avs_get_event() call from 3 to be 2. And
adding a line tet_result(TET_PASS) shows that our implementation
is working correctly.
The changes are shown here using diff command:
$ diff Test.c Test.c.org
420c420
< status = avs_get_event(2);
---
> status = avs_get_event(3);
422c422
< tet_result(TET_PASS);
---
>
$
Test Output
TEST CASE: XtCallbackPopdown
TEST PURPOSE #3
Assertion XtCallbackPopdown-3.(A)
When override_redirect is False, an invocation of void
XtCallbackPopdown(w, client_data, call_data) shall generate
a synthetic UnmapNotify event.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create labelw_good widget
PREP: Create a popup shell
PREP: Create a rowcolw_good widget
PREP: Create pushb_good button in rowcolw_good widget
PREP: Add callback procedure XtCallbackPopdown
PREP: Create windows for widgets and map them
PREP: Map a Pop-up shell
PREP: Invoke callback function XtCallbackPopdown()
PREP: Register timeout
TEST: UnmapNotify was generated
ERROR: Expected UnmapNotify count of 1, Received 0
3 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 1810
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority