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

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

Issue 2964343002: Fix failing test (TBR) (Closed)
Patch Set: Created 3 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.getReachableSources (failing - see #29311) 7 - [ ] 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.reanalyze 11 - [x] analysis.reanalyze
11 - [x] analysis.setAnalysisRoots 12 - [x] analysis.setAnalysisRoots
12 - [x] analysis.setGeneralSubscriptions 13 - [x] analysis.setGeneralSubscriptions
13 - [x] analysis.setPriorityFiles 14 - [x] analysis.setPriorityFiles
14 - [x] analysis.setSubscriptions 15 - [x] analysis.setSubscriptions
15 - [x] analysis.updateContent 16 - [x] analysis.updateContent
16 - [x] analysis.updateOptions (failing - see #28800) (deprecated) 17 - [x] analysis.updateOptions (failing - see #28800) (deprecated)
17 18
18 ## completion domain 19 ## completion domain
19 - [x] completion.getSuggestions 20 - [x] completion.getSuggestions
20 21
21 ## diagnostic domain 22 ## diagnostic domain
22 - [x] diagnostic.getDiagnostics 23 - [x] diagnostic.getDiagnostics
23 - [x] diagnostic.getServerPort 24 - [x] diagnostic.getServerPort
24 25
25 ## edit domain 26 ## edit domain
26 - [x] edit.format 27 - [x] edit.format
27 - [x] edit.getAssists 28 - [x] edit.getAssists
28 - [x] edit.getAvailableRefactorings 29 - [x] edit.getAvailableRefactorings
29 - [x] edit.getFixes 30 - [x] edit.getFixes
30 - [x] edit.getPostfixCompletion 31 - [x] edit.getPostfixCompletion
31 - [x] edit.getRefactoring 32 - [x] edit.getRefactoring
32 - [x] edit.getStatementCompletion 33 - [x] edit.getStatementCompletion
34 - [ ] edit.importElements
33 - [x] edit.isPostfixCompletionApplicable 35 - [x] edit.isPostfixCompletionApplicable
34 - [x] edit.listPostfixCompletionTemplates 36 - [x] edit.listPostfixCompletionTemplates
35 - [x] edit.sortMembers 37 - [x] edit.sortMembers
36 - [x] edit.organizeDirectives 38 - [x] edit.organizeDirectives
37 39
38 ## execution domain 40 ## execution domain
39 - [x] execution.createContext 41 - [x] execution.createContext
40 - [x] execution.deleteContext 42 - [x] execution.deleteContext
41 - [x] execution.mapUri 43 - [x] execution.mapUri
42 - [x] execution.setSubscriptions 44 - [x] execution.setSubscriptions
43 45
44 ## search domain 46 ## search domain
45 - [x] search.findElementReferences 47 - [x] search.findElementReferences
46 - [x] search.findMemberDeclarations 48 - [x] search.findMemberDeclarations
47 - [x] search.findMemberReferences 49 - [x] search.findMemberReferences
48 - [x] search.findTopLevelDeclarations 50 - [x] search.findTopLevelDeclarations
49 - [x] search.getTypeHierarchy 51 - [x] search.getTypeHierarchy
50 52
51 ## server domain 53 ## server domain
52 - [x] server.getVersion 54 - [x] server.getVersion
53 - [x] server.shutdown 55 - [x] server.shutdown
54 - [x] server.setSubscriptions 56 - [x] server.setSubscriptions
55 57
56 ## analytics domain 58 ## analytics domain
57 - [x] analytics.isEnabled 59 - [x] analytics.isEnabled
58 - [x] analytics.enable 60 - [x] analytics.enable
59 - [x] analytics.sendEvent 61 - [x] analytics.sendEvent
60 - [x] analytics.sendTiming 62 - [x] analytics.sendTiming
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698