Bug 460153
Summary: | perror should not errcnt across test files | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jan Kratochvil <jan.kratochvil> | ||||
Component: | dejagnu | Assignee: | Honza Horak <hhorak> | ||||
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.2 | CC: | ovasik, pmuller, rvokal, syeghiay | ||||
Target Milestone: | rc | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
URL: | http://lists.gnu.org/archive/html/bug-dejagnu/2008-08/msg00001.html | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1990799 1990804 2042478 (view as bug list) | Environment: | |||||
Last Closed: | 2011-03-30 08:01:10 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1990799, 1990804, 2042478, 2042918 | ||||||
Attachments: |
|
dejagnu-1.4.4-12.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/dejagnu-1.4.4-12.fc9 dejagnu-1.4.4-12.fc8 has been submitted as an update for Fedora 8. http://admin.fedoraproject.org/updates/dejagnu-1.4.4-12.fc8 dejagnu-1.4.4-12.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dejagnu'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-7325 dejagnu-1.4.4-12.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dejagnu'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-7397 dejagnu-1.4.4-12.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. dejagnu-1.4.4-12.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. This request was evaluated by Red Hat Product Management for inclusion, but this component is not scheduled to be updated in the current Red Hat Enterprise Linux release. If you would like this request to be reviewed for the next minor release, ask your support representative to set the next rhel-x.y flag to "?". An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0399.html |
Created attachment 315003 [details] Fix. Description of problem: Some testcases run spuriously as UNRESOLVED. Version-Release number of selected component (if applicable): dejagnu-1.4.4-11.fc9.noarch How reproducible: Always. Steps to Reproduce: echo 'perror foo' >a.exp; echo 'pass bar' >b.exp; runtest a.exp b.exp; cat testrun.sum Actual results: ... Running target unix Running ./a.exp ... ERROR: foo Running ./b.exp ... UNRESOLVED: bar === Summary === ... Expected results: ... Running target unix Running ./a.exp ... ERROR: foo Running ./b.exp ... PASS: bar === Summary === ... Additional info: