Darren Austin
9aa829460d
Revert "Reland "Migrate android_semantics_testing to null safety" ( #90466 )" ( #90483 )
...
This reverts commit 1002a76857a1f199aafcf0ab6cde585529cd454a.
2021-09-21 15:55:24 -07:00
Darren Austin
1002a76857
Reland "Migrate android_semantics_testing to null safety" ( #90466 )
2021-09-21 13:59:57 -07:00
Jason Simmons
518bea67fd
Update the analysis options for sample code to ignore unnecessary_imports ( #90391 )
...
See https://github.com/flutter/flutter/issues/74381
2021-09-20 09:44:58 -07:00
Kate Lovett
68836deabf
Fix shrine ( #89698 )
2021-09-17 18:13:06 -07:00
Jason Simmons
c2f452c0a8
Reuse a TimelineTask for the scheduler frame and animate events ( #90168 )
2021-09-17 10:07:06 -07:00
Chris Yang
ec3bd9edc4
try tap app before apping the element ( #90149 )
2021-09-16 20:02:02 -07:00
Alex
0bde65ddac
fixed a small conductor messaging bug ( #90229 )
...
* fixed a small messaging bug
* forgot to remove a s
2021-09-16 18:37:47 -04:00
Jenn Magder
ab6f2fc8ce
Set BUILD_DIR when determining if plugins support arm64 simulators ( #90088 )
2021-09-15 18:37:04 -07:00
Kate Lovett
65d8dd988d
Update md5 method in flutter_goldens_client ( #90154 )
2021-09-15 17:42:05 -07:00
Ian Hickson
2420718389
Remove our extra timeout logic. ( #89952 )
2021-09-15 09:42:05 -07:00
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