flutter/packages/flutter_tools/test/general.shard
Lau Ching Jun 95217eb72a
Add new hook for setupHotReload and after updating devFS is complete (#87532)
* Add new hook for setupHotReload and after updating devFS is complete

* Handle the case where updateDevFS failed
2021-08-03 21:09:56 -07:00
..
android Handle reserved Kotlin keywords (#86518) 2021-08-02 14:35:05 -07:00
base [flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
build_system Randomize tests, exclude tests that fail with randomization. (#86793) 2021-07-26 23:40:49 -07:00
commands Reland [flutter_tools] show only supported sub commands (#86153) 2021-07-22 13:41:03 -07:00
custom_devices [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -07:00
dart Randomize tests, exclude tests that fail with randomization. (#86793) 2021-07-26 23:40:49 -07:00
drive [web] use resident resident runner in flutter drive (#86381) 2021-07-14 08:46:38 -07:00
fuchsia [flutter_tools] Add support for launching fuchsia app using session_control (#85752) 2021-07-12 13:26:05 -07:00
intellij enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
ios Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (#87362) 2021-07-30 14:44:04 -07:00
linux [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
macos Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
migrations Revert "[flutter_tools] let the logger know about machine mode (#86116)" (#86363) 2021-07-13 10:39:35 -07:00
reporting Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -07:00
runner Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177) 2021-07-19 08:06:03 -07:00
test code formatting (#85783) 2021-07-07 23:06:05 -07:00
tester [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
vscode [reland] Adding vscode path installed via snap (#81989) 2021-05-11 17:04:03 -07:00
web Flutter_tools for web: report error messages with stacks on exit (#87386) 2021-08-03 10:51:35 -07:00
windows [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
analytics_test.dart Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -07:00
android_plugin_test.dart Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
application_package_test.dart Migrate application_package to null safety (#83956) 2021-06-10 16:24:03 -07:00
args_test.dart Remove incorrect text about web renderer default (#85214) 2021-06-28 12:56:06 -07:00
artifact_updater_test.dart Revert "[flutter_tools] let the logger know about machine mode (#86116)" (#86363) 2021-07-13 10:39:35 -07:00
artifacts_test.dart Check ios-arm64_x86_64-simulator directory when validating codesigning entitlement (#85265) 2021-06-28 17:01:06 -07:00
asset_bundle_package_fonts_test.dart Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
asset_bundle_package_test.dart Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
asset_bundle_test.dart Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
asset_bundle_variant_test.dart Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
asset_test.dart [asset] Include assets in input files (#83416) 2021-06-01 11:24:04 -07: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 [flutter_tools] allow passing properties directly to gradle (#82941) 2021-05-20 16:19:03 -07:00
bundle_builder_test.dart [flutter_tools] ensure kernel paths match between init from dill and persist (#85252) 2021-06-25 11:11:04 -07:00
cache_test.dart Make the startup lock message print to stderr. (#86520) 2021-07-28 15:12:03 -07:00
channel_test.dart Randomize tests, exclude tests that fail with randomization. (#86793) 2021-07-26 23:40:49 -07:00
cold_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
common_test.dart Migrate more tool unit tests to null safety (#80002) 2021-04-08 15:18:52 -07:00
compile_batch_test.dart Migrate compile to null safety (#83153) 2021-05-24 11:24:02 -07:00
compile_expression_test.dart Migrate compile to null safety (#83153) 2021-05-24 11:24:02 -07:00
compile_incremental_test.dart Migrate compile to null safety (#83153) 2021-05-24 11:24:02 -07:00
compile_test.dart Migrate compile to null safety (#83153) 2021-05-24 11:24:02 -07:00
config_test.dart Add posix permission chown suggestion to io error handling (#81942) 2021-05-11 14:54:02 -07:00
coverage_collector_test.dart [flutter_tools] use package:vm_service types for coverage collection requests (#80526) 2021-04-19 14:59:04 -07:00
crash_reporting_test.dart Remove crash_reporting and github_template from reporting library (#80139) 2021-04-09 15:24:15 -07:00
create_config_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
dart_plugin_test.dart Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
desktop_device_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
devfs_test.dart Revert "Make sure that the asset directory on devfs always exist. (#85267)" (#85353) 2021-06-25 16:46:02 -07:00
device_port_forwarder_test.dart Replace testUsingContext with testWithoutContext in a few places (#82498) 2021-05-13 23:09:03 -07:00
device_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
devtools_launcher_test.dart Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
doctor.dart [flutter_tools] switch FakeCache to cache.test and NoopUsage to TestUsage (#76802) 2021-02-26 11:13:32 -08:00
emulator_test.dart Add cold boot option to emulator launch command (#82647) 2021-05-19 10:54:04 -07:00
features_test.dart [flutter_tools] adjust some feature settings (#82851) 2021-05-18 20:49:03 -07:00
flutter_manifest_test.dart allow flutterManifest to handle empty lists, add unit tests (#81324) 2021-04-27 16:04:03 -07:00
flutter_platform_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
flutter_project_metadata_test.dart fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
flutter_tester_device_test.dart Fix typos (#82589) 2021-05-20 17:19:09 -07:00
flutter_validator_test.dart fix indentation of class members (#84293) 2021-06-10 11:29:03 -07:00
generate_localizations_test.dart [gen_l10n] correct variable name when the placeholder requiresFormatting (#86842) 2021-07-22 13:55:18 -07:00
github_template_test.dart Remove crash_reporting and github_template from reporting library (#80139) 2021-04-09 15:24:15 -07:00
hot_test.dart Add new hook for setupHotReload and after updating devFS is complete (#87532) 2021-08-03 21:09:56 -07:00
integration_test_device_test.dart Remove "unnecessary" imports. (#80999) 2021-05-06 16:14:06 -07:00
license_collector_test.dart Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
mdns_discovery_test.dart use throwsXxx instead of throwsA(isA<Xxx>()) (#82328) 2021-05-12 09:59:02 -07:00
persistent_tool_state_test.dart Migrate persistent_tool_state to null safety (#80085) 2021-04-08 19:14:03 -07:00
plugin_parsing_test.dart Allow platform variants for Windows plugins (#82816) 2021-05-26 16:20:21 -07:00
plugins_test.dart Show warning when an app or plugin uses the V1 Android embedding (#86750) 2021-07-21 12:51:43 -07:00
preview_device_test.dart Remove "unnecessary" imports. (#85736) 2021-07-28 16:19:04 -07:00
project_file_invalidator_test.dart Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
project_test.dart Add space before curly parentheses. (#85306) 2021-07-01 13:51:05 -07:00
protocol_discovery_test.dart [flutter_tools] check for empty host in protocol_discovery (#83847) 2021-06-03 08:29:05 -07:00
resident_devtools_handler_test.dart Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
resident_runner_test.dart [flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
resident_web_runner_cold_test.dart use throwsXxx instead of throwsA(isA<Xxx>()) (#82328) 2021-05-12 09:59:02 -07:00
resident_web_runner_test.dart Flutter_tools for web: report error messages with stacks on exit (#87386) 2021-08-03 10:51:35 -07:00
template_test.dart Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
terminal_handler_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
testbed_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
time_test.dart Migrate more tool unit tests to null safety (#80002) 2021-04-08 15:18:52 -07:00
tracing_test.dart Migrate test/src/common to null safety (#79907) 2021-04-06 22:55:03 -07:00
update_packages_test.dart remove deprecated author section (#85036) 2021-06-22 09:41:04 -07:00
utils_test.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
version_test.dart [flutter_tools] fully remove mocks from version_test.dart (#84311) 2021-06-10 11:09:03 -07:00
vmservice_test.dart code formatting (#85783) 2021-07-07 23:06:05 -07:00
xcode_backend_test.dart [flutter_tools] Port xcode backend to dart (#86753) 2021-07-27 14:39:05 -07:00