Skip to content

x/tools/go/analysis/unitchecker: TestVetStdlib failures #60058

@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "golang.org/x/tools/go/analysis/unitchecker" && test == "TestVetStdlib"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestVetStdlib (35.36s)
    vet_std_test.go:95: go vet std failed (exit status 1):
        # fmt_test
        /tmp/workdir/go/src/fmt/fmt_test.go:1241:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1249:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1257:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1265:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1274:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1282:11: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1290:11: result of fmt.Sprintf call not used
...
        /tmp/workdir/go/src/fmt/fmt_test.go:1437:42: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1438:39: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1776:9: result of fmt.Sprintf call not used
        /tmp/workdir/go/src/fmt/fmt_test.go:1782:9: result of fmt.Sprintf call not used
        # context_test
        /tmp/workdir/go/src/context/x_test.go:524:47: result of context.WithValue call not used
        /tmp/workdir/go/src/context/x_test.go:528:46: result of context.WithValue call not used
        /tmp/workdir/go/src/context/x_test.go:535:48: result of context.WithCancel call not used
        /tmp/workdir/go/src/context/x_test.go:539:49: result of context.WithDeadline call not used
        /tmp/workdir/go/src/context/x_test.go:543:46: result of context.WithValue call not used

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions