|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1831 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 1831.
Report 1831 Actions
Problem Report Number 1831 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0908 Raised 1970-01-01 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/crtwdw 3 Problem Summary TSD4W.00108 Test has 32-bit dependency. Problem Text
We believe that the test is at fault because an assumption is made
that 64-bit -1 == 32-bit -1. In this suggested fix, the 64 bit
value is masked prior to comparison with 32-bit value returned
from X Server.
The following fixes may be used to correct this portability problem
*** ./xtest/tset/CH03/crtwdw/crtwdw.m Tue Aug 18 06:16:32 1992
--- /usr/projects/x11/vsw_4.1.1/./xtest/tset/CH03/crtwdw/crtwdw.m Fri Aug
27 16:26:39 1993
***************
*** 238,245 ****
} else
CHECK;
! if ((vmask&CWBackingPlanes) && setatts->backing_planes !=
getatts->backing_planes) {
! report("backing_planes got 0x%x, expected 0x%x",
getatts->backing_planes,
setatts->backing_planes);
FAIL;
--- 238,247 ----
} else
CHECK;
! if ((vmask&CWBackingPlanes) &&
! ( (setatts->backing_planes &0xffffffff) !=
! (getatts->backing_planes &0xffffffff)) ) {
! report("backing_planes got 0x%lx, expected 0x%lx",
getatts->backing_planes,
setatts->backing_planes);
FAIL;
Test Output
/tset/CH03/crtwdw/Test 3 Failed
Test Description:
Window attributes that are not specified in valuemask are
set to their default values.
Test Strategy:
Create window.
Check default values:
bit-gravity: Forget
win-gravity: NorthWest
backing-store: NotUseful
backing-planes: all ones
backing-pixel: zero
save-under: False
event-mask: empty set
do-not-propagate-mask: empty set
override-redirect: False
colormap: CopyFromParent
Test Information:
backing_planes got 0xffffffff, expected 0xffffffff
There was 1 incorrect attributeReview 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 1831
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority