flutter/packages/flutter_tools/test/general.shard
Marcus Tomlinson 01c772cc8d
Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" (#78415)
* Revert "Add libgcrypt as an explicit dependancy on Linux"

This reverts commit bf65b3d03c.

* libblkid & liblzma not explicitly required either
2021-03-18 09:14:44 -07:00
..
android [flutter_tools] Deferred components: Encode base module loading units in manifest metadata (#78079) 2021-03-15 15:58:06 -07:00
base [flutter_tools] remove globals from logger (#78353) 2021-03-16 16:46:21 -07:00
build_system Remove mocks from compile_expression_test (#78092) 2021-03-15 16:06:54 -07:00
commands [flutter_tools] Add ARM64 Linux host and cross-building option support (#61221) 2021-02-12 14:25:30 -08:00
dart MockProcessUtils->FakeProcessManager in version_test (#77985) 2021-03-12 16:38:04 -08:00
drive Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
fuchsia [fuchsia] remove no devices found from ffx parsing (#77651) 2021-03-15 10:58:05 -07:00
intellij Remove "unnecessary" imports in test/general.shard (#75954) 2021-02-18 13:38:24 -08:00
ios [flutter_tools] remove globals from logger (#78353) 2021-03-16 16:46:21 -07:00
linux Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" (#78415) 2021-03-18 09:14:44 -07:00
macos Remove mocks from cocoapods_test (#78279) 2021-03-16 13:53:04 -07:00
migrations [flutter_tools] remove mock from cmake project migrator (#76813) 2021-02-25 14:59:10 -08:00
reporting Replace MockUsage with TestUsage (#74946) 2021-01-28 18:49:04 -08:00
runner Add trace logging to local engine path autodetection (#78482) 2021-03-17 17:35:43 -07:00
test Remove mock from event_printer_test (#77757) 2021-03-10 17:49:48 -08:00
tester [flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390) 2021-03-05 14:04:03 -08:00
vscode [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
web Remove mocks from compile_expression_test (#78092) 2021-03-15 16:06:54 -07:00
windows [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
analytics_test.dart Revert "[flutter_tools] move process manager into tool (#75350)" (#75639) 2021-02-08 09:21:46 -08:00
android_plugin_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
application_package_test.dart enable prefer_function_declarations_over_variables lint (#77398) 2021-03-05 18:29:04 -08:00
args_test.dart All arguments must be documented. (#75888) 2021-02-14 12:56:05 -08:00
artifact_updater_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
artifacts_test.dart [flutter_tools] Add ARM64 Linux host and cross-building option support (#61221) 2021-02-12 14:25:30 -08:00
asset_bundle_package_fonts_test.dart Revert "[flutter_tools] move process manager into tool (#75350)" (#75639) 2021-02-08 09:21:46 -08:00
asset_bundle_package_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
asset_bundle_test.dart [flutter_tools] Deferred components build system (#76192) 2021-03-04 18:09:02 -08:00
asset_bundle_variant_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
asset_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
base_utils_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
build_info_test.dart [flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027) 2021-02-02 09:10:48 -08:00
bundle_shim_test.dart [flutter_tools] replace most MockBuildSystem instances with TestBuildSystem (#76821) 2021-02-26 08:46:00 -08:00
cache_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
channel_test.dart Remove "unnecessary" imports in test/general.shard (#75954) 2021-02-18 13:38:24 -08:00
cold_test.dart Delete MockResidentCompiler (#76280) 2021-02-18 00:01:04 -08:00
common_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
compile_batch_test.dart [flutter_tools] read expression compilation results into memory before starting next compilation (#77867) 2021-03-11 22:18:51 -08:00
compile_expression_test.dart Remove mocks from compile_expression_test (#78092) 2021-03-15 16:06:54 -07:00
compile_incremental_test.dart [flutter_tools] read expression compilation results into memory before starting next compilation (#77867) 2021-03-11 22:18:51 -08:00
compile_test.dart [flutter_tools] read expression compilation results into memory before starting next compilation (#77867) 2021-03-11 22:18:51 -08:00
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
coverage_collector_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
crash_reporting_test.dart [flutter_tools] use a single fake implementation of HttpClient (#75471) 2021-02-09 15:32:03 -08: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
desktop_device_test.dart Remove "unnecessary" imports in test/general.shard (#75954) 2021-02-18 13:38:24 -08:00
devfs_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
device_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
devtools_launcher_test.dart [flutter_tools] remove package HTTP and add pub.dev head check tests (#75871) 2021-02-12 10:44:19 -08: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 Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
features_test.dart [flutter_tools] remove mocks from features test (#77760) 2021-03-10 10:05:03 -08:00
flutter_manifest_test.dart flutter_tool: DeferredComponent and LoadingUnit classes, Manifest deferred-components parsing (#75394) 2021-02-09 10:02:13 -08:00
flutter_platform_test.dart Remove MockFlutterVersions (#77962) 2021-03-11 16:05:05 -08:00
flutter_project_metadata_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
flutter_tester_device_test.dart MockProcessUtils->FakeProcessManager in version_test (#77985) 2021-03-12 16:38:04 -08:00
flutter_validator_test.dart [flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390) 2021-03-05 14:04:03 -08:00
generate_localizations_test.dart Align more closely with package:test (#77118) (#78343) 2021-03-16 13:58:02 -07:00
github_template_test.dart Enable missing_whitespace_between_adjacent_strings (#77027) 2021-03-01 18:30:17 -08:00
hot_test.dart Delete MockResidentCompiler (#76280) 2021-02-18 00:01:04 -08:00
license_collector_test.dart Remove "unnecessary" imports in test/general.shard (#75954) 2021-02-18 13:38:24 -08:00
mdns_discovery_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
persistent_tool_state_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
plugin_parsing_test.dart Implement dartPluginClass support for plugins (#74469) 2021-02-19 09:22:45 -08:00
plugins_test.dart MockOperatingSystemUtils -> FakeOperatingSystemUtils (#77988) 2021-03-15 11:38:03 -07:00
project_file_invalidator_test.dart Enable missing_whitespace_between_adjacent_strings (#77027) 2021-03-01 18:30:17 -08:00
project_test.dart Enable use_function_type_syntax_for_parameters lint (#77163) 2021-03-04 08:59:17 -08:00
protocol_discovery_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
resident_devtools_handler_test.dart [flutter_tools] Generalize waitForExtension (#77220) 2021-03-11 07:31:25 +08:00
resident_runner_test.dart MockProcessUtils->FakeProcessManager in version_test (#77985) 2021-03-12 16:38:04 -08:00
resident_web_runner_cold_test.dart [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
resident_web_runner_test.dart MockProcessUtils->FakeProcessManager in version_test (#77985) 2021-03-12 16:38:04 -08:00
screenshot_command_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
terminal_handler_test.dart Swap Mocks to Fakes in config_test (#76274) 2021-02-18 00:46:02 -08:00
testbed_test.dart [flutter_tools] remove package HTTP and add pub.dev head check tests (#75871) 2021-02-12 10:44:19 -08:00
time_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
tracing_test.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
update_packages_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
utils_test.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
version_test.dart MockProcessUtils->FakeProcessManager in version_test (#77985) 2021-03-12 16:38:04 -08:00
vmservice_test.dart [flutter_tools] Generalize waitForExtension (#77220) 2021-03-11 07:31:25 +08:00