Problem Report Number |
0029 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Test Suite Deficiency (TSD) |
Problem Resolution ID |
TSD.PX.0016 |
Raised |
2004-07-23 08:52 |
Updated |
2004-07-23 18:21 |
Published |
2004-07-23 18:21 |
Product Standard |
1003.1-2003 System Interfaces |
Certification Program |
POSIX Certified by IEEE and The Open Group |
Test Suite |
VSX-PCTS2003 version 1.0B |
Test Identification |
/tset/MSE.os/wchar/btowc/T.btowc 1
/tset/MSE.os/wchar/towctrans/T.towctrans 1
/tset/MSE.os/wchar/wctob/T.wctob 1 |
Problem Summary |
pseudo-language dependency causes Unresolved results |
Problem Text |
Various MSE tests rely on the pseudo-languages being installed |
Test Output |
***********************************************************************
/tset/MSE.os/wchar/btowc/T.btowc 1 Unresolved
Test Description:
When c represents a valid (one byte) character in the initial shift
state other than EOF, then a call to btowc(c) returns the wide-
character representation of that character.
Test Information:
setlocale(LC_ALL, "VSX4L1") failed.
***********************************************************************
***********************************************************************
/tset/MSE.os/wchar/towctrans/T.towctrans 1 Unresolved
Test Description:
When desc is a valid transliteration descriptor, then a call to
towctrans(wc,desc) returns the wide-character code mapped to wc by the
transliteration descriptor desc.
Test Information:
Pseudo Language VSX4L1 is not available
Check instalation of pseudo language
Pseudo Language VSX4L3 is not available
Check instalation of pseudo language
***********************************************************************
/tset/MSE.os/wchar/wctob/T.wctob 1 Unresolved
Test Description:
When c corresponds to a member of the extended character set whose
representation is a single byte in the initial shift state, then a
call to wctob(c) returns the byte representing wc in the extended
character set.
Test Information:
setlocale(LC_ALL, "VSX4L1") failed.
*********************************************************************** |