flutter/packages/flutter_tools/test/integration.shard
Zachary Anderson 6c408a0567
Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021)
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception

* Add armv7f to getIOSArchForName
2020-03-06 10:22:12 -08:00
..
test_data [gen_l10n] Escape quote characters in ARB files (#51952) 2020-03-04 20:41:03 -08:00
daemon_mode_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
debugger_stepping_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
downgrade_upgrade_integration_test.dart [flutter_tools] Handle errors on the std{out,err}.done future (#51660) 2020-02-28 22:31:01 -08:00
expression_evaluation_test.dart Fix expression evaluation test leaking flutter_tester processes. (#51496) 2020-02-26 13:42:40 -08:00
flutter_attach_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
flutter_run_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
gen_l10n_test.dart [gen_l10n] Escape quote characters in ARB files (#51952) 2020-03-04 20:41:03 -08:00
hot_reload_test.dart [flutter-tools] add awaits to debug a potential timing issue (#52047) 2020-03-05 15:24:28 -08:00
lifetime_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
README.md Some minor cleanup for flutter_tools (#36569) 2019-07-24 10:58:09 -07:00
stateless_stateful_hot_reload_test.dart [flutter] Allow hot reload replacements of Stateless/Stateful Widget (#48932) 2020-01-30 07:58:03 -08:00
test_driver.dart Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021) 2020-03-06 10:22:12 -08:00
test_utils.dart [flutter] Allow hot reload replacements of Stateless/Stateful Widget (#48932) 2020-01-30 07:58:03 -08:00

Integration tests

These tests are not hermetic, and use the actual Flutter SDK. While they don't require actual devices, they run flutter_tester to test Dart VM and Flutter integration.

Use this command to run (from the flutter_tools directory):

../../bin/cache/dart-sdk/bin/pub run test test/integration.shard

These tests are expensive to run and do not give meaningful coverage information for the flutter tool (since they are black-box tests that run the tool as a subprocess, rather than being unit tests). For this reason, they are in a separate shard when running on continuous integration and are not run when calculating coverage.