|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2580 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 2580.
Report 2580 Actions
Problem Report Number 2580 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1340 Raised 2012-05-09 14:18 Updated 2012-05-09 10:51 Published 2012-05-09 10:51 Product Standard Commands and Utilities V4 (UNIX 03) Certification Program The Open Brand certification program Test Suite VSC version 5.3.4 Test Identification POSIX.cmd/kill/kill.ex 11 Specification Shell and Utilities Issue 6 Problem Summary An unanchored regular expression in proc_end() may match unintended process identifiers. Problem Text An unanchored regular expression is used in proc_end() to test whether a specific process
identifier is found in the output of ps. This may result in a partial match of an unintended
process identifier, e.g. "23" matches "1234", resulting in a false failure.
ps -o pid | grep -q $proc_id
Should instead use the expression "^$proc_id\$".Test Output ***********************************************************************
/tset/POSIX.cmd/kill/kill.ex 11 Failed
Test Information:
Assertion #11 (A): kill -signal_name pid
Command failed: 'proc_end'
***********************************************************************Review Information
Review Type TSMA Review Start Date 2012-05-09 14:18 Last Updated 2012-05-09 10:03 Completed 2012-05-09 10:03 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 2012-05-09 18:03 Last Updated 2012-05-09 10:51 Completed 2012-05-09 10:51 Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion A test suite deficiency is granted
Problem Reporting System Options:
- View Report 2580
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority