|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0906 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 0906.
Report 0906 Actions
Problem Report Number 0906 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0421 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1995-09-15 08:00 Product Standard Commands and Utilities V2 (UNIX 95) Certification Program The Open Brand certification program Test Suite VSC version 4.1.4 Test Identification POSIX.cmd/sed 73,76,163,166 Problem Summary TSD4C.00088 The test may fail on all implementations. Problem Text
The tests may fail on all implementations.
In tp73():
sed -n -e '/[--/]/p' sed_in_73_9 > $CT_STDOUT 2> $CT_STDERR
should be:
sed -n -e '/[--\/]/p' sed_in_73_9 > $CT_STDOUT 2> $CT_STDERR
In tp76():
sed -n -e '/[--/]/p' sed_in_76_3 > $CT_STDOUT 2> $CT_STDERR
should be:
sed -n -e '/[--\/]/p' sed_in_76_3 > $CT_STDOUT 2> $CT_STDERR
In tp163():
sed -n -e 's/[--/]/MATCH/p' sed_in_163_9 > $CT_STDOUT 2> $CT_STDERR
should be:
sed -n -e 's/[--\/]/MATCH/p' sed_in_163_9 > $CT_STDOUT 2> $CT_STDERR
In tp166():
sed -n -e 's/[--/]/MATCH/p' sed_in_166_3 > $CT_STDOUT 2> $CT_STDERR
should be:
sed -n -e 's/[--\/]/MATCH/p' sed_in_166_3 > $CT_STDOUT 2> $CT_STDERR
According the Standard:
"Within the RE and the replacement, the RE delimiter itself can be used
as a literal character if it is preceded by a backslash."
Without the backslash, the '/' character is assumed to be a delimiter, not
part of the regular expression "[--/]".
Test Output
520|1 1 54958 1 1|Assertion #73 (A): Test general assertion 127 using BRE addres
sing
520|1 1 54958 1 1|Expected exit code = 0; Received 1
520|1 1 54958 1 2|Standard output isn't the same as file 'sed_eso_73_9'
520|1 1 54958 1 3|diff of "out.stdout" and "sed_eso_73_9":
520|1 1 54958 1 4|*** out.stdout Tue Sep 5 10:21:23 1995
520|1 1 54958 1 5|--- sed_eso_73_9 Tue Sep 5 10:21:23 1995
520|1 1 54958 1 6|***************
520|1 1 54958 1 7|*** 0 ****
520|1 1 54958 1 8|--- 1 ----
520|1 1 54958 1 9|+ a.b
220|1 1 1 10:21:33|FAIL
520|1 1 54958 1 1|Assertion #76 (A): Test general assertion 130 using BRE addres
sing
520|1 1 54958 1 1|Expected exit code = 0; Received 1
520|1 1 54958 1 2|Standard output isn't the same as file 'sed_eso_76_3'
520|1 1 54958 1 3|diff of "out.stdout" and "sed_eso_76_3":
520|1 1 54958 1 4|*** out.stdout Tue Sep 5 10:21:34 1995
520|1 1 54958 1 5|--- sed_eso_76_3 Tue Sep 5 10:21:34 1995
520|1 1 54958 1 6|***************
520|1 1 54958 1 7|*** 0 ****
520|1 1 54958 1 8|--- 1 ----
520|1 1 54958 1 9|+ a.b
520|1 1 54958 1 10|Expected exit code = 0; Received 1
520|1 1 54958 1 11|Standard output isn't the same as file 'sed_eso_76_4'
520|1 1 54958 1 12|diff of "out.stdout" and "sed_eso_76_4":
520|1 1 54958 1 13|*** out.stdout Tue Sep 5 10:21:35 1995
520|1 1 54958 1 14|--- sed_eso_76_4 Tue Sep 5 10:21:35 1995
520|1 1 54958 1 15|***************
520|1 1 54958 1 16|*** 0 ****
520|1 1 54958 1 17|--- 1 ----
520|1 1 54958 1 18|+ ac.D+b
220|1 1 1 10:21:42|FAIL
520|1 1 54958 1 1|Assertion #163 (A): Test general assertion 127 using the s com
mand
520|1 1 54958 1 1|Expected exit code = 0; Received 1
520|1 1 54958 1 2|Standard output isn't the same as file 'sed_eso_163_9'
520|1 1 54958 1 3|diff of "out.stdout" and "sed_eso_163_9":
520|1 1 54958 1 4|*** out.stdout Tue Sep 5 10:21:45 1995
520|1 1 54958 1 5|--- sed_eso_163_9 Tue Sep 5 10:21:45 1995
520|1 1 54958 1 6|***************
520|1 1 54958 1 7|*** 0 ****
520|1 1 54958 1 8|--- 1 ----
520|1 1 54958 1 9|+ aMATCHb
220|1 1 1 10:21:50|FAIL
520|1 1 54958 1 1|Assertion #166 (A): Test general assertion 130 using the s com
mand
520|1 1 54958 1 1|Expected exit code = 0; Received 1
520|1 1 54958 1 2|Standard output isn't the same as file 'sed_eso_166_3'
520|1 1 54958 1 3|diff of "out.stdout" and "sed_eso_166_3":
520|1 1 54958 1 4|*** out.stdout Tue Sep 5 10:21:51 1995
520|1 1 54958 1 5|--- sed_eso_166_3 Tue Sep 5 10:21:51 1995
520|1 1 54958 1 6|***************
520|1 1 54958 1 7|*** 0 ****
520|1 1 54958 1 8|--- 1 ----
520|1 1 54958 1 9|+ aMATCHb
520|1 1 54958 1 10|Expected exit code = 0; Received 1
520|1 1 54958 1 11|Standard output isn't the same as file 'sed_eso_166_4'
520|1 1 54958 1 12|diff of "out.stdout" and "sed_eso_166_4":
520|1 1 54958 1 13|*** out.stdout Tue Sep 5 10:21:53 1995
520|1 1 54958 1 14|--- sed_eso_166_4 Tue Sep 5 10:21:53 1995
520|1 1 54958 1 15|***************
520|1 1 54958 1 16|*** 0 ****
520|1 1 54958 1 17|--- 1 ----
520|1 1 54958 1 18|+ aMATCH+b
220|1 1 1 10:22:00|FAIL
Review 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 0906
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority