flutter/packages/flutter_tools/test/base
Ben Konyi b1a23299e1
Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543)
* Added '--check-for-remote-artifacts' option for Flutter Doctor.

This option takes a Flutter engine revision and issues HEAD requests to
determine whether or not artifacts for the provided engine revision are
available from cloud storage. This functionality is needed for the Dart
SDK autoroller to avoid creating a PR to roll the engine into the
framework while artifacts haven't finished building, which would cause
Cirrus tests to fail.
2018-10-29 17:03:22 -07:00
..
build_test.dart Remove unused deps and flags from flutter tool. (#22571) 2018-10-09 13:04:06 -07:00
common_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
context_test.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
file_system_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
fingerprint_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flags_test.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
io_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
logger_test.dart Re-land text wrapping/color PR (#22831) 2018-10-10 18:17:56 -07:00
logs_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
net_test.dart Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) 2018-10-29 17:03:22 -07:00
os_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
os_utils_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
process_test.dart Have runAsyncChecked throw a ProcessException instead of a String. (#22710) 2018-10-08 19:11:31 -07:00
terminal_test.dart Re-land text wrapping/color PR (#22831) 2018-10-10 18:17:56 -07:00