- 15 Apr, 2019 2 commits
- 11 Apr, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 19d6e7b6.
-
Ben Konyi authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 29 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Mar, 2019 1 commit
-
-
Dan Field authored
-
- 22 Mar, 2019 1 commit
-
-
Dan Field authored
* Detect and cleanup leaky processes * Add flaky tests for detecting leaked processes
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 27 Feb, 2019 1 commit
-
-
liyuqian authored
This reverts commit adc8e159. This should be safe to land once https://github.com/flutter/flutter/pull/28530 gets merged Merge on yellow doc test because the doc test is actually green.
-
- 23 Feb, 2019 1 commit
-
-
liyuqian authored
This reverts commit a44f174e. Reason: start_up tests become flaky. See https://github.com/flutter/flutter/issues/28374 TBR: xster Merge on red to fix the tree
-
- 22 Feb, 2019 1 commit
-
-
liyuqian authored
This patch adds a default shader warm up process which moves shader compilation from the animation time to the startup time. This also provides an extension for `runApp` so developers can customize the warm up process. This should reduce our worst_frame_rasterizer_time_millis from ~100ms to ~20-30ms for both flutter_gallery and complex_layout benchmarks. Besides, this should also have a significant improvement on 90th and 99th percentile time (50%-100% speedup in some cases, but I haven't tested them thoroughly; I'll let our device lab collect the data afterwards). The tradeoff the is the startup time (time to first frame). Our `flutter run --profile --trace-startup` seems to be a little noisy and I see about 100ms-200ms increase in that measurement for complex_layout and flutter_gallery. Note that this only happens on the first run after install or data wipe. Later the Skia persistent cache will remove the overhead. This also adds a cubic_bezier benchmark to test the custom shader warm up process. This should fix https://github.com/flutter/flutter/issues/813 (either by `defaultShaderWarmUp`, or a `customShaderWarmUp`).
-
- 21 Feb, 2019 2 commits
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2019 1 commit
-
-
liyuqian authored
Previously, we had a scroll_perf drive test but we were not exercising it on our device lab. This helps us tracking issues like: https://github.com/flutter/flutter/issues/24782
-
- 04 Feb, 2019 1 commit
-
-
Jason Simmons authored
-
- 30 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 18 Dec, 2018 1 commit
-
-
liyuqian authored
For https://github.com/flutter/flutter/issues/24712 This test verifies that https://github.com/flutter/engine/pull/6923 will speedup the average rasterize time of this test from ~150ms to ~10ms Please see non-auto-generated files in https://github.com/flutter/flutter/pull/25381/commits/37b21d9fb4756a8d8d12ae0def1d0640740c8818
-
- 17 Dec, 2018 1 commit
-
-
Danny Tuppeny authored
* Fall back to ANDROID_SDK_ROOT if ANDROID_HOME is not set And update descriptions to use the non-deprecated ANDROID_SDK_ROOT. Fixes #15114. * Remove trailing whitespace * Update dev/devicelab/lib/framework/adb.dart Co-Authored-By:
DanTup <danny@tuppeny.com> * Reformat long line
-
- 15 Nov, 2018 2 commits
-
-
Jonah Williams authored
* Revert "Add dashing config file for generating docset from flutter docs (#24374)" This reverts commit ec8ca860. * Revert "Update driver script to execute test through test_core (#24168)" This reverts commit 6c62cf33.
-
Jonah Williams authored
-
- 05 Nov, 2018 2 commits
-
-
Michael Goderbauer authored
-
Alexandre Ardhuin authored
-
- 22 Oct, 2018 1 commit
-
-
Michael Klimushyn authored
Verifies that flutter tools isn't rebuilt. Doesn't truly check that the created output is runnable.
-
- 17 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Oct, 2018 5 commits
-
-
Greg Spencer authored
I missed some create template conversions in the devicelab directory.
-
Greg Spencer authored
Fixes the build after my module rename broke the Windows tests.
-
Greg Spencer authored
This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated. flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated. I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template. Fixes #22530 Fixes #22344
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 02 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Sep, 2018 2 commits
-
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 06 Sep, 2018 1 commit
-
-
Jonah Williams authored
-
- 31 Aug, 2018 1 commit
-
-
Chris Bracken authored
Flutter commands all default to --preview-dart-2. Eliminate support for the use of this option and the previewDart2 parameter in dev/devicelab tests.
-
- 28 Aug, 2018 2 commits
-
-
Ian Hickson authored
Apparently Gradle leaks memory and it's causing failures.
-
Ian Hickson authored
-