|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0177 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 0177.
Report 0177 Actions
Problem Report Number 0177 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0177 Raised 1994-07-26 08:00 Updated 2003-03-13 08:00 Published 1994-07-28 08:00 Product Standard Internationalised System Calls and Libraries (XPG4) Certification Program The Open Brand certification program Test Suite VSX4 version 4.3.4 Test Identification ANSI.os/charhandle/isalnum 2 Problem Summary TSD4.177 The tests in the charhandle test area assume that the host system is ASCII-based but there is nothing in ANSI or POSIX that requires this to be so. The tests compare the result from functions such as ... Problem Text
The tests in the charhandle test area assume that the host system is
ASCII-based but there is nothing in ANSI or POSIX that requires this
to be so. The tests compare the result from functions such as
isalnum() against an ASCII-based table called "asc_table" defined in
SRC/INC/nlsclass.h. The table is not correct for host systems that
are EBCDIC-based. The character 0x30 has no special meaning in
EBCDIC. This problem causes 26 failures in the following test sets:
ANSI.os/charhandle/Misalnum/T.isalnum 2,
ANSI.os/charhandle/Misalpha/T.isalpha 2,
ANSI.os/charhandle/Miscntrl/T.iscntrl 2,
ANSI.os/charhandle/Misdigit/T.isdigit 1,
ANSI.os/charhandle/Misgraph/T.isgraph 2,
ANSI.os/charhandle/Mislower/T.islower 2,
ANSI.os/charhandle/Misprint/T.isprint 2,
ANSI.os/charhandle/Mispunct/T.ispunct 2,
ANSI.os/charhandle/Misspace/T.isspace 2,
ANSI.os/charhandle/Misupper/T.isupper 2,
ANSI.os/charhandle/Misxdigit/T.isxdigit 1,
ANSI.os/charhandle/Mtolower/T.tolower 3,
ANSI.os/charhandle/Mtoupper/T.toupper 3,
ANSI.os/charhandle/isalnum/T.isalnum 2,
ANSI.os/charhandle/isalpha/T.isalpha 2,
ANSI.os/charhandle/iscntrl/T.iscntrl 2,
ANSI.os/charhandle/isdigit/T.isdigit 1,
ANSI.os/charhandle/isgraph/T.isgraph 2,
ANSI.os/charhandle/islower/T.islower 2,
ANSI.os/charhandle/isprint/T.isprint 2,
ANSI.os/charhandle/ispunct/T.ispunct 2,
ANSI.os/charhandle/isspace/T.isspace 2,
ANSI.os/charhandle/isupper/T.isupper 2,
ANSI.os/charhandle/isxdigit/T.isxdigit 1,
ANSI.os/charhandle/tolower/T.tolower 3, and
ANSI.os/charhandle/toupper/T.toupper 3.Test Output
/tset/ANSI.os/charhandle/isalnum/T.isalnum 2 Failed
Test Description:
In the 'C' locale isalnum() classifies characters according to the
ASCII 7-bit coded character set.
Posix Ref: Component ISALNUM Assertion 8.1-04(A)
Test Strategy:
FOR C locale (default) :
FOR all ASCII values :
VERIFY value returned by isalnum() against expected value
Test Information:
isalnum(0x30) failed
isalnum returns non-zero for alphanumeric characters
No current language has been set
Expected return value: 64
Actual return value: 0Review 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 and it is recommended that
a waiver is granted on the grounds of 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 0177
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority