-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Androidarch-armIssues solely affecting the 32-bit arm architecture.Issues solely affecting the 32-bit arm architecture.arch-arm64compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.mobileAndroid, iOS, and x/mobileAndroid, iOS, and x/mobile
Milestone
Description
In CL 472096, I am experimenting with enabling tests that use go build on android, 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):
--- FAIL: TestCgoTracebackSigpanic (2.10s)
crash_cgo_test.go:519: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp/go-build2337918989/testprogcgo.exe TracebackSigpanic: signal: segmentation fault
crash_cgo_test.go:520:
crash_cgo_test.go:523: did not see "runtime.sigpanic" in output
FAIL
FAIL runtime 58.095s
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)
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Androidarch-armIssues solely affecting the 32-bit arm architecture.Issues solely affecting the 32-bit arm architecture.arch-arm64compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.mobileAndroid, iOS, and x/mobileAndroid, iOS, and x/mobile
Type
Projects
Status
Todo