You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran ./all.bash in the go/src directory.
The test 'TestIssue33979' fails:
ok cmd/internal/src 0.009s
ok cmd/internal/test2json 0.083s
--- FAIL: TestIssue33979 (0.51s)
link_test.go:250: got:
main(__TEXT/__text): relocation target undefined not defined
want:
main(.text): relocation target undefined not defined
FAIL
FAIL cmd/link 4.131s
ok cmd/link/internal/ld 7.899s
ok cmd/link/internal/sym 0.008s
The problem seems to be introduced in commit 8adc1e0 . For the previous commit all the tests pass.
What did you expect to see?
All tests to pass
What did you see instead?
See above.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
It happens on master.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran ./all.bash in the go/src directory.
The test 'TestIssue33979' fails:
The problem seems to be introduced in commit 8adc1e0 . For the previous commit all the tests pass.
What did you expect to see?
All tests to pass
What did you see instead?
See above.
The text was updated successfully, but these errors were encountered: