flutter/packages/flutter_tools/test/general.shard
2020-06-03 11:48:37 -07:00
..
android [flutter_tools] validate android arch and build number (#57830) 2020-05-27 10:10:51 -07:00
base [flutter_tools] reland: integrate l10n tool into hot reload/restart/build (#57510) 2020-05-18 12:47:18 -07:00
build_system Revert "[flutter_tools] Put a heap size limit on the frontend_server" (#58525) 2020-06-02 17:52:20 -07:00
commands [flutter_tools] forward flutter format to dart format and deprecate (#57829) 2020-05-28 11:28:08 -07:00
dart [flutter_tools] do not set timestamp of package_config file (#57077) 2020-05-14 11:12:08 -07:00
fuchsia [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
intellij [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
ios Revert "Don't elapse real time during IOSDevice.startApp tests (#58538)" (#58618) 2020-06-03 11:26:29 -07:00
linux Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00
macos Change iOS device discovery from polling to long-running observation (#58137) 2020-06-01 12:33:01 -07:00
runner [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
tester [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
vscode [flutter_tools] fix windows vscode lookup (#56491) 2020-05-06 16:51:01 -07:00
web [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
windows [flutter_tools] check for Runner.sln when parsing for plugins (#57392) 2020-05-18 09:24:51 -07:00
analytics_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
application_package_test.dart [flutter_tools] handle missing null check in manifest parser (#57400) 2020-05-18 12:47:29 -07:00
artifacts_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07: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 [flutter_tools] surface missing assets originating package (#55701) 2020-05-16 14:52:04 -07:00
asset_bundle_test.dart [flutter_tools] do not include material icon incorrectly (#58335) 2020-06-01 16:30:43 -07:00
asset_bundle_variant_test.dart enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +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 Change iOS device discovery from polling to long-running observation (#58137) 2020-06-01 12:33:01 -07:00
build_info_test.dart [flutter_tools] URI encode dart-define values (#57873) 2020-05-27 10:11:04 -07:00
bundle_shim_test.dart Move BuildSystem to globals (#53139) 2020-03-24 11:23:10 -07:00
cache_test.dart Fix non-local-engine Linux release builds (#58372) 2020-06-01 11:03:02 -07:00
channel_test.dart Fix/use contains ignoring whitespace (#55887) 2020-04-28 13:12:12 -07:00
cold_test.dart [flutter_tools] add vm service method to pull SkSL (#57813) 2020-05-27 10:10:41 -07:00
common_test.dart Fix/set mocks defaults (#54756) 2020-04-20 12:20:03 -07:00
compile_batch_test.dart Revert "[flutter_tools] Put a heap size limit on the frontend_server" (#58525) 2020-06-02 17:52:20 -07:00
compile_expression_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
compile_incremental_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
compile_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
config_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
coverage_collector_test.dart [flutter_tools] reland remove flutter view cache (#56387) 2020-05-05 12:09:51 -07:00
crash_reporting_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07: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 [flutter_tools] cleanup to devfs Operations (#58332) 2020-06-01 15:28:38 -07:00
device_test.dart Fake out DeviceManager.getDevices in test (#58541) 2020-06-03 11:48:37 -07:00
doctor.dart [flutter_tools] refactor Chrome launch logic to remove globals/statics (#55160) 2020-04-22 01:28:51 -07:00
emulator_test.dart [flutter_tools] ensure emulator command does not crash with missing avdmanager (#57703) 2020-05-27 10:10:30 -07:00
features_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
flutter_manifest_test.dart [flutter_tools] refactor FlutterManifest to be context-free (#54555) 2020-04-13 18:55:01 -07:00
flutter_platform_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
flutter_project_metadata_test.dart Include metadata in GitHub crash template (#53118) 2020-03-27 16:21:45 -07:00
forbidden_imports_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
github_template_test.dart Move GitHubTemplateCreator into reporting library (#55002) 2020-04-17 10:47:12 -07:00
hot_test.dart [flutter_tools] add vm service method to pull SkSL (#57813) 2020-05-27 10:10:41 -07:00
license_collector_test.dart [flutter_tools] rename output LICENSE file to NOTICES and support loading either (#57871) 2020-05-29 11:55:02 -07:00
mdns_discovery_test.dart [flutter_tools] minor cleanups to try catch (#57446) 2020-05-18 09:38:22 -07:00
persistent_tool_state_test.dart [flutter_tools] no more MockLogger in tests (#51684) 2020-03-02 16:23:56 -08:00
platform_plugins_test.dart Trial PR to use an engine that has the null safety unfork CL in it. (#56309) 2020-05-05 09:54:21 -07:00
plugin_parsing_test.dart [flutter_tools] Don't generate native registrant classes if no pluginClass is defined (#53785) 2020-04-03 11:51:01 -07:00
plugins_test.dart Temporarily allow pluginClass: none on desktop (#57498) 2020-05-18 09:26:37 -07:00
project_file_invalidator_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
project_test.dart Remove Runner target check, prefer schemes (#56620) 2020-05-11 11:56:44 -07:00
protocol_discovery_test.dart [flutter_tools] refactor iOS tests for Device.startApp into new file (#52854) 2020-03-18 17:43:25 -07:00
resident_runner_test.dart Revert "[flutter_tools] only copy cached dill after startup (#58188)" (#58454) 2020-06-01 17:17:03 -07:00
resident_web_runner_cold_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
resident_web_runner_test.dart Revert "[flutter_tools] only copy cached dill after startup (#58188)" (#58454) 2020-06-01 17:17:03 -07:00
screenshot_command_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
terminal_handler_test.dart [flutter_tools] reland remove flutter view cache (#56387) 2020-05-05 12:09:51 -07:00
test_compiler_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
testbed_test.dart Replace isInstanceOf<T> uses with isA<T> (#53834) 2020-04-02 10:57:07 -07:00
time_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
update_packages_test.dart [flutter_tools] unpin SDK deps when upgrading packages (#53429) 2020-03-27 22:11:01 -07:00
utils_test.dart [flutter_tools] use package Uuid consistently (#53492) 2020-03-30 12:46:06 -07:00
version_test.dart [flutter_tools] check first for stable tag, then dev tag (#55342) 2020-04-23 15:19:27 -07:00
vmservice_test.dart [flutter_tools] add vm service method to pull SkSL (#57813) 2020-05-27 10:10:41 -07:00