flutter/dev
James Lin c02b805cdc Give _runFlutterTest the ability to validate command output
In another change (#37646), I want to test that a test fails and
prints expected output.  I didn't see an existing way to do that, so
I modified `_runFlutterTest` and `runCommand` to allow capturing the
output.  Currently capturing and printing output are mutually
exclusive since we don't need both.

Some awkward bits:
* There already exists a `runAndGetStdout` function that is very
  similar to `runCommand`, and this change makes the conceptual
  distinction more confusing.

* `runFlutterTest` has multiple code paths for different
  configurations.  I don't understand what the different paths are
  for, and I added output checking only along one of them.
2019-08-15 16:47:20 -07:00
..
automated_tests Tests for flutter test [some_directory] (#36866) 2019-08-13 14:57:43 -07:00
benchmarks Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
bots Give _runFlutterTest the ability to validate command output 2019-08-15 16:47:20 -07:00
ci Re-enable docs with new container (#34681) 2019-06-18 16:08:28 -07:00
customer_testing Reland "Integrate dwds into flutter tool for web support (#34252)" (#37649)" (#37650) 2019-08-05 16:51:57 -07:00
devicelab Fix a smoke test. (#38579) 2019-08-14 15:29:50 -07:00
docs Add anchors to samples (#35906) 2019-07-10 16:48:20 -07:00
integration_tests Fix up iOS Add to App tests (#38603) 2019-08-14 23:01:17 -07:00
manual_tests [linux] Receives the unmodified characters obtained from GLFW (#34752) 2019-08-13 18:14:36 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
tools Update dependencies (#37971) 2019-08-10 12:38:20 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.