flutter/packages/flutter_tools/test/integration
Danny Tuppeny fda193aa5d
Fix+unskip flutter test expression eval tests (#26579)
* Fix `flutter test`e xpression eval tests

We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running.

* Ensure we wait for breakpoints before trying to evaluate
2019-01-15 15:39:35 +00:00
..
test_data Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
daemon_mode_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
debugger_stepping_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
expression_evaluation_test.dart Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
flutter_attach_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
flutter_run_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
hot_reload_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
lifetime_test.dart Revert "[O] Remove many timeouts. (#23531)" (#25646) 2018-12-20 18:46:36 -08:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Fix+unskip flutter test expression eval tests (#26579) 2019-01-15 15:39:35 +00:00
test_utils.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00

Integration tests

These tests are not hermetic, and use 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:

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