|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0637 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 0637.
Report 0637 Actions
Problem Report Number 0637 Submitter's Classification Test Suite problem State Resolved Resolution Rejected (REJ) Problem Resolution ID REJ.X.0241 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published null Product Standard Commands and Utilities V2 (UNIX 95) Certification Program The Open Brand certification program Test Suite VSC version 4.1.4 Test Identification tset/POSIX.annexA/lex/lex 90 Problem Summary PG4C.00035 yyless() chould not be required to return an int. Problem Text
This test fails because it assumes that yyless will return
an int. We believe the return value from this function is
undefined.
The test is making an assumption based on a return type that is
system defined:
--------------------
tp90: The definition of yyless in the test conflicts with the lex
generated definition. Here is a diff of the corrected test
and the one originally written:
< void yyless(long int);
< void (*n_yyless)(long int) = yyless;
---
> int yyless(int);
> int (*n_yyless)(int) = yyless;
---------------------
Test Output
Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We recommend this request be refused.
The spec is clear. The prototype for yyless is specified as
int yyless(int n)
in the lex, Extended Description, Action in lex section.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Rejected (REJ) Review Conclusion
This request is refused.
Problem Reporting System Options:
- View Report 0637
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority