- 29 Oct, 2020 7 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
* [devicelab] work around occasional null values for devtools * Update perf_tests.dart
-
Jenn Magder authored
-
Jenn Magder authored
-
- 28 Oct, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 27 Oct, 2020 1 commit
-
-
Jonah Williams authored
Rolls in several fixes to web tooling, including better handling of absolute file imports. Updates to latest vm service to unblock null safety mode query Co-authored-by: Gary Roumanis <grouma@google.com> Co-authored-by: Anna Gringauze <annagrin@google.com>
-
- 26 Oct, 2020 1 commit
-
-
Jacob MacDonald authored
* update pinned null safety deps * run update-packages * add http dep to devicelab package * rerun update-packages
-
- 24 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Oct, 2020 5 commits
-
-
Jonah Williams authored
* [devicelab] mark uncaight exceptions as flaky * add print error output * try and fix test
-
Jonah Williams authored
-
Jonah Williams authored
-
Casey Hillers authored
-
Casey Hillers authored
-
- 22 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] remove iOS screenshot on failure functionality * remove all screenshot code
-
- 20 Oct, 2020 4 commits
-
-
Yuqian Li authored
It seems that I was lucky to see 10 consecutive successes. Now the test seems to be quite flaky again.
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 19 Oct, 2020 13 commits
-
-
Jonah Williams authored
These devicelab tests are incredibly flaky. Currently they will build & install the same application 15 times. This causes the temp storage to fill up on android, and has a good chance of flaking on iOS due to install issues. The change from 3 to 15 increased total test time for 2 -> 12 minutes on iOS, or roughly 5 more test equivalents for every single iOS test. Reduce the iteration count back to 5 Uninstall the app after each run so temp storage does not fill up.
-
Yuqian Li authored
-
Jonah Williams authored
Revert "[devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516)" (#68531) This reverts commit a4c2075a.
-
Jonah Williams authored
This reverts commit 0f69f8e5.
-
Jonah Williams authored
-
Jonah Williams authored
[devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516) These devicelab tests are incredibly flaky. Currently they will build & install the same application 15 times. This causes the temp storage to fill up on android, and has a good chance of flaking on iOS due to install issues. The change from 3 to 15 increased total test time for 2 -> 12 minutes on iOS, or roughly 5 more test equivalents for every single iOS test. Reduce the iteration count back to 5 Uninstall the app after each run so temp storage does not fill up.
-
Casey Hillers authored
-
Jonah Williams authored
Fixes #67370 By running most of these executions through flutter, we get the benefit of the flutter error handling and precaching. IN the test where this is not feasible, call pre-cache directly.
-
Jonah Williams authored
Removes one-off handling for defines test and forces it to run through the DriverTest interface
-
Jonah Williams authored
Split the integration_ui target into individual driver tests. Remove disabled screenshot tests
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
Jonah Williams authored
This reverts commit ddab72e7.
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
- 16 Oct, 2020 4 commits
-
-
Alexandre Ardhuin authored
-
Martin Kustermann authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Oct, 2020 1 commit
-
-
Jonah Williams authored
-