|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0107 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 0107.
Report 0107 Actions
Problem Report Number 0107 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0107 Raised 1993-10-14 08:00 Updated 2003-03-13 08:00 Published 1993-11-19 08:00 Product Standard X Window System Applications Interface Certification Program The Open Brand certification program Test Suite VSW version 4.1.1 Test Identification CH03/crtsmplwdw 7 Problem Summary TSD4.107 XWindowAttributes.backing_planes is defined as a unsigned long, even though only the significant 32 bits are used or transported. On our implementation, the value set in backing_planes is not sign ext... Problem Text
XWindowAttributes.backing_planes is defined as a unsigned long, even
though only the significant 32 bits are used or transported. On
our implementation, the value set in backing_planes is not sign extended
and thus does not compare properly to -1. There is no indication that
this data should be sign extended in the X Library Specification.
This change is made so that the test only examines the significant bits.
*** ./xtest/tset/CH03/crtsmplwdw/crtsmplwdw.m Tue Aug 18 06:16:28 1992
--- /usr/projects/x11/vsw_4.1.1/./xtest/tset/CH03/crtsmplwdw/crtsmplwdw.m
Fri Aug 27 16:26:33 1993
***************
*** 351,357 ****
} else
CHECK;
! if (atts.backing_planes != ~0) {
report("backing_planes was 0x%x, expecting all ones",
atts.backing_planes);
FAIL;
} else
--- 351,357 ----
} else
CHECK;
! if (atts.backing_planes != 0xffffffff) {
report("backing_planes was 0x%x, expecting all ones",
atts.backing_planes);
FAIL;
} elseTest Output
/tset/CH03/crtsmplwdw/Test 7 Failed
Test Description:
All window attributes, other than depth, class, visual,
background and border, have their default values.
Test Strategy:
Call XCreateSimpleWindow.
Get the window attributes
Verify that these are the default values
Test Information:
backing_planes was 0xffffffff, expecting all onesReview Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
This is agreed to be a test suite deficiency.
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 0107
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority