|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0590 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 0590.
Report 0590 Actions
Problem Report Number 0590 Submitter's Classification Test Suite problem State Resolved Resolution Rejected (REJ) Problem Resolution ID REJ.X.0194 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published null Product Standard Commands and Utilities V2 (UNIX 95) Certification Program The Open Brand certification program Test Suite VSC version 4.1.5 Test Identification POSIX.upe/renice 7 Problem Summary PG4C.00082 This IR claims that -p must be followed by an option argument. Problem Text
This IR claims that -p must be followed by an option argument.
The above test fails because of syntax error in the following command in
the test case
ExecWithPriv ALLPRIV renice -p -n 5 $pid > $CT_STDOUT 2> $CT_STDERR
In the above command -p option is immediately followed by -n option
instead of option argument to -p option. For POSIX.2 compliance it
is necessary that -p option should be immediately followed by its
option argument (in this case it is valid process id) otherwise it
results in error. This is the reason for failure of the above test
case.Test Output
--------------- renice
***********************************************************************
/tset/POSIX.upe/renice/renice.ex 1 Failed
Test Information:
Assertion #7 (C): order of options relative to one another
<LC> does not matter
Expected exit code = 0; Received 1
Expected exit code = 0; Received 1
***********************************************************************Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We recommend this request be refused.
The -p option does not require an option argument. The pid
that is specified is an operand. The renice command synopsis
states on page 605,
renice [-n increment][ -g| -p| -u] ID...
If the -p option were to require an option argument, it would
state [ -p ID ] instead. -p does requires an option argument
in the obsolescent version, but only after the nice_value
operand has been specified.
renice nice_value[-p] pid...[-g gid...][-p pid...][-u user]
renice nice_value -g gid...[-g gid...][-p pid...][-u user]
renice nice_value -u user...[-g gid...][-p pid...][-u user]
This is not the case in the test.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Rejected (REJ) Review Conclusion
This request is refused.
Problem Reporting System Options:
- View Report 0590
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority