dart-sdk/pkg/analysis_server/test
Brian Wilkerson 8f8e6a7ed1 Add tests from a reverted CL for future reference
This is the test from the attempt to allow overlapping edits to be
merged. That work broke some other tests, but I want to record both the
current and ideal behaviors in case I can't get back to fixing it.

Change-Id: Ib41afc37463957ebd710e65847512f91fe47a0f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221180
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2021-11-24 16:15:02 +00:00
..
analysis DAS: Remove unused createAnalysisOptionsFile 2021-10-13 01:52:25 +00:00
channel Replace ServerCommunicationChannel.listen() with Stream of requests. 2021-11-05 03:05:56 +00:00
client Deprecate MockSdk, switch to createMockSdk(). 2021-10-19 18:52:15 +00:00
edit Deprecations and renames for getXyz() in AnalysisDriver. 2021-10-23 17:15:33 +00:00
integration Add optional 'timeout' field to 'completion.getSuggestions2'. 2021-11-15 16:48:42 +00:00
lsp [analysis_server] Use relative imports for completion imports when prefer_relative_imports lint is enabled 2021-11-16 20:05:51 +00:00
mock_packages [analysis_server] Add ColorComputer for locating color references in user code 2021-11-11 21:50:41 +00:00
plugin Change ConstructorElement.displayString to 'Class' or 'Class.constructor' 2021-10-16 22:28:40 +00:00
search Update parser to allow unnamed constructor reference in comment reference 2021-10-13 14:09:26 +00:00
services [analysis_server] Improve handling of library-target annotations when organizing imports 2021-11-09 17:16:52 +00:00
src Add tests from a reverted CL for future reference 2021-11-24 16:15:02 +00:00
stress Create DartCompletionRequest with values, currently using forResolvedUnit() constructor. 2021-11-09 16:17:55 +00:00
timing Migrate some tests and test utilities in server 2021-04-03 19:23:44 +00:00
tool [analysis_server] Swap from dynamic to Object? in LSP generated code 2021-07-07 17:14:34 +00:00
utils Use check() and extensions for SourceChange/SourceFileEdit. 2021-11-08 23:07:43 +00:00
abstract_context.dart Deprecate MockSdk, switch to createMockSdk(). 2021-10-19 18:52:15 +00:00
abstract_single_unit.dart Make ResolvedUnitResult.content/unit non-nullable. 2021-07-14 02:33:10 +00:00
analysis_abstract.dart Deprecate MockSdk, switch to createMockSdk(). 2021-10-19 18:52:15 +00:00
analysis_server_test.dart Deprecate MockSdk, switch to createMockSdk(). 2021-10-19 18:52:15 +00:00
benchmarks_test.dart Update the names of benchmarks to skip. 2021-10-11 21:11:13 +00:00
completion_test.dart Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
completion_test_support.dart Format analysis_server/ and analyzer_plugin/. 2021-09-01 21:08:56 +00:00
constants.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
domain_analysis_test.dart Deprecate MockSdk, switch to createMockSdk(). 2021-10-19 18:52:15 +00:00
domain_completion_test.dart Use synchronous getLibraryByFile() for not yet imported. 2021-11-10 01:25:13 +00:00
domain_completion_util.dart Migrate remaining unblocked tests 2021-04-19 15:57:38 +00:00
domain_diagnostic_test.dart Fix errors in mock SDK. 2021-10-29 20:17:50 +00:00
domain_execution_test.dart Migrate several test classes 2021-04-19 00:38:19 +00:00
domain_server_test.dart Migrate several test classes 2021-04-19 00:38:19 +00:00
mocks.dart [analysis_server] Terminate in-process pub commands at shutdown 2021-08-31 17:35:01 +00:00
mocks_lsp.dart [analysis_server] Swap from dynamic to Object? in LSP generated code 2021-07-07 17:14:34 +00:00
protocol_server_test.dart Check the number of arguments when instantiating AnalysisErrors. 2021-10-23 14:13:33 +00:00
protocol_test.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
socket_server_test.dart Revert "Remove ServerService.LOG" 2021-11-05 02:18:28 +00:00
test_all.dart [analysis_server] Add a test to ensure no @soloTest annotations 2021-07-14 19:42:30 +00:00
verify_no_solo_test.dart [analysis_server] Add a test to ensure no @soloTest annotations 2021-07-14 19:42:30 +00:00
verify_sorted_test.dart Clean up documentation/comments handling for shared errors. 2021-10-04 13:03:26 +00:00
verify_tests_test.dart Migrate some additional libraries and their tests 2021-04-02 20:02:22 +00:00