|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1846 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 1846.
Report 1846 Actions
Problem Report Number 1846 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0923 Raised 2000-02-01 08:00 Updated 2003-03-13 08:00 Published 2000-02-07 08:00 Product Standard X Window System Applications Interface Certification Program The Open Brand certification program Test Suite VSW version 5.1.1 Test Identification Xlib14/XSetICFocus 1 Problem Summary TSD4W.00168 These tests use a fixed input style instead of querying the supported styles, and so will fail on implementations which do not support that style. Problem Text
These test cases (XSetICFocus-1, XwcResetIC-1) are having problems
because of calls to XCreateIC() which try to set XNInputStyle to an
unsupported value.
"sicfoc.m" line 132:
ic_value = XCreateIC(im_value,
XNClientWindow, window_id_good,
XNInputStyle, (XIMPreeditNothing | XIMStatusNothing),
NULL);
"wcreic.m" line 285:
input_context = XCreateIC(input_method,
XNInputStyle,
(XIMPreeditNothing | XIMStatusNothing),
XNClientWindow,
window_id_good,
XNFocusWindow,
window_id_good,
(char *)0
) ;
In section 13.5.4.1 of the Xlib specification:
"A client should always query the input method to determine which
input styles are supported. The client should then find an input
style it is capable of supporting."Test Output
TEST CASE: XSetICFocus
TEST PURPOSE #1
Assertion XSetICFocus-1.(C)
If the implementation is X11R5 or later: A call to
XSetICFocus shall set input context focus.
PREP: Create a window for test.
TEST: XSetICFocus sets input context focus.
ERROR: XCreateIC returned a NULL input method
1 UNRESOLVED
TEST CASE: XwcResetIC
TEST PURPOSE #1
Assertion XwcResetIC-1.(C)
If the implementation is X11R5 or later: A call to
XwcResetIC shall reset the state of an input context to its
initial state.
PREP: Create a window for test.
TEST: XwcResetIC resets the state of an input
context to its initial state
unexpected signal 4 (SIGILL) received
1 UNRESOLVEDReview Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
This is accepted as a fault in the test suite.
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 1846
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority