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

cmd/internal/testdir: Test/goto.go failures #66902

Open
gopherbot opened this issue Apr 18, 2024 · 1 comment
Open

cmd/internal/testdir: Test/goto.go failures #66902

gopherbot opened this issue Apr 18, 2024 · 1 comment
Labels
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 == "cmd/internal/testdir" && test == "Test/goto.go"

Issue created automatically to collect these failures.

Example (log):

=== RUN   Test/goto.go
=== PAUSE Test/goto.go
=== CONT  Test/goto.go
    testdir_test.go:1203: gc output:
    testdir_test.go:145: 
        goto.go:42: missing error "goto L jumps over declaration of x at goto.go:43|goto jumps over declaration"
        goto.go:60: missing error "goto L jumps over declaration of x at goto.go:65|goto jumps over declaration"
        goto.go:80: missing error "goto L jumps over declaration of y at goto.go:83|goto jumps over declaration"
        goto.go:90: missing error "goto L jumps over declaration of y at goto.go:93|goto jumps over declaration"
        goto.go:117: missing error "goto L jumps into block starting at goto.go:118|goto jumps into block"
...
        goto.go:416: missing error "goto L jumps into block starting at goto.go:419|goto jumps into block"
        goto.go:427: missing error "goto L jumps into block starting at goto.go:428|goto jumps into block"
        goto.go:439: missing error "goto L jumps into block starting at goto.go:435|goto jumps into block"
        goto.go:495: missing error "goto L jumps into block starting at goto.go:497|goto jumps into block"
        goto.go:503: missing error "goto L jumps into block starting at goto.go:505|goto jumps into block"
        goto.go:513: missing error "goto L jumps into block starting at goto.go:516|goto jumps into block"
        goto.go:524: missing error "goto L jumps into block starting at goto.go:525|goto jumps into block"
        goto.go:536: missing error "goto L jumps into block starting at goto.go:532|goto jumps into block"
        
--- FAIL: Test/goto.go (0.01s)

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 Apr 18, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/internal/testdir" && test == "Test/goto.go"
2024-04-09 04:07 gotip-linux-ppc64le_power10 go@9f3f4c64 cmd/internal/testdir.Test/goto.go (log)
=== RUN   Test/goto.go
=== PAUSE Test/goto.go
=== CONT  Test/goto.go
    testdir_test.go:1203: gc output:
    testdir_test.go:145: 
        goto.go:42: missing error "goto L jumps over declaration of x at goto.go:43|goto jumps over declaration"
        goto.go:60: missing error "goto L jumps over declaration of x at goto.go:65|goto jumps over declaration"
        goto.go:80: missing error "goto L jumps over declaration of y at goto.go:83|goto jumps over declaration"
        goto.go:90: missing error "goto L jumps over declaration of y at goto.go:93|goto jumps over declaration"
        goto.go:117: missing error "goto L jumps into block starting at goto.go:118|goto jumps into block"
...
        goto.go:416: missing error "goto L jumps into block starting at goto.go:419|goto jumps into block"
        goto.go:427: missing error "goto L jumps into block starting at goto.go:428|goto jumps into block"
        goto.go:439: missing error "goto L jumps into block starting at goto.go:435|goto jumps into block"
        goto.go:495: missing error "goto L jumps into block starting at goto.go:497|goto jumps into block"
        goto.go:503: missing error "goto L jumps into block starting at goto.go:505|goto jumps into block"
        goto.go:513: missing error "goto L jumps into block starting at goto.go:516|goto jumps into block"
        goto.go:524: missing error "goto L jumps into block starting at goto.go:525|goto jumps into block"
        goto.go:536: missing error "goto L jumps into block starting at goto.go:532|goto jumps into block"
        
--- FAIL: Test/goto.go (0.01s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant