Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: TestStackSwitchCallback failing on iOS #62700

Closed
bcmills opened this issue Sep 18, 2023 · 1 comment
Closed

runtime: TestStackSwitchCallback failing on iOS #62700

bcmills opened this issue Sep 18, 2023 · 1 comment
Labels
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-iOS GOOS=ios

Comments

@bcmills
Copy link
Contributor

bcmills commented Sep 18, 2023

#!watchflakes
post <- goos == "ios" && pkg == "runtime" && test == "TestStackSwitchCallback" && `getcontext: Operation not supported`

https://build.golang.org/log/865c351f13483897a970c091714ac4ee20213ec4:

…
--- FAIL: TestStackSwitchCallback (0.02s)
    crash_cgo_test.go:879: /tmp/workdir-host-ios-arm64-corellium-ios/tmp/go-build811617956/testprogcgo.exe StackSwitchCallback: exit status 1
    crash_cgo_test.go:886: expected "OK\n", got getcontext: Operation not supported
FAIL

This test was newly added in https://go.dev/cl/527715.

(attn @golang/ios @prattmic)

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. OS-iOS GOOS=ios labels Sep 18, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/529216 mentions this issue: runtime: skip TestStackSwitchCallback on ios

@golang golang locked and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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-iOS GOOS=ios
Projects
None yet
Development

No branches or pull requests

2 participants