dart-sdk/pkg/analysis_server/test
Danny Tuppeny aee6d0af18 [analysis_server] Restore use of pathContext.fromUri() for parsing file URIs in the LSP server
This reverts be4189f047 plus adds an additional test to verify pkg:path to behaviour (to catch future regressions or if pkg:path has to be reverted, this will need reverting too).

This relies on the fix made at https://github.com/dart-lang/path/issues/148 which rolled into the SDK in f1de897762.

Change-Id: I1dea45e2017f7505bc4aca97f6c07c1a6e445a5e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319523
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2023-08-09 19:39:22 +00:00
..
analysis Extension types. Semantic highlighting. 2023-08-04 19:13:43 +00:00
channel Implement the legacy protocol for showing messages and URIs to users 2023-03-24 18:10:17 +00:00
client Convert the completion documentation tests 2023-06-13 00:32:57 +00:00
edit Issue 52177. Fix rename refactoring for type parameter of a class. 2023-04-27 04:51:26 +00:00
integration [analyzer] Remove failing test for removed diagnostic 2023-08-09 17:21:46 +00:00
lsp [analysis_server] Restore use of pathContext.fromUri() for parsing file URIs in the LSP server 2023-08-09 19:39:22 +00:00
lsp_over_legacy [analysis_server] Expose additional LSP handlers over legacy protocol 2023-08-08 15:21:53 +00:00
mock_packages [analysis_server] add a fix for use_decorated_box 2023-02-09 22:12:11 +00:00
plugin Separate testFile and testFilePath in server tests. 2023-06-07 23:56:09 +00:00
search Move FuzzyMatcher to analyzer. 2023-05-22 23:10:07 +00:00
services Convert a few more methods in KeywordContributor 2023-08-07 16:09:40 +00:00
src add fix for removing the leading underscore in constructor parameter lists 2023-08-09 15:08:47 +00:00
stress Use utf8.encode() instead of longer const Utf8Encoder.convert() 2023-07-24 09:28:38 +00:00
timing [analysis_server] Avoid Future-of-implicit-dynamic in tests 2023-03-07 21:12:58 +00:00
tool [analysis_server] Update LSP generated classes to latest published version of the spec 2023-04-24 15:09:20 +00:00
utilities Remove signs '=' from autosnapshotting arg. 2023-05-30 16:33:43 +00:00
utils [analysis_server] Convert more LSP handlers to work over the legacy protocol 2023-08-07 15:27:46 +00:00
abstract_context.dart Remove shipped features, and deprecated experiments from tests. 2023-06-24 16:23:28 +00:00
abstract_single_unit.dart Add support for sort imports to BulkFixProcessor, add prefer_generic_function_type_aliases to list of lints for lightweight mode. 2023-08-08 21:10:54 +00:00
analysis_abstract.dart Remove AbstractAnalysisTest. 2022-04-24 04:25:50 +00:00
analysis_server_base.dart Swapping NoopAnalytics for noop from package:unified_analytics 2023-07-14 19:15:20 +00:00
analysis_server_test.dart Swapping NoopAnalytics for noop from package:unified_analytics 2023-07-14 19:15:20 +00:00
benchmarks_test.dart [analysis_server] Allow skipping slow benchmarks with env variable 2023-06-05 16:01:35 +00:00
completion_test.dart Remove debug output from analysis_server/ tests. 2023-04-26 19:58:48 +00:00
completion_test_support.dart [analysis_server] Add type arguments to remaining raw types 2023-03-16 20:37:57 +00:00
constants.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
domain_analysis_test.dart Reland "[analysis_server] Analyze fix data in fix_data folder" 2023-04-25 00:08:54 +00:00
domain_completion_test.dart + completion suggestions for pubspec "screenshots" 2023-05-05 16:54:24 +00:00
domain_completion_util.dart Rename newFile2() to newFile(). 2022-04-19 02:59:57 +00:00
domain_diagnostic_test.dart Stop using main in test code in more places, part 3 2022-05-06 22:34:50 +00:00
domain_execution_test.dart [analysis_server] remove unneeded new 2023-01-05 03:05:58 +00:00
domain_server_test.dart Use OpenUriNotificationSender to replace separate flag and sending method. 2023-04-26 18:17:37 +00:00
mocks.dart Make utf8.encode() have Uint8List return type 2023-07-11 08:54:33 +00:00
mocks_lsp.dart [analysis_server] Avoid Future-of-implicit-dynamic in tests 2023-03-07 21:12:58 +00:00
protocol_server_test.dart Basic building of ExtensionTypeElement(s). 2023-07-26 15:10:09 +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 Swapping NoopAnalytics for noop from package:unified_analytics 2023-07-14 19:15:20 +00:00
test_all.dart Verify that 'utf8.encode()' is not used in the analyzer. 2023-07-17 17:28:31 +00:00
verify_error_fix_status_test.dart If verify_error_fix_status_test fails, output the status file path. 2023-03-31 14:40:47 +00:00
verify_no_solo_test.dart Restore sync file methods in AnalysisSession. 2022-03-21 23:27:57 +00:00
verify_no_utf8_encode_test.dart Verify that 'utf8.encode()' is not used in the analyzer. 2023-07-17 17:28:31 +00:00
verify_sorted_test.dart [flip-modifiers]: Reapply "Enforce current library restrictions." 2023-03-03 09:37:38 +00:00
verify_tests_test.dart [analysis_server]/[analyzer] Change package_path alias -> path 2023-07-17 16:48:36 +00:00