runtime: TestCgoTracebackSigpanic fails on android/arm64 and android/arm #58794
Labels
arch-arm
Issues solely affecting the 32-bit arm architecture.
arch-arm64
compiler/runtime
Issues related to the Go compiler and/or runtime.
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Android
Milestone
In CL 472096, I am experimenting with enabling tests that use
go build
onandroid
, because I don't see a good reason not to.However,
runtime.TestCgoTracebackSigpanic
seems to fail when run on that platform (https://storage.googleapis.com/go-build-log/8970bcfa/android-arm64-corellium_f7cf8915.log):I don't think this is particularly important to fix and don't plan to investigate it myself, but I'm filing this issue to have something to refer to in a test skip.
(CC @golang/android)
The text was updated successfully, but these errors were encountered: