Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: pkg/analysis_server/test/integration/coverage.md

Issue 2703723002: Add an integration test for execution.setSubscriptions. (Closed)
Patch Set: revert expectAsync => expectAsync0 change Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d59e2517178daf8991ab66bc112a76beff69bd62..244bb116c225de8f90fb7cbdef40e972d6eedeee 100644
--- a/pkg/analysis_server/test/integration/coverage.md
+++ b/pkg/analysis_server/test/integration/coverage.md
@@ -15,14 +15,14 @@ TODO(devoncarew): We should track analysis server notifications here as well.
- [x] analysis.getHover
- [ ] analysis.getReachableSources
- [ ] analysis.getLibraryDependencies
-- [x] analysis.getNavigation
+- [x] analysis.getNavigation (failing - see #28799)
- [x] analysis.reanalyze
- [x] analysis.setAnalysisRoots
- [ ] analysis.setGeneralSubscriptions
- [ ] analysis.setPriorityFiles
- [x] analysis.setSubscriptions
- [x] analysis.updateContent
-- [x] analysis.updateOptions
+- [x] analysis.updateOptions (failing - see #28800)
## completion domain
- [x] completion.getSuggestions
@@ -47,7 +47,7 @@ TODO(devoncarew): We should track analysis server notifications here as well.
- [x] execution.createContext
- [x] execution.deleteContext
- [x] execution.mapUri
-- [ ] execution.setSubscriptions
+- [x] execution.setSubscriptions (failing - see #28806)
## diagnostic domain
- [x] diagnostic.getDiagnostics
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/coverage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698