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
CL 115975 changed TestGoExec. This test is now failing on Plan 9.
--- FAIL: TestGoExec (1.49s)
nm_test.go:161: want R type for runtime.epclntab symbol, but have D
nm_test.go:161: want R type for runtime.erodata symbol, but have D
nm_test.go:161: want R type for runtime.rodata symbol, but have D
FAIL
FAIL cmd/nm 4.320s
Sorry about braking plan9 builder. I did not even noticed.
--- FAIL: TestGoExec (1.49s)
nm_test.go:161: want R type for runtime.epclntab symbol, but have D
nm_test.go:161: want R type for runtime.erodata symbol, but have D
nm_test.go:161: want R type for runtime.rodata symbol, but have D
FAIL
It probably is not important if runtime.epclntab (and others) is "R" or "D". I do not know.
Maybe adjust the test to expect "D" for runtime.epclntab on plan9? Maybe just skip that part of the test?
CL 115975 changed TestGoExec. This test is now failing on Plan 9.
See https://build.golang.org/log/b4bb61cd5942848398474e07807984e34817bceb
The text was updated successfully, but these errors were encountered: