Skip to content

internal/godebug: TestPanicNilRace failures #65174

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

Closed
gopherbot opened this issue Jan 19, 2024 · 2 comments
Closed

internal/godebug: TestPanicNilRace failures #65174

gopherbot opened this issue Jan 19, 2024 · 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
Contributor

#!watchflakes
default <- pkg == "internal/godebug" && test == "TestPanicNilRace"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestPanicNilRace
    godebug_test.go:85: output:
        === RUN   TestPanicNilRace
        === RUN   TestPanicNilRace/One
        === PAUSE TestPanicNilRace/One
        === RUN   TestPanicNilRace/Two
        === PAUSE TestPanicNilRace/Two
        === CONT  TestPanicNilRace/One
        === CONT  TestPanicNilRace/Two
        ==================
...
              /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x44
        ==================
        === NAME  TestPanicNilRace/One
            testing.go:1398: race detected during execution of test
        --- FAIL: TestPanicNilRace (0.00s)
            --- PASS: TestPanicNilRace/Two (0.00s)
            --- FAIL: TestPanicNilRace/One (0.00s)
        FAIL
    godebug_test.go:88: Was not expecting a crash
--- FAIL: TestPanicNilRace (0.03s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 19, 2024
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jan 19, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/godebug" && test == "TestPanicNilRace"
2023-12-21 00:15 gotip-linux-amd64-race go@f6509cf5 internal/godebug.TestPanicNilRace (log)
=== RUN   TestPanicNilRace
    godebug_test.go:85: output:
        === RUN   TestPanicNilRace
        === RUN   TestPanicNilRace/One
        === PAUSE TestPanicNilRace/One
        === RUN   TestPanicNilRace/Two
        === PAUSE TestPanicNilRace/Two
        === CONT  TestPanicNilRace/One
        === CONT  TestPanicNilRace/Two
        ==================
...
              /home/swarming/.swarming/w/ir/x/w/goroot/src/testing/testing.go:1742 +0x44
        ==================
        === NAME  TestPanicNilRace/One
            testing.go:1398: race detected during execution of test
        --- FAIL: TestPanicNilRace (0.00s)
            --- PASS: TestPanicNilRace/Two (0.00s)
            --- FAIL: TestPanicNilRace/One (0.00s)
        FAIL
    godebug_test.go:88: Was not expecting a crash
--- FAIL: TestPanicNilRace (0.03s)

watchflakes

@cherrymui
Copy link
Member

Should be fixed by CL https://go.dev/cl/551856 .

@golang golang locked and limited conversation to collaborators Jan 18, 2025
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
Archived in project
Development

No branches or pull requests

2 participants