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: TestCgoExternalThreadSignal failures on ios #59913

Open
bcmills opened this issue May 1, 2023 · 1 comment
Open

runtime: TestCgoExternalThreadSignal failures on ios #59913

bcmills opened this issue May 1, 2023 · 1 comment
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-iOS GOOS=ios
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 1, 2023

https://storage.googleapis.com/go-build-log/8aef7969/ios-arm64-corellium_3c768ebb.log:

--- FAIL: TestCgoExternalThreadSignal (5.15s)
    crash_cgo_test.go:113: /tmp/workdir-host-ios-arm64-corellium-ios/tmp/go-build3960206703/testprogcgo.exe CgoExternalThreadSignal: exit status 1
    crash_cgo_test.go:115: expected "OK\n", but got:
        C signal did not crash as expected
        
        
FAIL
FAIL	runtime	50.751s

(attn @golang/ios)

@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 May 1, 2023
@bcmills bcmills added this to the Backlog milestone May 1, 2023
@gopherbot
Copy link

Change https://go.dev/cl/491095 mentions this issue: runtime: add test skips for ios

gopherbot pushed a commit that referenced this issue May 3, 2023
For #59912.
For #59913.
Updates #49182.

Change-Id: I3fcdfaca3a4f7120404e7a36b4fb5f0e57dd8114
Reviewed-on: https://go-review.googlesource.com/c/go/+/491095
TryBot-Bypass: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Austin Clements <austin@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-iOS GOOS=ios
Projects
Development

No branches or pull requests

3 participants