flutter/packages/flutter_tools/test/general.shard
stuartmorgan 7bdd4757ec
Create plugin symlinks for Windows and Linux (#50599)
This makes ephemeral symlinks to each plugin, for use by build systems.
This is similar to the logic implemented in the Podfile on iOS and
macOS, but managed internally to the Flutter tool.

Exploration for addressing #32719 and #32720
Related to #41146
2020-02-12 16:23:27 -08:00
..
android change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
base Reland: [flutter_tools] Disable analytics for more bots (#50641) 2020-02-12 10:58:02 -08:00
build_runner Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -08:00
build_system change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
commands change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
dart Reland: [flutter_tools] Disable analytics for more bots (#50641) 2020-02-12 10:58:02 -08:00
fuchsia change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
intellij [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
ios [flutter_tools] fix crash when IsolateRef returns sentinel (#50611) 2020-02-11 16:03:45 -08:00
linux [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
macos Update minimum version to Xcode 11.0 (#50371) 2020-02-07 14:35:01 -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 Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -08:00
windows change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01: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 [flutter_tools] Make OperatingSystemUtils context-free (#49740) 2020-01-29 17:51:31 -08: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 enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01: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 Map arm64e devices to arm64 devices (#50612) 2020-02-11 19:43:43 -08:00
bundle_shim_test.dart Font subset in the tool (#49737) 2020-02-04 20:34:24 -08:00
cache_test.dart change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01: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 Don't use local file system in devfs test (#48367) 2020-01-07 22:49:09 -08:00
device_test.dart License update (#45373) 2019-11-27 15:04:02 -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 #48985 (#49572) 2020-01-27 14:36:02 -08:00
forbidden_imports_test.dart Improve error message when a plugin sets an invalid android package (#48104) 2020-01-28 17:48:26 -08:00
github_template_test.dart Add newlines between plugin names in GitHub template (#46937) 2020-01-03 17:53:54 -08:00
hot_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
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 [flutter_tools] Isolate userHomePath, other cleanups (#50125) 2020-02-04 18:03:03 -08:00
platform_plugins_test.dart change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
plugin_parsing_test.dart Disallow empty platforms and specific platforms when parsing manifest for plugins (#49262) 2020-01-22 10:52:23 -08:00
plugins_test.dart Create plugin symlinks for Windows and Linux (#50599) 2020-02-12 16:23: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 change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
protocol_discovery_test.dart [flutter_tool] Make Device.dispose() abstract (#46006) 2019-12-05 08:48:00 -08:00
resident_runner_test.dart Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -08:00
resident_web_runner_cold_test.dart Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -08:00
resident_web_runner_test.dart Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -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 [flutter_tools] Print emojis in Windows Terminal (#50446) 2020-02-10 10:23:35 -08:00
vscode_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00