flutter/packages/flutter_tools/test/general.shard
2019-08-01 15:47:00 -07:00
..
android [flutter_tool] Catch ProcessException from 'adb devices' (#37196) 2019-07-30 12:17:10 -07:00
base hide symbols from spotlight (#37217) 2019-07-30 14:24:58 -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 fix errors caught by roll of macOS assemble (#37351) 2019-07-31 21:14:40 -07:00
commands Add .android/Flutter/flutter.iml to module template. (#37405) 2019-08-01 15:47:00 -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 Build number (part after +) is documented as optional, use entire app version if not present (#37036) 2019-07-31 16:18:09 -07:00
linux Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
macos only build macOS kernel in debug mode (#37365) 2019-08-01 09:23:40 -07:00
runner [flutter_tool] Re-try sending the first crash report (#37198) 2019-07-31 13:51:19 -07:00
tester Expose functionality to compile dart to kernel for the VM (#36598) 2019-07-26 19:50:57 -07:00
web Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
windows Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
analytics_test.dart [flutter_tool] Include the local timezone in analytics timestamp (#37345) 2019-07-31 23:28:18 -07:00
application_package_test.dart Catch exceptions thrown by runChecked* when possible (#36109) 2019-07-18 10:45:37 -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 [flutter_tool] Make a couple file operations synchronous (#37044) 2019-07-30 12:16: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
compile_test.dart [flutter_tool] Clean up usage events and custom dimensions (#36785) 2019-07-29 07:24:02 -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] Clean up usage events and custom dimensions (#36785) 2019-07-29 07:24:02 -07:00
devfs_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
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 Build number (part after +) is documented as optional, use entire app version if not present (#37036) 2019-07-31 16:18:09 -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 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
hot_test.dart [flutter_tool] Clean up usage events and custom dimensions (#36785) 2019-07-29 07:24:02 -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 Vend Flutter module App.framework as a local CocoaPod pod to be installed by a host app (#36793) 2019-07-30 09:58:39 -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
terminal_handler_test.dart Add better handling of JSON-RPC exception (#36082) 2019-07-13 16:02:09 -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 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
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