flutter/packages/flutter_tools/test/general.shard
2020-02-26 23:42:19 -08:00
..
android Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
base Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
build_system [flutter_tools] include LICENSE files as build dependencies (#50945) 2020-02-19 18:56:04 -08:00
commands Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
fuchsia Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
intellij [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
ios Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
linux [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
macos Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
runner Reland: [flutter_tools] Disable analytics for more bots (#50641) 2020-02-12 10:58:02 -08:00
tester Font subset in the tool (#49737) 2020-02-04 20:34:24 -08:00
web [flutter_tools] reduce globals in web validator and chrome launcher (#51443) 2020-02-26 10:37:52 -08:00
windows Automatically add plugin projects to Windows .sln (#51246) 2020-02-25 14:16:27 -08:00
analytics_test.dart Reland: [flutter_tools] Disable analytics for more bots (#50641) 2020-02-12 10:58:02 -08:00
application_package_test.dart start multiline strings with newline (#50825) 2020-02-20 10:16:28 +01:00
artifacts_test.dart [flutter_tools] Remove context from Artifacts class (#48776) 2020-01-14 16:47:34 -08:00
asset_bundle_package_fonts_test.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
asset_bundle_package_test.dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
asset_bundle_test.dart [flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269) 2020-01-08 12:35:12 -08:00
asset_bundle_variant_test.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
asset_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
base_utils_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
build_info_test.dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
bundle_shim_test.dart Font subset in the tool (#49737) 2020-02-04 20:34:24 -08:00
cache_test.dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
channel_test.dart switching channel prompts to run flutter upgrade (#49511) 2020-01-31 09:33:29 -08:00
cold_test.dart [flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269) 2020-01-08 12:35:12 -08:00
compile_batch_test.dart [flutter_tools] Apply --no-causal-async-stacks and --lazy-async-stacks to profile/release builds (#49377) 2020-01-27 10:43:03 -08:00
compile_expression_test.dart [flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269) 2020-01-08 12:35:12 -08:00
compile_incremental_test.dart use raw strings to avoid escaping (#50322) 2020-02-07 16:35:55 +01:00
compile_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
config_test.dart [flutter_tools] Isolate userHomePath, other cleanups (#50125) 2020-02-04 18:03:03 -08:00
coverage_collector_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
crash_reporting_test.dart Make subcommands return success instead of null (#48100) 2020-01-10 11:28:01 -08:00
create_config_test.dart [flutter_tool] Remove direct usage of package:linter in the flutter_tools (#47174) 2019-12-16 18:37:20 -08:00
desktop_device_test.dart [flutter_tools] Make OperatingSystemUtils context-free (#49740) 2020-01-29 17:51:31 -08:00
devfs_test.dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
device_test.dart Change DeviceManager.getAllConnectedDevices() return value from Stream to List (#51015) 2020-02-19 17:40:24 -08:00
doctor.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
emulator_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
features_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
flutter_manifest_test.dart Allow Android to be missing from multi-platform manifest (#50304) 2020-02-06 15:50:03 -08:00
flutter_platform_test.dart Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) 2020-02-26 23:42:19 -08:00
forbidden_imports_test.dart [flutter_tools] move dwds imports to not require g3 visibility (#50823) 2020-02-14 14:56:03 -08:00
github_template_test.dart start multiline strings with newline (#50825) 2020-02-20 10:16:28 +01:00
hot_test.dart Allow developers to run flutter driver web test directly (#51084) 2020-02-22 16:49:03 -08:00
license_collector_test.dart [flutter_tools] include LICENSE files as build dependencies (#50945) 2020-02-19 18:56:04 -08:00
mdns_discovery_test.dart [flutter_tool] Print a helpful message on some mDNS failures (#47157) 2019-12-16 14:57:29 -08:00
package_uri_mapper_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
persistent_tool_state_test.dart Add "flutter downgrade" command (#50506) 2020-02-13 11:56:45 -08:00
platform_plugins_test.dart change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
plugin_parsing_test.dart Validate empty pubspec plugin section (#51503) 2020-02-26 15:44:35 -08:00
plugins_test.dart Automatically add plugin projects to Windows .sln (#51246) 2020-02-25 14:16:27 -08:00
project_file_invalidator_test.dart [flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269) 2020-01-08 12:35:12 -08:00
project_test.dart Automatically add plugin projects to Windows .sln (#51246) 2020-02-25 14:16:27 -08:00
protocol_discovery_test.dart [flutter_tool] Make Device.dispose() abstract (#46006) 2019-12-05 08:48:00 -08:00
resident_runner_test.dart [flutter_tools] Reland initialize frontend_sever with build (#51477) 2020-02-26 08:06:03 -08:00
resident_web_runner_cold_test.dart [flutter_tools] move dwds imports to not require g3 visibility (#50823) 2020-02-14 14:56:03 -08:00
resident_web_runner_test.dart Allow developers to run flutter driver web test directly (#51084) 2020-02-22 16:49:03 -08:00
screenshot_command_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
terminal_handler_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
test_compiler_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
testbed_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
time_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
utils_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
version_test.dart Replace FlutterVersion.instance with FlutterVersion context fetch in global.dart (#49462) 2020-01-27 17:38:01 -08:00
vmservice_test.dart Ensure to close connection to VM after collecting coverage (#50943) 2020-02-18 12:39:37 -08:00
vscode_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00