flutter/packages/flutter_tools/test/general.shard/base
Jonah Williams cb67513f29
[flutter_tools] Reland: simplify pub cache logic (#67589)
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.

Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version.

Fixes #66777
Fixes #65723
2020-10-23 10:00:56 -07:00
..
analyze_size_test.dart Sync lints (#68136) 2020-10-15 15:37:04 -07:00
async_guard_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
bot_detector_test.dart [flutter_tools] handle OsError thrown during azure detector (#64749) 2020-08-27 17:13:04 -07:00
build_test.dart [flutter_tools] Reland: simplify pub cache logic (#67589) 2020-10-23 10:00:56 -07:00
command_help_test.dart Optionally invert oversized images (#61209) 2020-07-13 14:03:23 -07:00
common_test.dart revert #48985 (#49572) 2020-01-27 14:36:02 -08:00
context_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
error_handling_io_test.dart Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) 2020-10-12 15:53:16 -07:00
file_system_test.dart [flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) 2020-10-05 17:00:07 -07:00
fingerprint_test.dart [flutter_tools] shrink fingerprinter API to currently used subset (#63840) 2020-08-18 17:01:06 -07:00
io_test.dart Replace MockFile with memory file system files (#66941) 2020-09-29 17:50:33 -07:00
logger_test.dart [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
logs_test.dart [flutter_tools] delete applicationPackageStore (#68026) 2020-10-13 11:33:55 -07:00
net_test.dart Replace MockFile with memory file system files (#66941) 2020-09-29 17:50:33 -07:00
os_test.dart Detect ARM macOS arch with sysctl hw.optional.arm64 (#67970) 2020-10-13 12:05:04 -07:00
os_utils_test.dart [flutter_tools] remove globals from base/android (#60480) 2020-06-29 15:06:58 -07:00
platform_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
process_test.dart [flutter_tools] move to fake_async, skip failing tests (#63536) 2020-08-11 19:36:05 -07:00
signals_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
terminal_test.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
user_messages_test.dart Updated androidMissingSdkInstructions error message (#65964) 2020-09-17 15:57:06 -07:00