flutter/packages/flutter_tools/test
Michael Klimushyn 4a9e5bc11b
Warn when gradle builds fail because of AndroidX (#27566)
Try to detect Gradle error messages that hint at AndroidX problems, and
warn in the logs about the potential problem and point to documentation
on how to fix the issue.

Unfortunately the Gradle errors based on this root issue are varied and
project dependent. It's probably better to still leave the message
intact in case the problem is unrelated.

Also filters out the plugin warning message pending in
flutter/plugins#1138. It's still valuable to add that for people on
previous versions of Flutter, but this link should override that message
for anyone on an up to date version of Flutter.

#27106
2019-02-07 17:23:35 -08:00
..
android Warn when gradle builds fail because of AndroidX (#27566) 2019-02-07 17:23:35 -08:00
base Disable usage of bare instructions in AOT (#27410) 2019-02-05 13:52:59 -08:00
build_runner Remove build runner from injection (#27607) 2019-02-06 14:38:50 -08:00
commands Support using flutter with specific version (#26840) 2019-02-04 11:26:06 -08:00
dart avoid returning null for Future (#23784) 2018-11-05 16:38:23 +01:00
data Do not ignore pubspec.lock in project templates (#24209) 2019-01-09 10:10:38 -08:00
fuchsia fix list devices throwing on junk input (#27615) 2019-02-06 15:41:22 -08:00
integration Print 50000$ monopoly money (#27531) 2019-02-05 15:00:51 -08:00
intellij Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
ios Use CP_REPOS_DIR if it's set (#27553) 2019-02-05 16:03:37 -08:00
linux make FDE opt-in via the environment variable (#26898) 2019-01-22 18:40:13 -08:00
macos Support running macOS prebuilt application (#26593) 2019-01-23 16:32:50 -08:00
runner Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
src Make the deviceDiscovery API overridable (#27378) 2019-01-31 18:42:30 -08:00
tester Inject KernelCompiler via KernelCompilerFactory (#27211) 2019-01-30 08:34:01 -08:00
windows make FDE opt-in via the environment variable (#26898) 2019-01-22 18:40:13 -08:00
analytics_test.dart Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
application_package_test.dart Refactor android launchable activity extractor logic (#26819) 2019-02-07 13:24:03 -08:00
artifacts_test.dart Cleanup uses of entry points files (#22098) 2018-09-20 15:10:41 -07:00
asset_bundle_package_fonts_test.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
asset_bundle_package_test.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
asset_bundle_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_bundle_variant_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
asset_test.dart ensure lastBuildTimestamp is set before early return (#25058) 2018-12-10 15:57:52 -08:00
base_utils_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
bug_report_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
cache_test.dart Improve the intergrity checking for "gradle wrapper". (#26069) 2019-01-08 18:34:58 -08:00
channel_test.dart Reland: Make the 'time to update' message depend up on the channel. (#24173) (#24321) 2018-11-14 16:51:12 -08:00
compile_test.dart Print 50000$ monopoly money (#27531) 2019-02-05 15:00:51 -08:00
config_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
crash_reporting_test.dart Add default values for optional parameters. (#27197) 2019-01-29 11:49:57 -08:00
dart_dependencies_test.dart Fix quotes. 2018-09-27 15:17:03 -07:00
dependency_checker_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
devfs_test.dart Report devfs stats (#25586) 2018-12-27 09:53:24 -08:00
device_test.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
emulator_test.dart format initializer list of constructors (#27111) 2019-01-29 21:47:16 +01:00
flutter_manifest_test.dart Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
forbidden_imports_test.dart Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
hot_test.dart Adding a shutdown hook to HotRunnerConfig (#26604) 2019-01-17 08:49:02 -08:00
project_test.dart Allow bundle identifier to be surrounded with quotes. (#26300) 2019-01-30 07:32:05 -08:00
protocol_discovery_test.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
resident_runner_test.dart format initializer list of constructors (#27111) 2019-01-29 21:47:16 +01:00
stop_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
time_test.dart Use constant durations in more places (#24306) 2018-11-14 08:16:12 -08:00
trace_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
utils_test.dart Stop wrapping adb, gradle and ios logger output, and update terminal wrapping column dynamically. (#23592) 2018-10-30 16:00:50 -07:00
version_test.dart Reland: Make the 'time to update' message depend up on the channel. (#24173) (#24321) 2018-11-14 16:51:12 -08:00
vmservice_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00