flutter/packages/flutter_tools/test/general.shard
2019-08-28 15:19:04 -07:00
..
android Add missing files in the Gradle wrapper directory (#39145) 2019-08-28 14:52:08 -07:00
base Reland "Relax arguments around local engine, build hello_world with bitcode" (#39434) 2019-08-28 15:19:04 -07:00
build_runner Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
build_system Reland "Relax arguments around local engine, build hello_world with bitcode" (#39434) 2019-08-28 15:19:04 -07:00
commands Reland "Relax arguments around local engine, build hello_world with bitcode" (#39434) 2019-08-28 15:19:04 -07:00
dart Revert "Keep LLDB connection to iOS device alive while running from CLI. (#36194)" (#36293) 2019-07-16 12:34:49 -07:00
fuchsia Ensure that cache dirs and files have appropriate permissions (#28090) 2019-07-18 15:29:06 -07:00
intellij Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
ios [flutter_tool] Use a timeout for xcode showBuildSettings (#39280) 2019-08-28 10:03:53 -07:00
linux Avoid killing Flutter tool process (#37471) (#37500) 2019-08-09 11:25:12 -07:00
macos [flutter_tool] Use a timeout for xcode showBuildSettings (#39280) 2019-08-28 10:03:53 -07:00
runner flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
tester Expose functionality to compile dart to kernel for the VM (#36598) 2019-07-26 19:50:57 -07:00
web Restructure resident web runner usage to avoid SDK users that don't support dwds (#37815) 2019-08-08 16:36:27 -07:00
windows Avoid killing Flutter tool process (#37471) (#37500) 2019-08-09 11:25:12 -07:00
analytics_test.dart [flutter_tool] Remove unintended analytics screen send (#37514) 2019-08-06 09:08:43 -07:00
application_package_test.dart Add missing files in the Gradle wrapper directory (#39145) 2019-08-28 14:52:08 -07:00
artifacts_test.dart [flutter_tool] Clean up usage events and custom dimensions (#36785) 2019-07-29 07:24:02 -07:00
asset_bundle_package_fonts_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_package_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_variant_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
base_utils_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
bug_report_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
build_info_test.dart Build number (part after +) is documented as optional, use entire app version if not present (#37036) 2019-07-31 16:18:09 -07:00
cache_test.dart Catch failure to create directory in cache (#37871) 2019-08-09 16:21:32 -07:00
channel_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
cold_test.dart Print message when HttpException is thrown after running flutter run (#37440) 2019-08-02 16:02:02 -07:00
compile_batch_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_expression_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_incremental_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_test.dart Throw error when hot reload enters bad state (#38907) 2019-08-20 14:30:03 -07:00
config_test.dart Implement feature flag system for flutter tools (#36138) 2019-07-16 17:33:28 -07:00
coverage_collector_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
crash_reporting_test.dart [flutter_tool] Teach crash reporter about HttpException (#39005) 2019-08-22 09:18:25 -07:00
devfs_test.dart Don't reload if compilation has errors (#38586) 2019-08-15 09:08:19 -07:00
device_test.dart Use DeviceManager instead of device to determine if device supports project (#36213) 2019-07-15 16:10:39 -07:00
doctor.dart Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
emulator_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
features_test.dart Roll back the AAR build experiment (#36966) 2019-07-25 20:54:10 -07:00
flutter_manifest_test.dart [flutter_tool] Fix bug in manifest yaml validation (#38472) 2019-08-14 07:57:30 -07:00
flutter_platform_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
forbidden_imports_test.dart Break dependency of tools/lib/src from lib/src/commands/ (#39072) 2019-08-22 21:14:03 -07:00
hot_test.dart Print message when HttpException is thrown after running flutter run (#37440) 2019-08-02 16:02:02 -07:00
package_uri_mapper_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
project_file_invalidator_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
project_test.dart [flutter_tool] Use a timeout for xcode showBuildSettings (#39280) 2019-08-28 10:03:53 -07:00
protocol_discovery_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
resident_runner_test.dart Flutter assemble for macos take 2! (#36987) 2019-07-31 16:19:22 -07:00
resident_web_runner_cold_test.dart update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
resident_web_runner_test.dart fix source map loading and service protocol for flutter web (#39189) 2019-08-27 19:06:48 -07:00
terminal_handler_test.dart Remove unused no-build flag from the flutter run command (#37735) 2019-08-07 12:44:02 -07:00
test_compiler_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
testbed_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
time_test.dart [flutter_tool] Include the local timezone in analytics timestamp (#37345) 2019-07-31 23:28:18 -07:00
utils_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
version_test.dart flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
vmservice_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00