| Index: pkg/analysis_server/test/integration/coverage.md
|
| diff --git a/pkg/analysis_server/test/integration/coverage.md b/pkg/analysis_server/test/integration/coverage.md
|
| index d81b3c46cb5e89a0276fd68f56742f4308004019..d475ae35136ba39df3818b152cbc19d5e2e84f3f 100644
|
| --- a/pkg/analysis_server/test/integration/coverage.md
|
| +++ b/pkg/analysis_server/test/integration/coverage.md
|
| @@ -4,9 +4,10 @@ server calls. This file is validated by `coverage_test.dart`.
|
| ## analysis domain
|
| - [x] analysis.getErrors
|
| - [x] analysis.getHover
|
| -- [x] analysis.getReachableSources (failing - see #29311)
|
| +- [ ] analysis.getImportedElements
|
| - [x] analysis.getLibraryDependencies (failing - see #29310)
|
| - [x] analysis.getNavigation (failing - see #28799)
|
| +- [x] analysis.getReachableSources (failing - see #29311)
|
| - [x] analysis.reanalyze
|
| - [x] analysis.setAnalysisRoots
|
| - [x] analysis.setGeneralSubscriptions
|
| @@ -30,6 +31,7 @@ server calls. This file is validated by `coverage_test.dart`.
|
| - [x] edit.getPostfixCompletion
|
| - [x] edit.getRefactoring
|
| - [x] edit.getStatementCompletion
|
| +- [ ] edit.importElements
|
| - [x] edit.isPostfixCompletionApplicable
|
| - [x] edit.listPostfixCompletionTemplates
|
| - [x] edit.sortMembers
|
|
|