flutter/packages/flutter_tools/test
Chris Bracken 5ab9e70727
Revert "Eliminate snapshot/depfile options to build bundle (#21507)" (#21563)
This tickled a bug in KernelCompiler.compile() where the fingerprinter
doesn't include the outputFilePath in its list of dependencies. As such,
if the output .dill file is missing or corrupted, the fingerprint still
matches and re-compile is skipped, even though it shouldn't be. I'll fix
that in a followup, then look at how this triggered that issue. My
hypothesis is that that it's due to the aot kernel compile and bundle
kernel compile have separate output directories for the .dill files
(build/ vs build/aot) but the same output directory for the associated
depfiles (due to this patch).

This reverts commit 43a106e95a.
2018-09-07 12:33:05 -07:00
..
android Create categories for doctor validators (#20758) 2018-09-04 19:36:47 -07:00
base Eliminate support for Dart 1 in AOT snapshotter (#21388) 2018-09-04 10:17:12 -07:00
commands remove the --use-cfe flag from flutter analyze (#21463) 2018-09-06 07:18:59 -07:00
dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
data Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) 2018-08-15 15:35:12 -07:00
integration Remove flutter_tester test (#21493) 2018-09-06 17:59:34 +01:00
intellij Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
ios Create categories for doctor validators (#20758) 2018-09-04 19:36:47 -07:00
runner Re-enable missing_return (#20844) 2018-08-28 11:22:57 -07:00
src Create categories for doctor validators (#20758) 2018-09-04 19:36:47 -07:00
tester Revert "Eliminate snapshot/depfile options to build bundle (#21507)" (#21563) 2018-09-07 12:33:05 -07:00
analytics_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
application_package_test.dart Support for flutter run/build module on iOS (#21216) 2018-08-30 16:18:44 +02:00
artifacts_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
asset_bundle_package_fonts_test.dart Change asset_bundle_package_font_test to memory file system (#21114) 2018-09-04 17:12:24 +01:00
asset_bundle_package_test.dart Move asset_bundle_package_test to MemoryFileSystem to avoid setting fs.currentDirectory in tests (#21427) 2018-09-05 19:30:55 +01:00
asset_bundle_test.dart Switch asset_bundle_test.dart to use memory file system (#21425) 2018-09-05 19:30:32 +01:00
asset_bundle_variant_test.dart Move asset_bundle_variant_test over to memory file system (#21426) 2018-09-05 19:31:36 +01:00
asset_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
base_utils_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
bug_report_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
cache_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
channel_test.dart Makes switching channels remove version freshness stamp. (#21182) 2018-08-29 21:53:39 -07:00
compile_test.dart Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
config_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
crash_reporting_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
dart_dependencies_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
dependency_checker_test.dart Clean up usage of temporary directories (#20682) 2018-08-17 13:17:23 -07:00
devfs_test.dart Migrate devfs tests to Dart 2 (#21285) 2018-08-31 13:31:56 -07:00
device_test.dart Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
emulator_test.dart Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
flutter_manifest_test.dart Change asset_bundle_package_font_test to memory file system (#21114) 2018-09-04 17:12:24 +01:00
forbidden_imports_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
hot_test.dart Eliminate Dart 1 support from FlutterDevice class (#21402) 2018-09-04 15:42:05 -07:00
project_test.dart Fix extraction of product bundle ID for iOS projects (#21252) 2018-08-31 11:07:15 +02:00
protocol_discovery_test.dart fix unawaited future (#21439) 2018-09-05 09:29:22 -07:00
resident_runner_test.dart Eliminate Dart 1 support from FlutterDevice class (#21402) 2018-09-04 15:42:05 -07:00
stop_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
trace_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
utils_test.dart Re-enable missing_return (#20844) 2018-08-28 11:22:57 -07:00
version_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
vmservice_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00