Commit Graph

4038 Commits

Author SHA1 Message Date
Jenn Magder
0eae276e68 Remove cli_utils from allow-list (#99037) 2022-02-23 18:54:23 -08:00
xubaolin
2ad0ac0ef2 Draggable can be accepted when the data is null (#97355) 2022-02-23 15:19:22 -08:00
Tomasz Gucio
e4351ff053 Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
gaaclarke
a7790d8e3a Added a microbenchmark for Timeline events. (#98763) 2022-02-22 13:42:50 -08:00
Ben Konyi
729f8c83d2 Update regexp for Observatory/VM Service message parsing for device lab (#98935)
Should unblock https://github.com/flutter/flutter/issues/98930
2022-02-22 10:59:53 -08:00
Christopher Fujino
74881c12bd [flutter_conductor] fix auto-tagging branch point (#98618) 2022-02-18 16:19:25 -08:00
Ben Konyi
50c4720913 Update dependencies to pull in new vm_service, dds, dwds, coverage, etc (#98513) 2022-02-18 12:32:08 -08:00
David Iglesias
93c0c043cf [devicelab] Web benchmarks now run on Chromium 89+ (#98629) 2022-02-16 19:04:14 -08:00
gaaclarke
7c3f79f725 Added performance benchmarks to background platform channels for iOS. (#97991) 2022-02-16 10:03:47 -08:00
Emmanuel Garcia
4ee22ed2bd Roll Engine from 4463cf40fed9 to 5f0271a38988 + Fix test (#98479) 2022-02-15 13:11:36 -08:00
Ben Konyi
2a2f973120 Update flutter_tools to look for new VM service message (#97683)
* Update flutter_tools to look for new VM service message

The Dart SDK will soon move away from the current Observatory message:

"Observatory listening on ..."

To a new message that no longer references Observatory:

"Dart VM Service listening on ..."

This change updates all tests with mocks to check for the new message
and also adds support for the new message in ProtocolDiscovery.

See https://github.com/dart-lang/sdk/issues/46756

* Fix some parsing locations

* Fix analysis failures

* Update message

* Remove extra comment

* Update message

* Add globals prefix
2022-02-15 07:33:57 -08:00
Darren Austin
ca2a751661 Migrate NavigationBar to M3 tokens. (#98285) 2022-02-15 00:40:20 -08:00
Christopher Fujino
87fe3fe031 rename two unit tests that were not actually being run on CI (#98299) 2022-02-14 17:40:13 -08:00
LongCatIsLooong
ad612b59e5 Dump app on keyboard_textfield_test timeout (#98305) 2022-02-13 17:20:18 -08:00
Michael Goderbauer
61ac285608 [performance] Trace direct calls to inflateWidget (#98277) 2022-02-11 13:30:18 -08:00
keyonghan
e8bc5c5ace Support Samsung phone when getting device wakefulness status (#98146) 2022-02-11 12:05:18 -08:00
Darren Austin
21a6c06491 Update Material tokens to v0.81. (#98149) 2022-02-10 22:56:17 -08:00
chunhtai
a50120aa28 Relax android semantics integration test checks (#97742) 2022-02-10 19:50:22 -08:00
Jenn Magder
ac708f1cb8 Pin url_launcher to federated version in plugin_lint_mac (#98171) 2022-02-10 18:53:01 -08:00
Jenn Magder
ea6025ca49 Revert "Update plugin lint test for federated url_launcher plugin (#94374)" (#98166)
This reverts commit 86b80d1cfe.
2022-02-10 14:59:20 -08:00
Pierre-Louis
312085a19a Update repo generated_plugins.cmake (#98034) 2022-02-09 15:15:27 +01:00
George Wright
8b944ea88d Split complexity scoring tests into two tasks - one for Android and one for iOS (#98063) 2022-02-08 16:10:43 -08:00
George Wright
ff1e9b7b9e Add a benchmark for simple DisplayLists to exercise the Raster Cache's cache admission algorithm (#97992) 2022-02-07 21:01:01 -08:00
LongCatIsLooong
213f766e35 Use ValueKey finder instead of text finder in keyboard_textfield_test (#97996) 2022-02-07 20:00:19 -08:00
Casey Hillers
3f7d997c3a [ci] Remove ios32 tests (#97385) 2022-02-07 19:24:43 -08:00
Darren Austin
93a1b7a577 Material 3 Typography support. (#97829) 2022-02-07 17:00:22 -08:00
Emmanuel Garcia
3facdb8717 Pin Gallery to version with updated settings.gradle (#97986) 2022-02-07 15:15:46 -08:00
Jenn Magder
57d5222876 Include -isysroot -arch and -miphoneos-version-min when creating dummy module App.framework (#97689) 2022-02-04 14:50:11 -08:00
Devon Carew
45f8c39052 use 'dart pub' instead of calling the pub executable directly (#97749)
use 'dart pub' instead of calling the pub executable directly
2022-02-04 12:45:20 -08:00
godofredoc
67789b3a5d Add dependabot for docker files. (#97556) 2022-02-03 16:35:14 -08:00
Ian Hickson
ab89ce285f Clean up the bindings APIs. (#89451) 2022-02-03 14:55:15 -08:00
Harry Terkelsen
03f1d37935 Add a benchmark for a scrolling list of Links (#94638) 2022-02-03 14:38:58 -08:00
Darren Austin
e82e94b28a Updated the defaults to only use function overrides for computed values. (#97677) 2022-02-02 16:13:56 -08:00
Zachary Anderson
e50ca9acbc Reland: [flutter_tool] Download gen_snapshot.zip for macOS desktop (#97671) 2022-02-02 14:43:55 -08:00
Daco Harkes
54f674c23a Migrate bots/test.dart from pub run to dart run (#97575) 2022-02-02 14:40:15 -08:00
gaaclarke
2b14a3ec45 Added performance benchmark for background platform channels (#92130) 2022-02-02 14:35:15 -08:00
Darren Austin
97124d7bf9 Updated gen_defaults to use new JSON output from the Material token database. (#97596) 2022-02-02 10:22:57 -08:00
Zachary Anderson
219bcd329e Include Dart SDK arch in package info (#97278) 2022-02-02 09:02:02 -08:00
Collin Jackson
10fbbafe09 [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
Pierre-Louis
a22cf5d6b9 Update packages (#97592)
* update packages

* implement

* remove trailing spaces

* Revert "remove trailing spaces"

This reverts commit d3bffbef57d142a4a5d98dea4c3e9b6db856c9bb.

* Revert "implement"

This reverts commit 6b6172a827c84985c5fe09e676096878fba43306.
2022-02-02 09:16:05 +01:00
Jenn Magder
802d872d40 Revert "Export an IPA for distribution via "flutter build ipa" without --export-options-plist" (#97616) 2022-02-01 18:26:23 -08:00
Jenn Magder
dff9126d79 Run devicelab test xcarchive export as development method (#97615) 2022-02-01 17:51:31 -08:00
godofredoc
29fd0469ed Pin dependencies in docker file. (#97466)
* Pin dependencies in docker file.

The docker file had two dependencies that were not locked. An npm
dependency and the debian base image. This PR pins those two
dependencies.

* Use the slim version of debian image.

* Use image with bigger disk to build docker images.

* remove web_engine_tests from cirrus.
2022-01-31 18:06:27 -08:00
Pierre-Louis
6bd0b95728 [Icons] Prevent double underscores after replacement (#96904)
* Prevent double underscores after replacement

* add test

* remove trailing space
2022-01-30 13:16:32 +01:00
Jim Graham
9c934041bd Add benchmarks to measure impact of alpha saveLayers in DisplayLists (#97336) 2022-01-27 13:25:17 -08:00
Daco Harkes
0e2f51dfd0 FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
Jenn Magder
f085e1a9cd Add timeout to keyboard finder to diagnose flake (#97258) 2022-01-26 12:00:14 -08:00
Jenn Magder
7ec334827a Move gallery native UI test launching out of test and into setup (#97177) 2022-01-24 19:50:10 -08:00
stuartmorgan
22c63a11a8 Add a note about depot_tools to the led step (#96830) 2022-01-24 13:15:22 -08:00
Michael Goderbauer
5684b9f69e Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00