|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1761 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 1761.
Report 1761 Actions
Problem Report Number 1761 Submitter's Classification Test Suite problem State Resolved Resolution Rejected (REJ) Problem Resolution ID REJ.X.0544 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published null Product Standard Window System Application Interface V2 Certification Program The Open Brand certification program Test Suite VSW version 4.1.1 Test Identification tset/CH05/strnmdclr 2 Problem Summary PG4W.00039 This was refused because it is a duplicate. See TSD4W.00084 instead. Problem Text
This test case fails due to an error in the setup of the test parameters.
In Test.c:
for(i=0; i<8; i++) {
flags = 0;
if(i&DoRed) {
flags |= DoRed;
redval = namedcol.red;
} else
redval = testcol.red;
if(i&DoGreen) {
flags |= DoGreen;
greenval = namedcol.green;
} else
greenval = testcol.green;
if(i&DoBlue) {
flags |= DoBlue;
blueval = namedcol.blue;
} else
blueval = testcol.green;
In the last line of this code segment, the blueval is set to testcol.green
instead of testcol.blue. In the test results, the red and green values
are correct, whereas the blue values are not, which causes the test failure.
Also, the green and blue values are the same in the tested values, which
is in accordance with the previous code segment.Test Output
Test 2: FAIL
--- Running test with visual class PseudoColor, depth 8
--- Testing with supported visual class PseudoColor
XStoreNamedColor() RGB value r 1285 g 60652 b 49087 instead of r 1285 g 60652
b 60652.
XStoreNamedColor() RGB value r 64250 g 60652 b 49087 instead of r
64250 g 60652 b 60652.
XStoreNamedColor() RGB value r 1285 g 4883 b 49087 instead of r 1285 g 4883 b
60652
XStoreNamedColor() RGB value r 64250 g 4883 b 49087 instead of r 64250 g 4883
b 60652.
--- Running test with visual class DirectColor, depth 8
--- Testing with supported visual class DirectColor
XStoreNamedColor() RGB value r 1285 g 60652 b 49087 instead of r 1285 g 60652
b 60652.
XStoreNmmedColor() RGB value r 64250 g 60652 b 49087 instead of r
64250 g 6062 b 60652.
XStoreNamedColor() RGB value r 1285 g 4883 b 49087 instead of r 1285 g 4883 b
60652
XStoreNamedColor() RGB value r 64250 g 4883 b 49087 instead of r 64250 g 4883
b 60652.
--- Running test with visual class GrayScale, depth 8
--- Testing with supported visual class GrayScale
--- Testing with supported visual class GrayScale
--- Running test with visual class StaticColor, depth 8
--- Running test with visual class TrueColor, depth 8
--- Running test with visual class StaticGray, depth 8Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
This is the same as ruling TSDC4W.00084
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Rejected (REJ) Review Conclusion
This request is refused.
Problem Reporting System Options:
- View Report 1761
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority