Commit graph

3987 commits

Author SHA1 Message Date
godofredoc 72e426fc78
Explicitly set verbose flag for customer testing. (#96634) 2022-01-14 15:55:19 -08:00
Chris Yang 7428ab66b4
Add debug informations on ios_module_test (#96622) 2022-01-14 15:25:13 -08:00
Jonah Williams e25e1f9037
[framework] dont null assert in _debugVerifyIllFatedPopulation (#96551) 2022-01-14 13:50:29 -08:00
Konstantin Scheglov 06515fe058
Ignore in _Location (#96553) 2022-01-13 13:25:05 -08:00
stuartmorgan 2df7dca858
Fully support Dart-only mobile and macOS plugins (#96183) 2022-01-13 08:30:22 -08:00
Christopher Fujino 4575a69d97
[flutter_conductor] fix initialref to explicitly include remote name (#96481) 2022-01-12 22:30:21 -08:00
Michael Goderbauer 40a2689b9c
enable unnecessary_late (#96417) 2022-01-12 21:10:19 -08:00
Gary Qian 7aaa87b5b6
Increase deferred components test timeout (#96423) 2022-01-12 20:40:14 -08:00
Emmanuel Garcia f01556ab75
Bump Android dependencies that rely on Jcenter (#96558)
* Bump video_player in flutter gallery

* Update packages

* Update dependencies

* Bump device_info

* Update dev/devicelab/bin/tasks/build_ios_framework_module_test.dart

Co-authored-by: Jenn Magder <magder@google.com>

* Update dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart

Co-authored-by: Jenn Magder <magder@google.com>

* Update dev/devicelab/bin/tasks/module_test.dart

Co-authored-by: Jenn Magder <magder@google.com>

* Remove deprecated device_info from ios-frameworks test

Co-authored-by: Jenn Magder <magder@google.com>
2022-01-12 20:13:32 -08:00
Darren Austin 2ab2ca2bc6
Migrate FloatingActionButton to Material 3 (#94486) 2022-01-12 19:15:15 -08:00
Ian Hickson 2835c3f116
Consider the FLUTTER_TOOL_ARGS as part of the compilation stamp (#94951) 2022-01-10 15:20:05 -08:00
Jenn Magder 3e6e996f9e
Run update-packages --force-upgrade (#96325) 2022-01-10 13:55:16 -08:00
Ian Hickson 57f097b532
Refactor devicelab bin/run.dart and other cleanup (#96320) 2022-01-10 13:40:17 -08:00
Greg Spencer e76ad85e01
Output Dart SDK version in published metadata (#96302) 2022-01-07 16:30:14 -08:00
Greg Spencer 3750beacb4
Update platform shims in dev/manual_tests (#94616)
Updates the platform shims in dev/manual_tests so that Windows and Linux can be built. I had to update the Windows shims, because I was unable to build a Windows app there.

Also updates the analyze.dart script to report all license issues simultaneously instead of just dying after the first failure.

The only substantive code changes are in dev/bots/analyze.dart and dev/bots/test/analyze_test.dart
2022-01-07 12:16:24 -08:00
Darren Austin 78f53bed51
Script to generate widget theme data defaults from the Material token database. (#95370) 2022-01-06 11:15:20 -08:00
Jim Graham 6c21e43608
stabilize the way we navigate multiple pages for E2E macrobenchmarks (#96157) 2022-01-05 10:05:05 -08:00
Zachary Anderson 764c3c18d4
Revert "Add total_ui_gc_time to benchmarks captured (#96125)" (#96137) 2022-01-04 12:14:36 -08:00
Kaushik Iska da9e87021d
Add total_ui_gc_time to benchmarks captured (#96125) 2022-01-04 10:02:21 -08:00
Zachary Anderson 65c6e88223
Revert "FFI plugins (#94101)" (#96122)
This reverts commit 5257f0290c.
2022-01-04 08:09:12 -08:00
Daco Harkes 5257f0290c
FFI plugins (#94101)
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
* Sample code doing a synchronous FFI call.
* Sample code doing a long running synchronous FFI call on a helper isolate.
* Use of `package:ffigen` to generate the bindings.
2022-01-04 10:14:27 +01:00
Christopher Fujino 6054eda86b
fix lateinitialization error in devicelab-runner (#94957) 2021-12-28 18:19:16 -08:00
Paul Berry f3a389c40f
Respect --dart-sdk parameter when running analyze.dart tests. (#95174) 2021-12-15 13:39:16 -08:00
Christopher Fujino 8b70641c11
[flutter_conductor] support commits past tagged stable release (#95349)
* support commits past tagged stable release

* make better expectations
2021-12-15 12:47:55 -08:00
Dan Field bf60291493
Improve sync*/async* opt outs (#95286) 2021-12-14 19:00:52 -08:00
chunhtai 166f1d76de
Fix android semantics integration test flakiness (#94875) 2021-12-14 17:34:10 -08:00
Rami 1a3dc1b32a
Update color scheme seed generation to use color utils package (#95175)
* Update color scheme seed generation to use color utils package
2021-12-14 13:53:36 -08:00
Jonah Williams fda4094767
[framework] dont allocate forgotten children set in profile/release mode (#94911) 2021-12-14 10:51:30 -08:00
Chris Yang 02574b7e14
Fix ios module test typo (#94878) 2021-12-14 10:49:05 -08:00
godofredoc e6971136e4
Adds a home method to device classes. (#95103) 2021-12-13 17:09:09 -08:00
Emmanuel Garcia db78a2e540
Temporarily skip Gradle warning (#95207) 2021-12-13 15:38:11 -08:00
Greg Spencer bbc21fe3ed
Fix some issues with samples (#95044) 2021-12-13 09:29:09 -08:00
Dan Field ab0a335973
Ban sync*/async* from user facing code (#95050) 2021-12-12 13:05:03 -08:00
Christopher Fujino a4b260aee6
[flutter_conductor] Update conductor readme (#94950)
* update

* more
2021-12-10 17:06:41 -08:00
keyonghan bb3f232724
Rename devicelab catalina tests (#94980) 2021-12-10 15:39:07 -08:00
Ian Hickson cd239599e7
Attempt to mitigate flakiness around devtools (#94879) 2021-12-10 14:54:17 -08:00
Ian Hickson c44424b67d
Fixes semantics_perf_test.dart after profile fixes (#95047)
I renamed the semantics events label.
2021-12-10 13:13:05 -08:00
Ian Hickson 840e109e07
Improve tracing (#93086) 2021-12-10 10:09:24 -08:00
sigmundch 896c63eaed
[test] log stack trace on errors, to improve diagnostics on #89243 (#94885) 2021-12-09 11:54:16 -08:00
Tatsuyuki Ishi 9067923d93
Remove font-weight overrides from dartdoc (#90936) 2021-12-08 10:14:05 -08:00
Pierre-Louis b23f207e2c
Improve update_icons.dart script (#93863)
* Update update_icons.dart

* formatting

* more formatting

* simplify safety checks

* add safety checks tests

* formatting

* update copyright

* naming

* revert copyright

* add `fontFamily` option

* tweak diff messages

* Update update_icons.dart

* don't exit if platform adaptive icon not found

* remove trailing spaces

* remove warning and fix insert_chart (outlined) dartdoc

* x

* add error message when exiting due to failed safety checkes

* fix icon reference

* fix rewrite for onetwothree
2021-12-08 16:31:48 +01:00
Anna Gringauze d7466d8963
Update dwds and other packages (#94634) 2021-12-07 14:29:07 -08:00
Christopher Fujino 481dfec00e
[flutter_conductor] Support publishing to multiple channels (#94770) 2021-12-07 09:39:04 -08:00
Christopher Fujino eea6c54dc2
[flutter_conductor] catch and warn when pushing working branch to mirror (#94506) 2021-12-06 16:59:05 -08:00
Mouad Debbar c2f6a3af91
[web] Stop using web experiments in benchmarks (#94739) 2021-12-06 10:14:06 -08:00
Michael Thomsen bb906b6b4f
Roll packages to pick up new platform package (#94603) 2021-12-06 10:34:56 +01:00
Tong Mu 32d78ab40c
[Windows, Keyboard] Fix logical key for PrintScreen (#94454) 2021-12-01 14:24:04 -08:00
Darren Austin 418cd95661
Added material_color_utilities as a dependency for flutter package. (#94377) 2021-12-01 14:19:04 -08:00
Alex ad470f6bae
[conductor] channel constants refactor (#94220) 2021-12-01 10:19:05 -08:00
Jim Graham ee204880a5
Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00