flutter/packages/flutter_driver
Andrew Davies 7da989f2c6
[flutter_driver] Use async call to run SSH cmds. (#27577)
For `fuchsia_compat.dart` Instead of using `runSync`, use `run` to avoid
deadlock when attempting to access specific resources like the Hub in Fuchsia.

The specific example is that in Fuchsia, the `find` command is
attempting to explore `out` which hasn't yet been serviced, as `find` is
blocking on it, causing a deadlock.
2019-02-06 14:41:56 -08:00
..
lib [flutter_driver] Use async call to run SSH cmds. (#27577) 2019-02-06 14:41:56 -08:00
test [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
test_driver add driver failure test (#6776) 2016-11-09 15:28:30 -08:00
BUILD.gn [flutter_driver] Adds fuchsia compat for connect() (#22633) 2018-10-08 11:09:07 -07:00
pubspec.yaml Add module checking (#27122) 2019-01-29 12:26:48 -08:00