Skip to content

x/tools/gopls/internal/cmd: TestSemtok failures #71386

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 22, 2025 · 2 comments
Closed

x/tools/gopls/internal/cmd: TestSemtok failures #71386

gopherbot opened this issue Jan 22, 2025 · 2 comments
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestSemtok"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestSemtok
=== PAUSE TestSemtok
=== CONT  TestSemtok
    integration_test.go:817: gopls semtok a.go: exited with code -1, want success: true (gopls semtok a.go: exit=-1 stdout=<<>> stderr=<<>>)
    integration_test.go:826: semtok: got <<>>, want <</*⇒7,keyword,[]*/package /*⇒1,namespace,[]*/a
        /*⇒4,keyword,[]*/func /*⇒1,function,[definition signature]*/f()
        /*⇒3,keyword,[]*/var /*⇒1,variable,[definition number]*/v /*⇒3,type,[defaultLibrary number]*/int
        /*⇒5,keyword,[]*/const /*⇒1,variable,[definition readonly number]*/c = /*⇒1,number,[]*/0
        >>
--- FAIL: TestSemtok (43.61s)

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 22, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestSemtok"
2025-01-21 19:44 x_tools-go1.24-netbsd-arm tools@b0164fc0 release-branch.go1.24@8a4c24f9 x/tools/gopls/internal/cmd.TestSemtok (log)
=== RUN   TestSemtok
=== PAUSE TestSemtok
=== CONT  TestSemtok
    integration_test.go:817: gopls semtok a.go: exited with code -1, want success: true (gopls semtok a.go: exit=-1 stdout=<<>> stderr=<<>>)
    integration_test.go:826: semtok: got <<>>, want <</*⇒7,keyword,[]*/package /*⇒1,namespace,[]*/a
        /*⇒4,keyword,[]*/func /*⇒1,function,[definition signature]*/f()
        /*⇒3,keyword,[]*/var /*⇒1,variable,[definition number]*/v /*⇒3,type,[defaultLibrary number]*/int
        /*⇒5,keyword,[]*/const /*⇒1,variable,[definition readonly number]*/c = /*⇒1,number,[]*/0
        >>
--- FAIL: TestSemtok (43.61s)

watchflakes

@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Jan 22, 2025
@gopherbot gopherbot added this to the Unreleased milestone Jan 22, 2025
@findleyr
Copy link
Member

Hanging Go command (#54461).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Archived in project
Development

No branches or pull requests

2 participants