| Summary: | Failures in the GOLD testsuite show up as problems in rpmdiff | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Developer Toolset | Reporter: | Nick Clifton <nickc> | ||||
| Component: | binutils | Assignee: | Nick Clifton <nickc> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Miloš Prchlík <mprchlik> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | DTS 4.1 RHEL 7 | CC: | kanderso, law, mcermak, mnewsome, mpolacek, mprchlik, ohudlick | ||||
| Target Milestone: | beta1 | ||||||
| Target Release: | 4.1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Rebase: Bug Fixes Only | |||||
| Doc Text: |
Cause:
Bugs in the GOLD linker testsuite (from the rebased
2.25.1 sources) lead to 10 failures being reported
for that testsuite.
Consequence:
Rpmdiff registers a problem because of the new failures.
Fix:
Correct mistakes in the GOLD testsuite.
Result:
No reported failures for the GOLD testsuite.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-05-31 08:43:40 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Patch added to rpm. Verified for build devtoolset-4-binutils-2.25.1-10.el7. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1148 |
Created attachment 1130855 [details] Proposed patch Description of problem: The GOLD testsuite produces 10 failures with the current DTS 4.1 sources. These trigger an exception when the rpmdiff tool is used to examine a DTS build. Version-Release number of selected component (if applicable): 2.25.1 How reproducible: 100% Steps to Reproduce: 1. Run the gold testsuite. 2. 3. Actual results: 10 of 213 tests failed See testsuite/test-suite.log Expected results: No failures Additional info: Proposed patch attached.