Skip to content

x/tools/gopls/internal/lsp/cmd/test: TestFix failures #59475

@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/internal/lsp/cmd/test" && test == "TestFix" && date < "2023-08-01"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestFix (1.93s)
    integration_test.go:715: fix: got <<package a
        var _ error = T(0)
        type T int
        func f() (int, string) { return }
        >>, want <<package a
        var _ error = T(0)
        type T int
        func f() (int, string) { return 0, "" }
        >>

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions