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

cmd/compile: TestStmtLines failing on Plan 9 #25387

Closed
0intro opened this issue May 14, 2018 · 1 comment
Closed

cmd/compile: TestStmtLines failing on Plan 9 #25387

0intro opened this issue May 14, 2018 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented May 14, 2018

TestStmtLines has been added in CL 102435 and is failing on Plan 9. This is happening because Plan 9 executables don't have a DWARF symbol table.

--- FAIL: TestStmtLines (0.00s)
panic: unrecognized executable format [recovered]
	panic: unrecognized executable format

goroutine 114 [running]:
testing.tRunner.func1(0x11060c60)
	/usr/glenda/workdir/go/src/testing/testing.go:760 +0x30c
panic(0x642070, 0x11017e78)
	/usr/glenda/workdir/go/src/runtime/panic.go:494 +0x194
cmd/compile/internal/ssa_test.must(0x7267c8, 0x11017e78)
	/usr/glenda/workdir/go/src/cmd/compile/internal/ssa/stmtlines_test.go:33 +0x38
cmd/compile/internal/ssa_test.TestStmtLines(0x11060c60)
	/usr/glenda/workdir/go/src/cmd/compile/internal/ssa/stmtlines_test.go:61 +0x98
testing.tRunner(0x11060c60, 0x685684)
	/usr/glenda/workdir/go/src/testing/testing.go:795 +0xac
created by testing.(*T).Run
	/usr/glenda/workdir/go/src/testing/testing.go:840 +0x240
FAIL	cmd/compile/internal/ssa	0.513s

See https://build.golang.org/log/77ddbc847d81369bca6e87dd2c7344bbf05cd2af

@0intro 0intro added this to the Go1.11 milestone May 14, 2018
@0intro 0intro self-assigned this May 14, 2018
@gopherbot
Copy link

Change https://golang.org/cl/113115 mentions this issue: cmd/compile: skip TestStmtLines on Plan 9

@golang golang locked and limited conversation to collaborators May 14, 2019
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants