|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1413 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 1413.
Report 1413 Actions
Problem Report Number 1413 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0695 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1996-03-21 08:00 Product Standard Internationalised System Calls and Libraries Extended (UNIX 95) Certification Program The Open Brand certification program Test Suite VSU version 4.1.0 Test Identification base/writev 12 Problem Summary TSD4U.00120 This test may fail because the buffer is not large enough for the read. Problem Text
This test may fail because the buffer is not large enough for the
read.
Assertion 12 is failing on our implementation because our FIFO can hold
32K of data, but the testcase only allocates a buffer of 16K.
from fwritev12.c
test12A()
{
struct iovec iov_out[IOVNUM];
char buf[MAX_BUFFER_SIZE*2];
int fiford, fifowr, flags, s, bytes;
size_t buffer_size;
pid_t pid;
long int iovnum;
in dwritev12.c, MAX_BUFFER_SIZE defined as (8 * 1024). Thus sizeof(buf)
is 2 * 8 * 1024 bytes or 16k bytes big.
Test Output
TEST CASE: writev
TEST PURPOSE #12
A call to ssize_t writev(int fildes, const struct
iovec *iov, int iovcnt) when the write is interrupted
by a signal after it successfully writes some data
shall return the number of bytes actually written.
PREP: Create FIFO
PREP: Open FIFO
PREP: Find FIFO buffer size
PREP: write data until fifo is full
PREP: Call read to empty some space
ERROR: Child did not terminate properly
12 UNRESOLVEDReview Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We agree this is a test suite deficiency in the test
suite version(s) listed.
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 1413
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority