cmd/pprof: TestDisasm fails on raspbian #47024
Labels
arch-arm
Issues solely affecting the 32-bit arm architecture.
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Linux
Milestone
What did you do?
What did you expect to see?
ALL TESTS PASSED
What did you see instead?
:
ok cmd/objdump 84.223s
ok cmd/pack 27.747s
--- FAIL: TestDisasm (21.25s)
pprof_test.go:125: pprof disasm got Total: 160ms
want contains "ROUTINE ======================== main.main"
FAIL
FAIL cmd/pprof 62.966s
ok cmd/trace 0.536s
ok cmd/vet 100.480s
:
Does this issue reproduce with the latest release (go1.16.5)?
Maybe. Downloaded repo on 2 July of 2021. Cant tell until the build finishes.
FYI: apt-get gave me 11.1 but it stuggled being to old, so I decided to compile
latest and greatest on my own with official doc at https://golang.org/doc/install/source
I disabled the test by patching and ignoring linux / arm, what impact has this?
System details
The text was updated successfully, but these errors were encountered: