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: TestCgoTraceParser failures #55922

Closed
gopherbot opened this issue Sep 28, 2022 · 2 comments
Closed

runtime: TestCgoTraceParser failures #55922

gopherbot opened this issue Sep 28, 2022 · 2 comments
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.

Comments

@gopherbot
Copy link

gopherbot commented Sep 28, 2022

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceParser" && `no consistent ordering of events possible`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoTraceParser (0.02s)
    crash_cgo_test.go:723: want OK
        , got Parse error:  no consistent ordering of events possible

watchflakes

@gopherbot gopherbot 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. labels Sep 28, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestCgoTraceParser"
2022-08-15 13:11 illumos-amd64 go@2c5b1746 runtime.TestCgoTraceParser (log)
--- FAIL: TestCgoTraceParser (0.02s)
    crash_cgo_test.go:723: want OK
        , got Parse error:  no consistent ordering of events possible

watchflakes

@rsc
Copy link
Contributor

rsc commented Sep 28, 2022

We're not sure why earlier runs of watchflakes didn't find this, but it really is a flake, just an old one that has been fixed.

@rsc rsc closed this as completed Sep 28, 2022
@golang golang locked and limited conversation to collaborators Sep 28, 2023
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.
Projects
Status: Done
Development

No branches or pull requests

2 participants