|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2081 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 2081.
Report 2081 Actions
Problem Report Number 2081 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1052 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1998-04-16 08:00 Product Standard Internationalised System Calls and Libraries Extended V2 (UNIX 98) Certification Program The Open Brand certification program Test Suite VSTH version 5.1.2 Test Identification PTHR.os/all/pthread_cancel 9 Problem Summary TSD5TH.00049 in SRC/common/vsthlib/vsth_cpi.c the following setup function is defined: int iconv_csf() { int rval; char *p; rval = 1; p = tet_getvar("VSTH_ICONV_CODESET"); if ( p && *p ) { Iconv_desc = iconv_open(... Problem Text
in SRC/common/vsthlib/vsth_cpi.c the following setup function is
defined:
int
iconv_csf()
{
int rval;
char *p;
rval = 1;
p = tet_getvar("VSTH_ICONV_CODESET");
if ( p && *p )
{
Iconv_desc = iconv_open(p, p);
if ( Iconv_desc != (iconv_t) -1 )
{
rval = 0;
}
}
return(rval);
}
the iconv_open() call is not valid, our implementation doesn't supply
conversions where fromcode is the same as tocode. This is allowed by
the following statement on page 398 of the XPG5 XSH:
"Setting of fromcode and tocode and their permitted combinations are
implementation-dependent."
The other Test Suites have two configuration variables for tocode
and fromcode.Test Output
************************************************************************
/tset/PTHR.os/all/pthread_cancel/T.pthread_cancel 9 Unresolved
Test Information:
A cancellation point shall not occur in the
following XSH5 functions
.
yn
XCAE ref: Component PTHREAD_CANCEL
Assertion 9(A)
.
Testing iconv()
The setup function failed
iconv() unresolved
.
************************************************************************Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We agree with the applicant and recommend that a waiver be granted on
the basis 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 2081
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority