flutter/dev/devicelab/lib/framework
jensjoha 5bc725bea8
[dev] Don't use await for on stdout and stdin; pass local engine argument (#72136)
* [dev] Don't use await for on stdout and stdin; pass local engine argument

1) Don't use await for on stdout followd by await for on stderr.
   This can cause nothing to happen. E.g. if one didn't do something
   like `flutter pub upgrade` dev/automated_tests and the version in the
   old one was pre-nnbd (but flutter itself use lots of nnbd stuff) lots
   of errors would be emitted, but because we basically only listen to
   stdout nothing will happen (deadlock once stderr buffer runs out).
   Note that it still awaits the exit-code below.
2) Pass --local-engine (if given) so there won't be any crashes because
   of that.
2021-01-08 08:12:36 +01:00
..
ab.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00
adb.dart [devicelab] re-land cocoon auto-restart (#69710) 2020-11-03 13:20:40 -08:00
apk_utils.dart Revert "let NOTICES be double gzip wrapped to reduce on-disk installed space (#71899)" (#72438) 2020-12-16 10:58:19 -08:00
browser.dart Handle the glibc bug that Chrome occasionally hits (#71705) 2020-12-04 12:21:37 -08:00
cocoon.dart [devicelab] Add results path flag to test runner (#72765) 2020-12-22 16:45:38 -08:00
framework.dart [dev] Don't use await for on stdout and stdin; pass local engine argument (#72136) 2021-01-08 08:12:36 +01:00
ios.dart build ios-framework simulator slices for profile/release (#73378) 2021-01-06 12:12:23 -08:00
manifest.dart [devicelab] This no-op change marks 3 tests to run on LUCI builders. (#61257) 2020-07-10 21:49:40 -07:00
runner.dart Revert "Migrate devicelab to package:vm_service (#71882)" (#72092) 2020-12-10 12:56:02 -08:00
running_processes.dart TODO Audits - 1 (#53604) 2020-03-31 11:21:01 -07:00
task_result.dart preserve detailFiles entry in TaskResult JSON (#70668) 2020-11-17 16:05:54 -08:00
utils.dart Decrease device discovery timeout from 10 to 5 seconds (#69266) 2020-10-28 19:43:19 -07:00