|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2344 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 2344.
Report 2344 Actions
Problem Report Number 2344 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1211 Raised 2004-03-15 23:41 Updated 2004-03-16 18:53 Published 2004-03-16 18:53 Product Standard Commands and Utilities V2 (UNIX 95) Certification Program The Open Brand certification program Test Suite VSC version 5.2.4 Test Identification POSIX.cmd/pax 274 Problem Summary ASCII dependency due to incorrect placing of tr -d ' ' in pipeline Problem Text This testcase is failing on our EBCDIC platform as a result of change
made in VSC5.2.4 to use grep rather than grep -F (fgrep) to verify the
contents of the uid, gid, mtime, chksum and devmajor fields of the USTAR
format.
There is a ASCII dependency in this testcase which leaves an extra space
in the field being grep-ed. We believe this dependency was always
there, but only uncovered with this change, since grep cares about the
extra space. The description below demonstrates the problem for
test_file.stdout3 which contains the uid field. The same problem exists
for the other fields.
The test suite runs the following command:
cat test_file.stdout3 | tr -d ' ' | native | grep '[^0-7]' >/dev/null
2>/dev/null || RC1=$?
The "tr -d" command says to delete all spaces (' ') from it's output.
However, the ascii test_file.stdout3 has no EBCDIC space, just an ASCII
one.
I believe the "native" function should be run before the tr command.Test Output 400|81 274 1 11:30:56|IC Start
200|81 187 11:30:56|TP Start
520|81 187 67240105 1 1|Assertion #274 (A):
520|81 187 67240105 2 1|The output file and the expected file differ.
220|81 187 1 11:31:03|FAIL
410|81 274 1 11:31:03|IC EndReview Information
Review Type TSMA Review Start Date 2004-03-15 23:41 Last Updated 2004-03-15 23:43 Completed 2004-03-15 23:43 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 2004-03-15 23:43 Last Updated 2004-03-16 18:53 Completed 2004-03-16 18:53 Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion A test suite deficiency is granted.
Problem Reporting System Options:
- View Report 2344
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority