Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1314304

Summary: go test golang.org/x/tools/go/importer fails on ppc64
Product: [Fedora] Fedora Reporter: Jan Chaloupka <jchaloup>
Component: golang-googlecode-toolsAssignee: FridolĂ­n PokornĂ˝ <fpokorny>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Jan Chaloupka 2016-03-03 11:30:55 UTC
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.

Comment 1 Jan Kurik 2016-07-26 04:17:57 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 2 Jan Chaloupka 2017-01-21 13:47:41 UTC
The test is no longer available in the project