• jensjoha's avatar
    [dev] Don't use await for on stdout and stdin; pass local engine argument (#72136) · 5bc725be
    jensjoha authored
    * [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.
    5bc725be
Name
Last commit
Last update
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
ci Loading commit data...
customer_testing Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
snippets Loading commit data...
tools Loading commit data...
tracing_tests Loading commit data...
README.md Loading commit data...
prod_builders.json Loading commit data...
try_builders.json Loading commit data...