|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1275 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 1275.
Report 1275 Actions
Problem Report Number 1275 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0557 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1998-10-20 08:00 Product Standard Internationalised System Calls and Libraries Extended (UNIX 95) Certification Program The Open Brand certification program Test Suite VSU version 5.0.2 Test Identification CAPIxcurses/clrtobot 1 Problem Summary TSD4U.00261 This test will fail on implementations in which addch() does not return ERR when it cannot advance the cursor. Problem Text
There is an infinite loop in fclrtobot1.c
The offending lines of code are:
while(addch((chtype)codearray[i]) != ERR)
if (i++ == 94)
i = 0;Test Output
TEST CASE: clrtobot
TEST PURPOSE #1
A call to int clrtobot(void) shall erase all lines in
the window stdscr below the cursor position for stdscr
and the current line to the right of the cursor
position, inclusive.
PREP: Set test locale: /vsu/IBM/xcurses_locale
PREP: Set environment variables and open terminal connection
PREP: Call newterm
PREP: Initialize color pairs
PREP: Fill up stdscr
ERROR: Test took longer than 1800 seconds: presuming
function is hung and terminating test
1 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.
This test is relying on addch() returning ERR when executed on the last
character position in the screen with scrolling disabled. While this is
standard practice and thus arguably should be in the spec, it is not
and thus the test should not require it.
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 1275
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority