flutter/packages/flutter_tools/test/general.shard
Danny Tuppeny 46007d61d2
[flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267)
The editor is set to hot-reload-on-save by default so saving while the debug session is starting currently prints an error:

Failed to Hot Reload: app 'null' not found

![image](https://github.com/flutter/flutter/assets/1078012/a125b455-a46d-4993-98d8-5d8ae7237a00)

This change skips the call to `app.restart` if the app hasn't started yet to avoid printing an error.
2023-06-09 09:41:07 +00:00
..
android Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
base Revert "Replace rsync when unzipping artifacts on a Mac (#126703)" (#127430) 2023-05-24 19:21:05 +00:00
build_system Use --target-os for appropriate precompiled targets. (#127567) 2023-06-08 13:17:18 +02:00
commands Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280) 2023-03-22 22:53:49 +00:00
custom_devices Update device filtering and introduce isConnected and connectionInterface (#121359) 2023-03-03 18:06:16 +00:00
dap [flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet (#128267) 2023-06-09 09:41:07 +00:00
dart Notify about existing caches when preloading (#122592) 2023-03-30 16:20:33 +02:00
drive [web] stop using deprecated jsonwire web-driver protocol (#122560) 2023-03-14 18:25:23 +00:00
fuchsia Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
intellij [tools]Build IPA validation UI Polish (#116744) 2022-12-15 14:43:32 -08:00
ios Workaround for Dart VM timeout (#127875) 2023-06-02 17:17:57 +00:00
linux flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
macos Adding vmservice to get iOS app settings (#123156) 2023-05-04 22:14:11 +00:00
migrations Sync analysis_options.yaml & cleanups (#117327) 2022-12-20 14:15:39 -08:00
proxied_devices Debounce the proxied connection over proxied devices. (#124540) 2023-04-10 23:20:01 +00:00
reporting Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280) 2023-03-22 22:53:49 +00:00
runner Show warning when attempting to flutter run on an ios device with developer mode turned off (#125710) 2023-05-22 22:06:15 +00:00
test Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280) 2023-03-22 22:53:49 +00:00
tester Update device filtering and introduce isConnected and connectionInterface (#121359) 2023-03-03 18:06:16 +00:00
vscode [tool] In flutter doctor -v, warn when Android Studio version could not be detected. (#126395) 2023-06-01 14:51:30 +00:00
web tool/web: correctly log all options to web wasm compile (#126379) 2023-05-10 19:26:08 +00:00
windows [Windows] Address feedback for show window comment (#127998) 2023-05-31 23:42:54 +00:00
analytics_test.dart Reland "[tool] Move Java functions to their own file" (#126577) 2023-05-20 06:29:21 +00:00
android_plugin_test.dart Add dartPluginClass support for Android and iOS (#87991) 2021-10-01 16:03:04 -07:00
application_package_test.dart Fix path name to discover debug apk on add2app builds (#117999) 2023-01-24 13:19:09 -08:00
args_test.dart [flutter_tools] Precache after channel switch (#118129) 2023-06-09 01:46:24 +00:00
artifact_updater_test.dart [flutter_tools] delete entitlements files after copying to macos build dir (#126875) 2023-05-22 20:00:39 +00:00
artifacts_test.dart Fix wasm-opt location when using local_web_sdk (#127355) 2023-05-22 23:08:11 +00:00
asset_bundle_package_fonts_test.dart rename AssetManifest.bin (#126077) 2023-05-15 15:45:09 +00:00
asset_bundle_package_test.dart Do not try to load main/default asset image if only higher-res variants exist (#128143) 2023-06-07 03:19:15 +00:00
asset_bundle_test.dart rename AssetManifest.bin (#126077) 2023-05-15 15:45:09 +00:00
asset_bundle_variant_test.dart Do not try to load main/default asset image if only higher-res variants exist (#128143) 2023-06-07 03:19:15 +00:00
asset_test.dart [flutter_tools] re-enable web shader compilation (#118461) 2023-01-13 19:43:27 +00:00
base_utils_test.dart Migrate features_tests and other tool tests to null safety (#80168) 2021-04-12 12:35:02 -07:00
build_info_test.dart tool: replace top-level functions with enum properties (#126167) 2023-05-05 19:10:07 +00:00
bundle_builder_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
cache_test.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
channel_test.dart [flutter_tools] Precache after channel switch (#118129) 2023-06-09 01:46:24 +00:00
cmake_test.dart [Windows] Flow version information to the build output (#106145) 2022-06-27 10:45:56 -07:00
cold_test.dart [flutter_tool] Adds a flag to disable Impeller (#122960) 2023-03-20 22:23:23 -07:00
common_test.dart
compile_batch_test.dart fixes to anticipate next Dart linter release (#127211) 2023-05-19 21:27:24 +00:00
compile_expression_test.dart Roll engine, patch expression evaluation (#128255) 2023-06-07 19:48:42 +00:00
compile_incremental_test.dart Platform binaries reland (#115502) 2022-12-02 14:13:40 -08:00
compile_test.dart Cleanup obsolete --compact-async compiler option (#118894) 2023-01-20 09:48:26 -08:00
config_test.dart [flutter_tools] fix Cannot delete file ENOENT from fuchsia_asset_builder (#119867) 2023-02-03 19:24:41 +00:00
convert_test.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
coverage_collector_test.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
crash_reporting_test.dart Remove tool crash git.io link shortener (#99574) 2022-03-08 17:00:06 -08:00
create_config_test.dart [flutter_tools] tool exit from flutter create when provided just a drive letter (#106451) 2022-06-24 13:24:03 -07:00
daemon_test.dart [flutter_tools] flutter daemon handles a closed stdout IOSink (#105075) 2022-06-01 10:08:13 -07:00
dart_plugin_test.dart Don't rethrow Dart plugin registration exceptions (#122111) 2023-03-28 15:08:57 +00:00
desktop_device_test.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
devfs_test.dart Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
device_port_forwarder_test.dart Remove outdated ignores (#108924) 2022-08-03 23:37:05 +00:00
device_test.dart Update device selection to wait for wireless devices to load (#122932) 2023-03-29 17:58:07 +00:00
devtools_launcher_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
emulator_test.dart Reland "[tool] Move Java functions to their own file" (#126577) 2023-05-20 06:29:21 +00:00
fake_process_manager_test.dart [tool] Add tests for FakeProcessManager (#104456) 2022-05-23 22:57:34 -07:00
features_test.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
flutter_manifest_test.dart Fixes documentation inconsistencies around 'material' and 'material design' (#102632) 2022-04-27 09:29:06 -07:00
flutter_platform_test.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
flutter_project_metadata_test.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
flutter_tester_device_test.dart Fix race condition in flutter test when passing --serve-observatory (#123556) 2023-04-20 13:46:33 -04:00
flutter_validator_test.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
generate_localizations_test.dart Fix gen-l10n format: true so that it applies to when it gets called via build target (#127886) 2023-05-31 15:25:54 -07:00
github_template_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
hot_test.dart [flutter_tool] Adds a flag to disable Impeller (#122960) 2023-03-20 22:23:23 -07:00
html_utils_test.dart flutter-tool, web: update HTML template serviceWorkerVersion to be const (#124826) 2023-04-14 02:01:21 +00:00
integration_test_device_test.dart Adds vmservices for getting iOS build options (#121736) 2023-03-06 22:37:55 +00:00
license_collector_test.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
mdns_discovery_test.dart Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
message_parser_test.dart Fix lexer issue where select/plural/other/underscores cannot be in identifier names. (#119190) 2023-01-25 15:31:38 -08:00
persistent_tool_state_test.dart [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
plugin_parsing_test.dart Allow iOS and macOS plugins to share darwin directory (#115337) 2023-01-09 10:33:03 -08:00
plugins_test.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
preview_device_test.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
project_file_invalidator_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
project_test.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
project_validator_result_test.dart [flutter_tool] New command project (#102118) 2022-04-29 23:09:06 -07:00
protocol_discovery_test.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
pub_dependencies_project_validator_test.dart Add info project validator status (#109169) 2022-08-09 17:59:06 +00:00
resident_devtools_handler_test.dart Revert "Fix issue where DevTools would not be immediately available when using --start-paused" (#128117) 2023-06-02 07:31:07 -07:00
resident_runner_test.dart Revert "Log all lines from ios-deploy (#127502)" (#127684) 2023-05-26 20:11:54 +00:00
resident_web_runner_cold_test.dart Audit covariant usage in tool (#116930) 2022-12-15 11:59:34 -08:00
resident_web_runner_test.dart Adds vmservices to retrieve android applink settings (#125998) 2023-06-07 22:43:11 +00:00
template_test.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
terminal_handler_test.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
testbed_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
time_test.dart
tracing_test.dart flutter update-packages --force-upgrade + analyzer fix (#108198) 2022-07-25 10:10:31 -07:00
update_packages_test.dart [flutter_tools] unpin and roll camera_android (#126945) 2023-05-17 18:07:20 +00:00
utils_test.dart fix(flutter_tools): findBundleFile w/multiple flavor dimensions (#127133) 2023-05-19 15:00:53 +00:00
version_test.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
vmservice_test.dart Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +00:00
windows_version_validator_test.dart Refactoring to use ver command instead of systeminfo (#119304) 2023-01-30 19:29:13 +00:00
xcode_backend_test.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00