|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2444 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 2444.
Report 2444 Actions
Problem Report Number 2444 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1271 Raised 2005-02-05 03:37 Updated 2005-02-08 19:27 Published 2005-02-08 19:27 Product Standard Internationalised System Calls and Libraries Extended V3 (UNIX 03) Certification Program The Open Brand certification program Test Suite VSX4 version 4.6.2 Test Identification POSIX.os/procprim/fork 5 Specification Base Definitions Issue 6 Problem Summary The helper function waste_time() does not run long enough Problem Text The problem with this assertion is that on faster machines, waste_time()
is not running long enough for utime to be non-zero.
The utime loop in waste_time:
for (count = 0; count <= 1000*COUNT_UT; count++)
dummy = dummy + count / (dummy + 1) * (dummy % 3);
And COUNT_UT is defined as:
#define COUNT_UT (1000 / SPEEDFACTOR) /* count for user time
wasting */
Setting SPEEDFACTOR to 1 is not sufficient to get the loop to go long
enough.
By increasing COUNT_UT by an order of magnitude (10000 / SPEEDFACTOR)
the test passes.
Increasing COUNT_ST is probably also a good idea to extend the lifetime
of this assertion.Test Output ****************************************************************************************************************
/tset/POSIX.os/procprim/fork/T.fork 5 Unresolved
Test Description:
The child process's values of tms_utime, tms_stime, tms_cutime, and
tms_cstime are all set to zero.
Posix Ref: Component FORK Assertion 3.1.1.2-10(A)
Test Information:
deletion reason: tms_utime and tms_stime are not
both non-zero before fork()
utime: 0; stime: 2
****************************************************************************************************************Review Information
Review Type TSMA Review Start Date 2005-02-05 03:37 Last Updated 2005-02-07 23:46 Completed 2005-02-07 23:46 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 2005-02-07 23:46 Last Updated 2005-02-08 01:46 Completed 2005-02-08 01:46 Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion This PR represents an agreed Test Suite Deficiency
Problem Reporting System Options:
- View Report 2444
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority