|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2428 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 2428.
Report 2428 Actions
Problem Report Number 2428 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1258 Raised 2004-10-27 00:15 Updated 2004-10-28 00:05 Published 2004-10-28 00:05 Product Standard Internationalised System Calls and Libraries Extended V3 (UNIX 03) Certification Program The Open Brand certification program Test Suite VSX4 version 4.6.3 Test Identification ANSI.hdr/misc/stdlib/T.stdlib 48
POSIX.hdr/misc/wait/T.wait 10Specification Base Definitions Issue 6 Location in Spec for stdlib.h line 11766
for sys/wait.h line 13266Problem Summary sigwait() prototype not expected in stdlib.h and wait.h namespace Problem Text SUSv3 states that: Inclusion of the <stdlib.h> header may also make visible
all symbols from <stddef.h>, <limits.h>, <math.h>, and <sys/wait.h>. and
Inclusion of the <sys/wait.h> header may also make visible all symbols from
<signal.h> and <sys/resource.h>.
The sigwait() prototype is in <signal.h>.
Test Output ************************************************************************
/tset/ANSI.hdr/misc/stdlib/T.stdlib 48 Failed
Test Description:
For POSIX90 and FIPS modes:
When _POSIX_SOURCE is defined and no other feature test macros
are
defined, no other symbols than those defined or reserved by
POSIX.1-1990 are made visible.
For POSIX96 mode:
When _POSIX_C_SOURCE is defined with the value 199506L and no
other feature test macros except _POSIX_SOURCE are defined, no
other symbols than those defined or reserved by POSIX.1-1996 are
made visible.
For POSIX01 mode:
When _POSIX_C_SOURCE is defined with the value 200112L and no
other feature test macros except _POSIX_SOURCE are defined, no
other symbols than those defined or reserved by POSIX.1-2001/XSH6
(not including the XSI option) are made visible.
For XPG4 mode:
When _XOPEN_SOURCE is defined and no other feature test macros
except _POSIX_SOURCE, _POSIX_C_SOURCE=1 or
_POSIX_C_SOURCE=2 are
defined, no other symbols than those defined or reserved by XPG4
are made visible.
For UNIX98 mode:
When _XOPEN_SOURCE is defined with the value 500 and no other
feature test macros except _POSIX_SOURCE or
_POSIX_C_SOURCE<=199506L are defined, no other symbols than
those
defined or reserved by XSH5 are made visible.
For UNIX03 mode:
When _XOPEN_SOURCE is defined with the value 600 and no other
feature test macros except _POSIX_C_SOURCE<=200112L are
defined,
no other symbols than those defined or reserved by POSIX.1-
2001/XSH6 (including the XSI option) are made visible.
Posix Ref: Component C Language Definitions Assertion 2.7.2-05(B)
Test Strategy:
FOR each unreserved struct/union member made visible by the header
DEFINE a macro which will cause an error if not protected from
expansion
UNDEFINE those macros which correspond to allowed member names
INCLUDE a copy of the header file modified to identify #defines
FOR each unreserved symbol made visible by the header
VERIFY that the symbol name is in a list of allowed names
Test Information:
Feature test macros: -D_XOPEN_SOURCE=600
Compiler or run-time messages or results:
Illegal declared or 'typedef'ed symbol: sigwait
Feature test macros: -D_XOPEN_SOURCE=600
-D_POSIX_C_SOURCE=200112
Compiler or run-time messages or results:
Illegal declared or 'typedef'ed symbol: sigwait
************************************************************************
************************************************************************
/tset/POSIX.hdr/misc/wait/T.wait 10 Failed
...
Test Information:
Feature test macros: -D_XOPEN_SOURCE=600
Compiler or run-time messages or results:
Illegal declared or 'typedef'ed symbol: sigwait
Feature test macros: -D_XOPEN_SOURCE=600
-D_POSIX_C_SOURCE=200112
Compiler or run-time messages or results:
Illegal declared or 'typedef'ed symbol: sigwait
************************************************************************
Review Information
Review Type TSMA Review Start Date 2004-10-27 00:15 Last Updated 2004-10-27 18:02 Completed 2004-10-27 18:02 Status Complete Review Recommendation Test Suite Deficiency (TSD) Review Response This is accepted as a fault in the test suite.
Review Type SA Review Start Date 2004-10-27 17:02 Last Updated 2004-10-28 00:05 Completed 2004-10-28 00:05 Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion A test suite deficiency is granted.
Problem Reporting System Options:
- View Report 2428
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority