go/internal/lsp/testdata
Robert Griesemer 40cfafff02 x/tools/internal/lsp/source: disable some tests for std lib changes
CL 425716 changes parser behavior for incorrect code (it is more
lenient) which breaks a few lsp tests. Disable them for now so we
can submit CL 425716.

For golang/go#54511.
For golang/go#54822.

Change-Id: I00fa67e29628137f3e4e44c38e92094ea581a61b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/427654
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Robert Griesemer <gri@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2022-09-01 22:03:33 +00:00
..
%percent
addimport internal/lsp: add list_known_packages and add_import commands 2021-05-23 03:57:00 +00:00
address lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
analyzer internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
anon
append lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
arraytype x/tools/internal/lsp/source: disable some tests for std lib changes 2022-09-01 22:03:33 +00:00
assign internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
bad internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
badstmt x/tools/internal/lsp: re-enable a test with adjusted error message 2022-09-01 03:24:42 +00:00
bar internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
basiclit internal/lsp: add support for hovering runes 2021-09-14 22:22:34 +00:00
baz internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
builtins internal/lsp/completion: fix untyped int type inference 2021-02-05 20:20:24 +00:00
callhierarchy internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
casesensitive
cast
cgo internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
cgoimport internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
channel
codelens
comment_completion
complit lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
constant
danglingstmt internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
deep lsp/completion: fix ranking of *types.PkgName candidates 2022-07-01 14:13:48 +00:00
errors internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
extract internal/lsp: run internal/lsp/reset_golden.sh 2022-08-31 13:23:13 +00:00
fieldlist
fillstruct internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
folding internal/lsp: foldable multiline strings 2022-01-04 20:54:25 +00:00
foo internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
format
func_rank internal/lsp/source: descend into fields and field lists in qualifyExpr 2022-03-25 15:26:50 +00:00
funcsig
funcvalue
fuzzymatch
generate
generated
godef internal/lsp/source: add functions to type hover output 2022-09-01 17:52:14 +00:00
good internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
highlights
implementation internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
importedcomplit internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
imports
index internal/lsp/completion: fix untyped int type inference 2021-02-05 20:20:24 +00:00
inlay_hint internal/lsp: suppress parameter hint when argument matches parameter 2022-07-26 18:43:08 +00:00
interfacerank
keywords
labels
links internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
maps lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
missingfunction internal/lsp: run internal/lsp/reset_golden.sh 2022-08-31 13:23:13 +00:00
multireturn lsp/completion: fix variadic param candidate ordering edge case 2021-06-01 17:02:03 +00:00
nested_complit x/tools/internal/lsp/source: disable some tests for std lib changes 2022-09-01 22:03:33 +00:00
nodisk internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
noparse
noparse_format
printf
rank lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
references internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
rename internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
rundespiteerrors internal/lsp/cache: honor RunDespiteErrors=false 2022-09-01 15:27:30 +00:00
selector internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
semantic internal/lsp: treat struct tags as string type 2022-07-26 20:35:51 +00:00
signature internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
snippets internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
statements internal/lsp: add snippet completion for t.Fatal errs 2021-03-15 21:39:02 +00:00
stub internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
suggestedfix internal/lsp: enable fillstruct for generics 2022-07-25 16:40:20 +00:00
symbols
testy internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
typdef internal/lsp/source: support typeDefinition for function/method's return values 2021-05-06 03:15:21 +00:00
typeassert lsp/completion: reorganize how we track candidate type mods 2021-06-09 15:58:13 +00:00
typeerrors internal/lsp: enable fillstruct for generics 2022-07-25 16:40:20 +00:00
typemods lsp/completion: support completing to Elem() types 2021-06-09 15:58:30 +00:00
typeparams lsp/completion: fix func literals with type params 2022-04-26 14:19:52 +00:00
types
undeclared internal/lsp: enable fillstruct for generics 2022-07-25 16:40:20 +00:00
unimported internal/lsp/tests: use a shorter module path for test data 2022-08-31 21:10:26 +00:00
unresolved
unsafe internal/lsp: update unsafe completion test for upcoming spec changes 2021-04-22 02:57:26 +00:00
variadic
workspacesymbol internal/lsp: precompute workspace symbols 2021-08-09 20:20:17 +00:00
summary.txt.golden x/tools/internal/lsp/source: disable some tests for std lib changes 2022-09-01 22:03:33 +00:00
summary_go1.18.txt.golden x/tools/internal/lsp/source: disable some tests for std lib changes 2022-09-01 22:03:33 +00:00