x/tools/internal/lsp: tests fail when run from the module cache #40310
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of the tests for
golang.org/x/tools/internal/lsp/...
fail when run from the module cache, due to thego.mod
files intestdata
subdirectories cutting off the module (see #27852).Since the
internal/lsp
package isn't imported by anything other thangopls
, these failures will not occur ingo test all
in any other module. However, if a user runsgo test golang.org/x/tools/...
to be sure they have picked up any relevant integration tests for other packages they have imported fromx/tools
, they may see these failures.CC @ianthehat @stamblerre @findleyr
The text was updated successfully, but these errors were encountered: