Sam Rawlins
8889ffaec3
Remove and also ignore unnecessary imports ( #89796 )
2021-09-14 15:32:02 -07:00
Christopher Fujino
ad936b4e4b
[flutter_conductor] Support initial stable release version ( #89775 )
2021-09-14 14:39:17 -07:00
stuartmorgan
a01e4733df
Re-enable plugin analysis test ( #89856 )
2021-09-13 17:57:05 -07:00
Christopher Fujino
576aab0833
add analysis_options.yaml to dev/conductor ( #90005 )
2021-09-13 15:47:03 -07:00
Anna Gringauze
cd112e551c
Update all packages ( #89797 )
2021-09-13 12:13:42 -07:00
Jenn Magder
8ce6bc00f8
Bump cocoapods from 1.10.2 to 1.11.2 ( #89991 )
2021-09-13 11:27:28 -07:00
Kate Lovett
4ec75580fb
Revert clamping scroll simulation changes ( #89885 )
2021-09-10 16:02:02 -07:00
Jason Simmons
2004afae06
Use async timeline events for the phases of the scheduler binding ( #88825 )
2021-09-10 10:17:05 -07:00
Jenn Magder
18f8b63e0a
Run flutter_gallery ios tests on arm64 device ( #89618 )
2021-09-09 20:37:03 -07:00
Gary Qian
13b38add89
Directly specify keystore to prevent debug key signing flake in Deferred components integration test. ( #89606 )
2021-09-08 13:08:41 -07:00
Ben Konyi
41101b7058
Update DDS to 2.1.2 ( #89591 )
2021-09-08 12:57:03 -07:00
Janice Collins
0353fa282b
Update dartdoc to 3.0.0 ( #89603 )
2021-09-08 12:32:06 -07:00
Greg Spencer
9cea691752
Switch to Debian bullseye, update nodejs to npm package, add flutter desktop run dependencies ( #89309 )
...
This change updates the Dockerfile for Cirrus builds:
- Switch to a newer stable Debian build (bullseye instead of stretch)
- Eliminates the very old (10) nodejs install in favor of the npm package
- Installs OpenJDK so that Android SDK manager can run on bullseye
- Installs the prerequisites for Linux desktop flutter run.
The motivation for this change was to include the dependencies for Linux desktop flutter run so that I can run tests that use desktop Flutter apps, but that needs cmake 3.10 or later, and stretch doesn't have a cmake that new. Of course, there's also no openjdk-8-jre for bullseye, so I used OpenJDK from JFrog instead.
2021-09-08 09:52:39 -07:00
Anis Alibegić
a753d09cc9
Fixed several typos ( #89485 )
2021-09-07 14:56:04 -07:00
Jim Graham
abfb889fff
Add raster cache metrics to timeline summaries ( #89393 )
2021-09-04 18:31:03 -07:00
Chris Bracken
1c36271b05
Reduce required Windows CMake version to 3.14 ( #89390 )
...
When we landed the CMake minimum requirement constraint for Visual
Studio 2019, we landed it with minimum version 3.15, since that's what
was shipping with the current version of VS 2019 at the time. Looking at
the release notes of earlier versions, it's clear that earlier versions
of Visual Studio 2019 shipped with version 3.14. See:
https://devblogs.microsoft.com/cppblog/visual-studio-cmake-support-clang-llvm-cmake-3-14-vcpkg-and-performance-improvements/
Looking at release notes for CMake 3.15, there are no features/fixes
introduced in that version that we are dependent on.
https://cmake.org/cmake/help/latest/release/3.15.html
Issue: https://github.com/flutter/flutter/issues/88589
2021-09-03 21:05:58 -07:00
Jacob MacDonald
383930c2bc
update package dependencies ( #89381 )
2021-09-02 14:41:05 -07:00
Konstantin Scheglov
cfd0743d10
Fix UNNECESSARY_TYPE_CHECK_TRUE violations. ( #89186 )
2021-08-31 15:46:05 -07:00
Kate Lovett
616f9bcffa
Add tag support for executing reduced test sets ( #86821 )
2021-08-30 15:41:02 -07:00
Gary Qian
04a25c224b
Configurable adb for deferred components release test script ( #88913 )
2021-08-30 15:16:04 -07:00
Greg Spencer
a7310dc0d4
Eliminate uses of pub executable in docs publishing and sample analysis. ( #89181 )
2021-08-30 12:16:05 -07:00
Sigurd Meldgaard
bce366203a
Stop calling top level pub ( #89032 )
...
* Use `dart __deprecated_pub` instead of `pub` to invoke pub from tools
The top level `pub` commmand has been deprecated and will print
a message. It is however implemented via the __deprecated_pub command
that prints no message.
2021-08-30 10:40:10 -07:00
keyonghan
e311e3b3ef
skip staging update ( #89137 )
2021-08-30 09:26:05 -07:00
keyonghan
db4c104c8e
Use task name when uploading metrics to skia perf ( #89004 )
2021-08-26 22:31:02 -07:00
Gary Qian
e702a2b8c1
Download script for deferred components assets ( #88905 )
2021-08-26 15:18:37 -07:00
Christopher Fujino
7c915fe29c
fix regex ( #88976 )
2021-08-26 15:06:02 -07:00
keyonghan
b67e264203
Revert "Skip staging test update to cocoon in test runner ( #88835 )" ( #88971 )
...
This reverts commit 884dfc260d5aea0c7bee16548df9ee031b8936e9.
2021-08-26 09:41:22 -07:00
Casey Hillers
b0950fd567
Revert "Use bucket to check staging test instead of builder name ( #88908 )" ( #88969 )
...
This reverts commit d36f246dcca6caa744e89171752cabba2a8d5807.
2021-08-26 09:19:50 -07:00
keyonghan
d36f246dcc
Use bucket to check staging test instead of builder name ( #88908 )
2021-08-25 20:36:02 -07:00
Darren Austin
807ca68d5c
Enhance the skip test parsing the analyzer script. ( #88894 )
2021-08-25 14:56:03 -07:00
Darren Austin
a1cd3f45e0
Updated some skip test comments that were missed in the audit. ( #88893 )
2021-08-25 11:49:04 -07:00
keyonghan
884dfc260d
Skip staging test update to cocoon in test runner ( #88835 )
2021-08-25 11:36:03 -07:00
Greg Spencer
33403bd28e
Extract Sample code into examples/api ( #87280 )
...
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
2021-08-25 09:45:12 -07:00
Jenn Magder
413f88f209
Do not try to codesign during plugin_test_ios ( #88834 )
2021-08-24 21:36:36 -07:00
Zachary Anderson
9a190e5b39
Add pageDelay to fullscreen_textfield_perf_test ( #88807 )
2021-08-24 13:39:03 -07:00
keyonghan
b468be3030
Use default value for ResultData
when uploading metrics from test runner ( #88749 )
2021-08-24 12:04:03 -07:00
Janice Collins
f74be66494
Update dartdoc to 2.0.0. ( #88729 )
2021-08-23 14:27:04 -07:00
Christopher Fujino
efaa9a4637
update-packages --force-upgrade ( #88728 )
2021-08-23 12:57:08 -07:00
Jonah Williams
fa0782b696
reassign jonahwilliams todos ( #88707 )
2021-08-23 12:27:07 -07:00
Christopher Fujino
4288937acc
[flutter_conductor] Push correct revision to mirror remote from conductor ( #88607 )
2021-08-20 16:52:01 -07:00
keyonghan
208d312ff0
Upload devicelab test metrics from test runner ( #88447 )
2021-08-20 12:57:03 -07:00
Emmanuel Garcia
a7f8687d23
Reland: Bump to Gradle 7 and use Open JDK 11 ( #88540 )
2021-08-20 09:57:02 -07:00
Zachary Anderson
deacb8d434
Revert "Manually close the tree for issue #88531 ( #88532 )" ( #88580 )
...
This reverts commit de080169131aa1d98f397388bdff299e37e9583a.
2021-08-20 08:33:16 -07:00
Zachary Anderson
de08016913
Manually close the tree for issue #88531 ( #88532 )
2021-08-19 07:57:53 -07:00
Dan Field
c02961256a
Reland remove DefaultShaderWarmup ( #88455 )
2021-08-18 21:37:03 -07:00
Gary Qian
b524270af1
Skip flaky 'Child windows can handle touches' test in android_views
integration test ( #88475 )
2021-08-18 16:52:04 -07:00
Anna Gringauze
2685e866f3
Update dwds and other packages ( #88450 )
...
- Update all packages (bringing in dwds 11.2.1)
Closes: https://github.com/flutter/flutter/issues/84012
2021-08-18 14:15:57 -07:00
Dan Field
ed62cd5dfa
Avoid reporting frame/raster times for large image changer ( #88454 )
2021-08-18 12:12:02 -07:00
Christopher Fujino
81eb54bf78
update-packages ( #88387 )
2021-08-17 18:49:32 -07:00
Jonah Williams
060e4608b1
clean up stale or unnecessary TODOS ( #88308 )
2021-08-16 21:37:03 -07:00