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

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

Issue 2820893002: Make the analysis server integration tests driver only. (Closed)
Patch Set: uncomment test code Created 3 years, 8 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. 2 server calls. This file is validated by `coverage_test.dart`.
3
4 This file is validated by `coverage_test.dart`.
5 3
6 ## analysis domain 4 ## analysis domain
7 - [x] analysis.getErrors 5 - [x] analysis.getErrors
8 - [x] analysis.getHover 6 - [x] analysis.getHover
9 - [x] analysis.getReachableSources (failing - see #329311) 7 - [x] analysis.getReachableSources (failing - see #329311)
10 - [x] analysis.getLibraryDependencies (failing - see #29310) 8 - [x] analysis.getLibraryDependencies (failing - see #29310)
11 - [x] analysis.getNavigation (failing - see #28799) 9 - [x] analysis.getNavigation (failing - see #28799)
12 - [x] analysis.reanalyze 10 - [x] analysis.reanalyze
13 - [x] analysis.setAnalysisRoots 11 - [x] analysis.setAnalysisRoots
14 - [x] analysis.setGeneralSubscriptions 12 - [x] analysis.setGeneralSubscriptions
(...skipping 29 matching lines...) Expand all
44 - [x] search.findElementReferences 42 - [x] search.findElementReferences
45 - [x] search.findMemberDeclarations 43 - [x] search.findMemberDeclarations
46 - [x] search.findMemberReferences 44 - [x] search.findMemberReferences
47 - [x] search.findTopLevelDeclarations 45 - [x] search.findTopLevelDeclarations
48 - [x] search.getTypeHierarchy 46 - [x] search.getTypeHierarchy
49 47
50 ## server domain 48 ## server domain
51 - [x] server.getVersion 49 - [x] server.getVersion
52 - [x] server.shutdown 50 - [x] server.shutdown
53 - [x] server.setSubscriptions 51 - [x] server.setSubscriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698