|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0804 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 0804.
Report 0804 Actions
Problem Report Number 0804 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0319 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1996-10-03 08:00 Product Standard Commands and Utilities V2 (UNIX 95) Certification Program The Open Brand certification program Test Suite VSC version 4.1.6 Test Identification POSIX.cmd/pax 182 Problem Summary TSD4C.00192 This test may fail on non-ASCII based implementations. Problem Text
Tp182 has an ascii dependency. This test as written will fail on
all implementations that are not ascii.
Since the specification requires that all of the header fields be
ascii data, the output from the dd will be ustar, in ascii. The
implementation under test is ebcdic based. This will cause the
test:
[ X`dd if=test_file.pax bs=1 skip=257 count=5 2>/dev/null` = Xustar ]
to fail.
The following demonstrates this with an archive t.pax:
$ dd if=t.pax bs=1 skip=257 count=5 | od -ch
FSUM6384 5+0 records in
5+0 records out
0000000000 165 163 164 / 162
75 73 74 61 72
$ dd if=t.pax bs=1 skip=257 count=5 | iconv -f ISO8859-1 -t IBM-1047
FSUM6384 5+0 records in
5+0 records out
ustar$
The test needs to be modified to use the iso646 function.
Test Output
400|241 182 1 14:46:04|IC Start
200|241 1 14:46:05|TP Start
520|241 1 1247608849 1 1|Assertion #182 (A):
520|241 1 1247608849 1 11|Expected exit code = 0; Received 1
220|241 1 1 14:46:25|FAIL
410|241 182 1 14:46:26|IC EndReview 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 0804
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority