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

internal/godebug: TestPanicNilRace failures #65174

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. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!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 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 Jan 19, 2024
@gopherbot
Copy link
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 .

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.
Projects
Status: Done
Development

No branches or pull requests

2 participants