#1144908 golang-github-google-pprof: Skip TestPrintAssemblyErrorMessage on armhf

#1144908#5
Date:
2026-08-20 10:14:40 UTC
From:
To:
Dear Maintainer,

The TestPrintAssemblyErrorMessage test fails on armhf because it
hardcodes 64-bit base addresses.

I am forwarding a patch from Ubuntu that skips this test on armhf
architectures.

Ubuntu bug reference:
https://bugs.launchpad.net/ubuntu/+source/golang-github-google-pprof/+bug/2146957

The patch is attached.