flutter/packages/flutter_tools/test/base
Ian Hickson acf4b6c1aa
Clean up startProgress logic. (#19695) (#20009)
Disallow calling stop() or cancel() multiple times. This means that
when you use startProgress you have to more carefully think about what
exactly is going on.

Properly cancel startProgress in non-ANSI situations, so that
back-to-back startProgress calls all render to the console.
2018-07-30 16:58:07 -07:00
..
build_test.dart Build snapshots with --sync-async to match the engine. (#19495) 2018-07-17 18:07:54 -07:00
common_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00
context_test.dart Bump mockito to 3.0.0-alpha+3 (#16306) 2018-04-09 12:43:31 -07:00
file_system_test.dart some whitespace cleanup (#14443) 2018-02-02 23:27:29 +01:00
fingerprint_test.dart Handle malformed depfiles in Fingerprinter (#18321) 2018-06-08 17:56:14 -07:00
flags_test.dart Revert elimination of Dart 1 (#18460) 2018-06-13 12:46:39 -07:00
io_test.dart Remove uses of deprecated constants and change int.parse to int.tryParse (#19575) 2018-07-20 15:07:24 -07:00
logger_test.dart Clean up startProgress logic. (#19695) (#20009) 2018-07-30 16:58:07 -07:00
logs_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00
net_test.dart Add catch for SocketException and tests for exception handling on fetchUrl. (#16569) 2018-04-16 14:02:07 -07:00
os_test.dart Revert flutter/flutter#19592 (#19861) 2018-07-27 08:44:39 -07:00
os_utils_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00
process_test.dart Give file system recording serialization a timeout. (#15217) 2018-03-07 11:39:59 -08:00
terminal_test.dart Minor flutter_tools test reorganization (#10356) 2017-05-26 16:12:42 -07:00