We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/113115 mentions this issue: cmd/compile: skip TestStmtLines on Plan 9
cmd/compile: skip TestStmtLines on Plan 9
Sorry, something went wrong.
218650f
No branches or pull requests
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.
See https://build.golang.org/log/77ddbc847d81369bca6e87dd2c7344bbf05cd2af
The text was updated successfully, but these errors were encountered: