flutter/packages/flutter_tools/test/general.shard
2021-06-08 17:42:11 -07:00
..
android Make retry logic more permissive for network errors (#83965) 2021-06-03 23:44:03 -07:00
base Add more analytics for hot reload in flutter_tools. (#83972) 2021-06-07 18:51:47 -07:00
build_system Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
commands Migrate build_system, exceptions, and source to null safety (#83147) 2021-05-24 10:29:04 -07:00
custom_devices Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
dart Migrate localizations and generate_synthetic_packages to null safety (#83310) 2021-05-25 11:09:02 -07:00
drive [flutter_tools] support memory profiles from flutter drive (#82739) 2021-05-17 17:39:03 -07:00
fuchsia [flutter_tools] remove mocks from fuchsia device start test (#83506) 2021-05-27 14:23:23 -07:00
intellij enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
ios Migrate iOS project migrations to null safety (#83855) 2021-06-03 10:24:04 -07:00
linux fix pkg typos (#82544) 2021-05-14 13:09:03 -07:00
macos Migrate a few tool libraries to null safety (#83862) 2021-06-04 10:49:04 -07:00
migrations Migrate a few tool libraries to null safety (#83862) 2021-06-04 10:49:04 -07:00
reporting Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -07:00
runner Migrate a few tool libraries to null safety (#83862) 2021-06-04 10:49:04 -07:00
test [flutter_tools] remove mocks from test_compiler test (#81312) 2021-04-27 15:51:42 -07:00
tester Apply style guide regarding createTempSync pattern (#81090) 2021-04-27 14:59:03 -07:00
vscode [reland] Adding vscode path installed via snap (#81989) 2021-05-11 17:04:03 -07:00
web Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
windows Allow platform variants for Windows plugins (#82816) 2021-05-26 16:20:21 -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 Remove globals from android application_package (#83852) 2021-06-03 18:14:04 -07:00
args_test.dart Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
artifact_updater_test.dart use throwsXxx instead of throwsA(isA<Xxx>()) (#82328) 2021-05-12 09:59:02 -07:00
artifacts_test.dart [flutter_tools] migrate artifacts to null safety (#83073) 2021-05-21 11:54:03 -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 Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
cache_test.dart [flutter_tools] remove remaining mocks from cache_test.dart (#84218) 2021-06-08 17:42:11 -07:00
channel_test.dart fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
cold_test.dart Fix typos (#82589) 2021-05-20 17:19:09 -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 Add a trace-skia-allowlist flag for filtering Skia trace events (#83507) 2021-06-01 11:29:03 -07:00
devfs_test.dart Add more analytics for hot reload in flutter_tools. (#83972) 2021-06-07 18:51:47 -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 [flutter_tools] remove mocks from device test (#82472) 2021-05-13 16:14:02 -07:00
devtools_launcher_test.dart [flutter_tools] support memory profiles from flutter drive (#82739) 2021-05-17 17:39:03 -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 Remove MockFlutterVersions (#77962) 2021-03-11 16:05:05 -08: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 [flutter_tools] remove mocks and fix fake imports (#81309) 2021-04-27 11:51:41 -07:00
generate_localizations_test.dart enable lint use_test_throws_matchers (#83943) 2021-06-03 22:14:03 -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 more analytics for hot reload in flutter_tools. (#83972) 2021-06-07 18:51:47 -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 Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -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 fix lint from an improved unnecessary_parenthesis (#83433) 2021-05-27 13:39:03 -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 [flutter_tools] bail from printing if devtools launch fails (#83934) 2021-06-03 18:19:05 -07:00
resident_runner_test.dart [flutter_tools] bail from printing if devtools launch fails (#83934) 2021-06-03 18:19:05 -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 Refactor CustomDimensions in analytics to be type safe (#82531) 2021-05-18 20:29:03 -07:00
template_test.dart Enable avoid_escaping_inner_quotes lint (#81153) 2021-05-19 09:54:02 -07:00
terminal_handler_test.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
testbed_test.dart Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -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 [flutter_tools] remove mocks from hot test (#82301) 2021-05-12 09:33:05 -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] remove substantial mocking from version test (#84007) 2021-06-08 10:47:03 -07:00
vmservice_test.dart [flutter_tools] remove usage of getIsolate in extension waiter (#80960) 2021-04-22 10:47:57 -07:00