Problem Report Number |
0027 |
Submitter's Classification |
Test Suite problem |
State |
Resolved |
Resolution |
Test Suite Deficiency (TSD) |
Problem Resolution ID |
TSD.PX.0014 |
Raised |
2004-07-21 08:30 |
Updated |
2004-07-21 19:14 |
Published |
2004-07-21 19:14 |
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 |
MSE.os/streamio/fwprintf 64
MSE.os/streamio/vfwprintf 64
MSE.os/streamio/vwprintf 64
MSE.os/streamio/wprintf 64 |
Problem Summary |
Some tests return unresolved if ulimit is not supported |
Problem Text |
Some tests return unresolved if ulimit is not supported. The correct
return should be unsupported |
Test Output |
/tset/MSE.os/streamio/wprintf/T.fwprintf 64 Unresolved
Test Description:
EFBIG in errno and a return negative value when fwprintf() attempts to
write to a file that exceeds the file size limit for the process.
Test Information:
deletion reason: VSX_ULIMIT_BLKS is set to -1
***********************************************************************
***********************************************************************
/tset/MSE.os/streamio/wprintf/T.vfwprintf 64 Unresolved
Test Description:
EFBIG in errno and a return negative value when vfwprintf() attempts
to write to a file that exceeds the file size limit for the process.
Test Information:
deletion reason: VSX_ULIMIT_BLKS is set to -1
***********************************************************************
***********************************************************************
/tset/MSE.os/streamio/wprintf/T.vwprintf 64 Unresolved
Test Description:
EFBIG in errno and a return negative value when vwprintf() attempts to
write to a file that exceeds the file size limit for the process.
Test Information:
deletion reason: VSX_ULIMIT_BLKS is set to -1
***********************************************************************
***********************************************************************
/tset/MSE.os/streamio/wprintf/T.wprintf 64 Unresolved
Test Description:
EFBIG in errno and a return negative value when wprintf() attempts to
write to a file that exceeds the file size limit for the process.
Test Information:
deletion reason: VSX_ULIMIT_BLKS is set to -1
***********************************************************************
|