Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/go/ssa/interp: broken at tip on Darwin #18033

Closed
bradfitz opened this issue Nov 23, 2016 · 1 comment
Closed

x/tools/go/ssa/interp: broken at tip on Darwin #18033

bradfitz opened this issue Nov 23, 2016 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bradfitz
Copy link
Contributor

(part of getting subrepos green for Go 1.8)

x/tools/go/ssa/interp is failing on Darwin at master. See build.golang.org.

Example:
https://storage.googleapis.com/go-build-log/3f69822a/darwin-amd64-10_11_2c6c093b.log

Input: boundmeth.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T boundmeth.go

Input: complit.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T complit.go

Input: coverage.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T coverage.go

Input: defer.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T defer.go

Input: fieldprom.go
PASS
Input: ifaceconv.go
PASS
Input: ifaceprom.go
PASS
Input: initorder.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T initorder.go

Input: methprom.go
PASS
Input: mrvchain.go
PASS
Input: range.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T range.go

Input: recover.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T recover.go

Input: reflect.go
PASS
Input: static.go
PASS
Input: callstack.go
panic: interface conversion: interp.value is int32, not interp.structure
FAIL
To trace execution, run:
% go build golang.org/x/tools/cmd/ssadump && ./ssadump -build=C -run --interp=T callstack.go

The following tests failed:
	boundmeth.go
	complit.go
	coverage.go
	defer.go
	initorder.go
	range.go
	recover.go
	callstack.go
--- FAIL: TestTestdataFiles (22.01s)
	interp_test.go:254: interp.Interpret([testdata/boundmeth.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/complit.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/coverage.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/defer.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/initorder.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/range.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/recover.go]) failed: exit code was 2
	interp_test.go:254: interp.Interpret([testdata/callstack.go]) failed: exit code was 2
FAIL
FAIL	golang.org/x/tools/go/ssa/interp	22.764s
@bradfitz bradfitz added this to the Go1.8 milestone Nov 23, 2016
@quentinmit quentinmit added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 23, 2016
@alandonovan
Copy link
Contributor

@golang golang locked and limited conversation to collaborators Nov 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants