|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0921 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 0921.
Report 0921 Actions
Problem Report Number 0921 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0436 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1995-09-07 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.annexA/yacc 180 Problem Summary TSD4C.00073 Test may fail on implementations that do not define yydebug unless the -t option is specified on the command line. Problem Text
This test will fail on implementations that do not define yydebug unless
the -t option is specified on the command line.
According to lines 1166ff in Section A.3.7.7 in POSIX.2, in parsers where
the debugging code has been included, the external int yydebug can be used
to turn debugging on and off at runtime. This makes no statement about
the availability of yydebug if the parser has been generated without
any debugging code.
Recommend that the yacc command line:
yacc yacc_in_180_1.y > $CT_STDOUT 2> $CT_STDERR
be replaced with
yacc -t yacc_in_180_1.y > $CT_STDOUT 2> $CT_STDERR
in order to enable the compilation of the debugging code.Test Output
200|1 1 08:45:29|TP Start
520|1 1 22749 1 1|Assertion #180 (C): The initial value of yydebug is zero.
520|1 1 22749 1 1|Command failed: 'c89 y.tab.c'
520|1 1 22749 1 2|Expected exit code = 0; Received 127
520|1 1 22749 1 3|Standard error isn't empty
520|1 1 22749 1 4|Contents of out.stderr:
520|1 1 22749 1 5|./a.out: tp180: /u20/XPG/vsc414/VSC4.1.4/lib/xpg3sh/tcm.sh
496: .: yacc_03.ex 3434: not found
520|1 1 22749 1 6|Standard output isn't the same as file 'yacc_out_180_1'
520|1 1 22749 1 7|diff of "out.stdout" and "yacc_out_180_1":
520|1 1 22749 1 8|*** out.stdout Fri Sep 1 08:45:34 1995
520|1 1 22749 1 9|--- yacc_out_180_1 Fri Sep 1 08:45:34 1995
520|1 1 22749 1 10|***************
520|1 1 22749 1 11|*** 0 ****
520|1 1 22749 1 12|--- 1 ----
520|1 1 22749 1 13|+ 0
220|1 1 1 08:45:41|FAILReview 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 0921
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority