Commit graph

25324 commits

Author SHA1 Message Date
Lau Ching Jun 95217eb72a
Add new hook for setupHotReload and after updating devFS is complete (#87532)
* Add new hook for setupHotReload and after updating devFS is complete

* Handle the case where updateDevFS failed
2021-08-03 21:09:56 -07:00
engine-flutter-autoroll 788aea4b4c
498df33f7 [flutter_plugin_tools] Track and log exclusions (flutter/plugins#4205) (#87613) 2021-08-03 20:45:04 -07:00
keyonghan 8d6ba790cb
mark flaky (#87606) 2021-08-03 20:40:05 -07:00
engine-flutter-autoroll 014abf7f1a
Roll Engine from ae8071be209b to b84d9fc6f649 (2 revisions) (#87612) 2021-08-03 20:30:04 -07:00
Jenn Magder 675135a2e8
Mark 'Mac plugin_dependencies_test' unflaky (#87354) 2021-08-03 19:15:05 -07:00
xubaolin 5a48a416b8
Update some Focus docs (#87561) 2021-08-03 18:25:05 -07:00
engine-flutter-autoroll 536e7a2ec4
Roll Engine from a474664cf546 to ae8071be209b (2 revisions) (#87605) 2021-08-03 18:20:04 -07:00
godofredoc 640c08dc80
Run lock workflow only in flutter/flutter. (#87601)
This is to prevent trying to run the workflow in forks.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-03 17:55:21 -07:00
Greg Spencer 169bb1b73f
Fix the sample code analyzer to properly handle missing_identifier errors (#87593)
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.

In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
2021-08-03 17:39:12 -07:00
Anna Gringauze cc63c81408
Update all packages (#87579)
- Update dwds and and the rest of the packages

Closes: https://github.com/flutter/flutter/issues/87100
2021-08-03 16:37:48 -07:00
engine-flutter-autoroll 9a9b8f0046
Roll Engine from 85cd2dd4f9af to a474664cf546 (5 revisions) (#87594) 2021-08-03 15:45:02 -07:00
Casey Hillers acd0db9b9f
[ci.yaml] Add LUCI config information (#87583) 2021-08-03 15:30:05 -07:00
Kate Lovett 1a76a01f0f
Skip flaky test (#87589) 2021-08-03 14:35:03 -07:00
engine-flutter-autoroll b0ba49b010
Roll Plugins from c59b32ce495c to 643c928c2f2f (2 revisions) (#87587) 2021-08-03 14:15:03 -07:00
xubaolin 79d32877c9
fix the DropdownButtonFormField's label display bug when the hint is non-null (#87104) 2021-08-03 14:10:03 -07:00
yusufm fe52e56614
Adding a timeout and retry to upload results step. (#87306)
* Adding a timeout and retry to upload results step.

* Adding tests for retries and timeout.

* Adding async to call

* Fixing sleep to trigger the timeout, and adding addition timeout test.

* Fixing minor typo.

* Fixing some minor flutter style issues.

Co-authored-by: yusufm <mohsinally@google.com>
2021-08-03 13:40:28 -07:00
engine-flutter-autoroll e14705275b
Roll Engine from d6ddc31542b4 to 85cd2dd4f9af (11 revisions) (#87586) 2021-08-03 13:35:03 -07:00
Jonah Williams 0d3b44e835
[flutter] replace 'checked mode' with 'debug mode' (#87408) 2021-08-03 13:25:05 -07:00
engine-flutter-autoroll 6f9de0a919
Roll Plugins from 477a13d8b0af to c59b32ce495c (3 revisions) (#87585) 2021-08-03 13:05:03 -07:00
keyonghan 01d5b621b8
rebase (#87570) 2021-08-03 12:15:04 -07:00
Kalidas VijayBhak fcca654e60
updated readme.md (#84525) 2021-08-03 11:55:03 -07:00
engine-flutter-autoroll 8550efa6cb
d6ddc3154 Added assertion up to cv99 for FontFeature.characterVariant (flutter/engine#27745) (#87550) 2021-08-03 11:25:04 -07:00
Darren Austin 9c3cd40af2
Skip test audit for dev tests. (#87147) 2021-08-03 11:17:41 -07:00
Darren Austin 1b77fca735
Updated skipped tests for painting directory. (#87546) 2021-08-03 11:16:53 -07:00
Casey Hillers fb6a816595
[ci.yaml] Add hot_mode_dev_cycle_win_target__benchmark and Linux gradle_plugin_light_apk_test (#87366) 2021-08-03 11:05:06 -07:00
Anna Gringauze 44d9af80cb
Flutter_tools for web: report error messages with stacks on exit (#87386)
* Flutter_tools for web platform: report error messages with stacks on toolExit

Print error messages and stacks in verbose mode before calling
`throwToolExit` on communication errors to chrome and dwds.

This will help us disagnose CI flakes:

Helps: https://github.com/flutter/flutter/issues/84012
Closes: https://github.com/flutter/flutter/issues/87149

* Added tests

* Extend timeout for testing failure to connect to chrome

* Update rest of chrome tests to await until matching is finished
2021-08-03 10:51:35 -07:00
Jenn Magder d1eff7f4e3
Add Cupterino button animation test (#87535) 2021-08-03 10:40:05 -07:00
Jenn Magder f61074c230
Fix Cuptertino dialog test to check correct fade transition (#87533) 2021-08-03 10:35:05 -07:00
Greg Spencer 0151359c07
Fix some errors in snippets (#87528) 2021-08-03 10:20:04 -07:00
Casey Hillers cf0be0a1d9
[ci.yaml] Remove builder, sort by name (#87522) 2021-08-03 09:15:03 -07:00
engine-flutter-autoroll 08320a8dc4
Roll Engine from 29f9df723f97 to eb1d87d805f5 (24 revisions) (#87541) 2021-08-02 22:05:02 -07:00
Nguyen Phuc Loi 31fd0f754f
[flutter_driver] Remove runUnsynchronized in VMServiceFlutterDriver (#87467) 2021-08-02 21:45:02 -07:00
xubaolin 52bf9dbbd7
update ScrollMetricsNotification (#87421) 2021-08-02 21:40:04 -07:00
Darren Austin 5bdc698bb7
Updated skipped tests for material directory. (#87328) 2021-08-02 21:15:54 -07:00
Darren Austin b375059ee7
Updated the skipped tests for cupertino package. (reland) (#87538) 2021-08-02 19:55:03 -07:00
Darren Austin 9664a109d9
Revert "Updated the skipped tests for cupertino package. (#87289)" (#87537)
This reverts commit faf774eb97.
2021-08-02 18:14:46 -07:00
Darren Austin faf774eb97
Updated the skipped tests for cupertino package. (#87289) 2021-08-02 18:09:01 -07:00
Darren Austin 8322e178fa
Revert "Added 'exclude' parameter to 'testWidgets()'. (#86397)" (#87515) 2021-08-02 18:05:04 -07:00
dependabot[bot] 40739568ab
Bump cocoapods from 1.10.1 to 1.10.2 in /dev/ci/mac (#87525) 2021-08-02 17:35:03 -07:00
Rami 37c414dd8e
Allow for customizing and theming extended FAB's TextStyle (#87498) 2021-08-02 14:55:03 -07:00
Angjie Li 22436cca0e
Revert "Avoid passive clipboard read on Android (#86791)" (#87375) 2021-08-02 14:40:04 -07:00
Darren Austin 962f57f847
Updated skipped tests for foundation directory. (#87293) 2021-08-02 14:38:57 -07:00
Ahmed Ashour 92e02457d5
Handle reserved Kotlin keywords (#86518) 2021-08-02 14:35:05 -07:00
keyonghan 2971bf652d
Mark hot_mode_dev_cycle_linux__benchmark flaky to unblock tree (#87524)
* mark flaky to unblock tree

* bringup: true
2021-08-02 14:29:30 -07:00
Jonah Williams 4697e255ed
disable analyze linux on Cirrus (#87518)
* disable analyze linux


Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
2021-08-02 13:46:54 -07:00
Jenn Magder 0abf02f855
Do not run web shard during tool_tests when subshard is missing (#87385) 2021-07-30 17:44:02 -07:00
engine-flutter-autoroll aae28e63be
Roll Engine from f18a930f7322 to 29f9df723f97 (7 revisions) (#87384) 2021-07-30 17:39:04 -07:00
keyonghan a8c5c525bc
Enable test ownership validation test in pre-submit (#87310) 2021-07-30 16:24:05 -07:00
godofredoc c11efb5016
Re-lands the change to enable the no-response bot (#87381)
* Re-lands the change to enable the no-response bot which was reverted on #87361.

This is the second retry which was now validated using the github
workflows UI.

Bug: https://github.com/flutter/flutter/issues/87360

* Remove trailing spaces.
2021-07-30 16:20:17 -07:00
Christopher Fujino da93ab36ed
[flutter_conductor] auto-generate PR title and description via query params (#87313) 2021-07-30 16:19:04 -07:00