godofredoc

Results 209 comments of godofredoc

> Is `expanded` what you are looking for rather than `extended`? Yes that is correct, updated the PR

> Oh, but looks like this is failing on CI? Yes, it depends on another PR, let me add you to that one too.

Using CIPD to work around the root cause rather than fixing it will add a lot of complexity and maintenance burden in a place far away (recipes) from where the...

Listing gradle caches to simplify future debugging: https://flutter-review.googlesource.com/c/recipes/+/55223

These builds should be using the regular mac top level configuration but keeping mac_x64 for now for easy reverting.

@jmagman @christopherfujino and @keyonghan please take another look at this PR I updated to run build_tests on arm and x64 as recommended by [go/flutter-mac-test-architectures](http://go/flutter-mac-test-architectures). I'll follow with a few more...

@reidbaker @stuartmorgan @mossmana is this something your teams can help us with?

This is generating a lot of flakiness on android tests impacting everyone. Context: https://github.com/flutter/flutter/issues/135035 An example of test that is not cleaning up is https://cs.opensource.google/flutter/flutter/+/master:dev/devicelab/bin/tasks/image_list_reported_duration.dart?q=com.example.image_list&ss=flutter which is delegating to https://cs.opensource.google/flutter/flutter/+/master:dev/devicelab/lib/tasks/perf_tests.dart;l=2024?q=ReportedDurationTest&sq=&ss=flutter...

@stuartmorgan yes, many of the tests are not uninstalling the applications. This is not required for emulators as they are always started in a clean state but it is important...

@camsim99 this is how other devicelab tests are uninstalling the application. https://cs.opensource.google/flutter/flutter/+/master:dev/devicelab/lib/tasks/perf_tests.dart;l=1015?q=uninstall&ss=flutter%2Fflutter:dev%2Fdevicelab%2Flib%2Ftasks%2F