|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2179 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 2179.
Report 2179 Actions
Problem Report Number 2179 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1098 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 vsm4/tset/mrm/MrmFetchSetValues 1-5 Problem Summary TSD4M.00003 2 errors exist in this test case, the first one is about the "MrmType class;", all the occurances of "class" should be changed to something else, such as "class1", this is because "class" is already u... Problem Text
2 errors exist in this test case, the first one is about the "MrmType class;",
all the occurances of "class" should be changed to something else, such as
"class1", this is because "class" is already used in file /usr/include/math.h:
extern int class();
The second error is about the declaration of "int shadow_ret;",
"shadow_ret" is to get the value of "XmNshadowThickness", XmNshadowThickness
its type is "Dimension" which is "unsigned short int", so we need declare it
as "unsigned short int shadow_ret;" or "Dimension shadow_ret;". The value of
"shadow_ret" before modification is 458752 which is 0x70000, we expected 7.
The changes are shown as below:
$ diff fetchsv.c.fixed fetchsv.c.org
79c79
< unsigned short int shadow_ret;
---
> int shadow_ret;
81c81
< MrmType class1;
---
> MrmType class;
158c158
< if ((result = MrmFetchWidgetOverride(init->mrmhier, "test_widget", init->toplevel, NULL, args, nargs, &FSV_widgetmain, &class1)) != MrmSUCCESS) {
X/Open Waiver Reference: TSD4M.00003 Page: 1
WAIVER DOCUMENT X/Open Waiver Reference: TSD4M.00003
---
> if ((result = MrmFetchWidgetOverride(init->mrmhier, "test_widget", init->toplevel, NULL, args, nargs, &FSV_widgetmain, &class)) != MrmSUCCESS) {
$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:
- View Report 2179
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority