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

Side by Side Diff: pkg/analysis_server/test/integration/coverage.md

Issue 3006693002: Add an integration test for kythe support with bug fixes (Closed)
Patch Set: Created 3 years, 3 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 unified diff | Download patch
OLDNEW
1 Checklist to ensure that we have integration test coverage of all analysis 1 Checklist to ensure that we have integration test coverage of all analysis
2 server calls. This file is validated by `coverage_test.dart`. 2 server calls. This file is validated by `coverage_test.dart`.
3 3
4 ## analysis domain 4 ## analysis domain
5 - [x] analysis.getErrors 5 - [x] analysis.getErrors
6 - [x] analysis.getHover 6 - [x] analysis.getHover
7 - [x] analysis.getImportedElements 7 - [x] analysis.getImportedElements
8 - [x] analysis.getLibraryDependencies (failing - see #29310) 8 - [x] analysis.getLibraryDependencies (failing - see #29310)
9 - [x] analysis.getNavigation (failing - see #28799) 9 - [x] analysis.getNavigation (failing - see #28799)
10 - [x] analysis.getReachableSources (failing - see #29311) 10 - [x] analysis.getReachableSources (failing - see #29311)
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 - [ ] server.error 73 - [ ] server.error
74 - [x] server.status 74 - [x] server.status
75 75
76 ## analytics domain 76 ## analytics domain
77 - [x] analytics.isEnabled 77 - [x] analytics.isEnabled
78 - [x] analytics.enable 78 - [x] analytics.enable
79 - [x] analytics.sendEvent 79 - [x] analytics.sendEvent
80 - [x] analytics.sendTiming 80 - [x] analytics.sendTiming
81 81
82 ## kythe domain 82 ## kythe domain
83 - [] kythe.getKytheEntries 83 - [x] kythe.getKytheEntries
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698