Skip to content

x/tools/gopls/internal/cmd: new test TestMCPVulncheckCommand fails on Plan 9 #75588

@millerresearch

Description

@millerresearch

CL 702376 introduced a new test TestMCPVulncheckCommand which always fails on Plan 9, for example here:

--- FAIL: TestMCPVulncheckCommand (13.41s)
    mcp_test.go:340: calling "initialize": EOF
FAIL
FAIL	golang.org/x/tools/gopls/internal/cmd	491.900s

The error message "EOF" does not have a huge amount of diagnostic value, but the initialisation in this test follows the pattern of the other failing tests in mcp_test.go reported in issue #74580, and therefore I believe the test should be skipped on platforms where fsnotify is not supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AutomationIssues created by gopherbot or watchflakes automation.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

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions