| Summary: | go test golang.org/x/tools/go/importer fails on ppc64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Chaloupka <jchaloup> |
| Component: | golang-googlecode-tools | Assignee: | FridolĂn PokornĂ˝ <fpokorny> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | hannsj_uhl, jchaloup, normand, vbatts |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-21 13:47:41 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1051573 | ||
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. The test is no longer available in the project |
go test golang.org/x/tools/go/importer --- FAIL: TestImportStdLib (4.01s) import_test.go:187: package cgo: couldn't get export data: can't find import: runtime/cgo import_test.go:194: package cgo: gcimport failed: import error <filename for runtime/cgo>:1:1 (byte offset = 0): expected Ident, got EOF () Additional info: rpm: golang-googlecode-tools-0-7.1.git997b354.fc24 arch: ppc64 build.log: http://ppc.koji.fedoraproject.org/kojifiles/work/tasks/8102/3188102/build.log There are more failing tests in the package, not just for ppc64. At the moment, the test is disable on %{power64} archs. Expected results: The test pass on %{power64} archs.