Commit Graph

29153 Commits

Author SHA1 Message Date
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
chunhtai
67cee63087 Add string attribute api to text span (#86667) 2021-07-30 15:49:04 -07:00
godofredoc
3ca8d7b79d Revert "Re-land no-reponse bot. (#87372)" (#87377)
This reverts commit 38a6c8a418.
2021-07-30 15:06:40 -07:00
godofredoc
38a6c8a418 Re-land no-reponse bot. (#87372) 2021-07-30 14:49:03 -07:00
Jenn Magder
7424db448d Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (#87362) 2021-07-30 14:44:04 -07:00
Jenn Magder
9072bac50c Mark devtools_profile_start_test unflaky (#87355) 2021-07-30 14:39:02 -07:00
Tong Mu
6823a56bed Enable viewport_test.dart's shuffling (#87319)
This PR fixed the problem that has prevented viewport_test.dart being shuffled.
2021-07-30 14:23:46 -07:00
Cody Goldberg
ab6ce71402 [flutter_test/integration_test] added setSurfaceSize test coverage (#82712)
This PR includes an updated test case for integration_test and a new test case for flutter_test to ensure that hit tests transform properly when using setSurfaceSize, for both the IntegrationTestWidgetsFlutterBinding and LiveTestWidgetsFlutterBinding bindings.
2021-07-30 13:47:20 -07:00
engine-flutter-autoroll
39b3515496 Roll Plugins from 1b7c4fbce750 to 477a13d8b0af (5 revisions) (#87369) 2021-07-30 13:34:04 -07:00
engine-flutter-autoroll
1da3fc8b25 Roll Engine from 3be118d2486c to f18a930f7322 (5 revisions) (#87368) 2021-07-30 13:24:04 -07:00
xubaolin
46f160d559 update the scrollbar (#82687) 2021-07-30 13:19:04 -07:00
godofredoc
bdca3391b4 Revert "Add no-response workflow. (#87318)" (#87361)
This reverts commit ee06781362.
2021-07-30 11:38:44 -07:00
Casey Hillers
1f067aea1b [ci.yaml] presubmit docs renamed to docs_test (#87214) 2021-07-30 11:29:05 -07:00
engine-flutter-autoroll
e4cf7a0bdd 3be118d24 Roll Skia from 8adb6255053f to 14d87226b3ad (5 revisions) (flutter/engine#27814) (#87347) 2021-07-30 11:14:03 -07:00
Kaushik Iska
70d249720c Add config for animation_with_microtasks test (#87346) 2021-07-30 11:10:02 -07:00
godofredoc
ee06781362 Add no-response workflow. (#87318) 2021-07-30 11:09:04 -07:00
Jia Hao
c863c0180d Use FLUTTER_VIEW_ID to find the Flutter view (#87324) 2021-07-30 10:57:04 -07:00
Jenn Magder
a69b3ca5d3 Exclude arm64 from iOS app archs if unsupported by plugins (#87244) 2021-07-30 10:54:34 -07:00
Casey Hillers
5b0fd2f31c [ci.yaml] Prefix devicelab targets with the phone used (#87304) 2021-07-30 10:10:13 -07:00
engine-flutter-autoroll
6f5f0a3f03 232f7e2e5 Roll Skia from d31b15da6e33 to 8adb6255053f (1 revision) (flutter/engine#27813) (#87340) 2021-07-30 09:04:05 -07:00
engine-flutter-autoroll
ece0c24b4b Roll Engine from 884e9dacb919 to 72c8e5521b62 (14 revisions) (#87331) 2021-07-30 03:04:04 -07:00
Renzo Olivares
9c32e5a1d2 Add enableIMEPersonalizedLearning flag to TextField and TextFormField (#87002)
* Add requestPrivacy parameter to TextField

* remove logs

* No need to pass _Editable requestPrivacy for now

* Forgot from last commit

* Add requestPrivacy flag to text form field

* Update docs

* Add requestPrivacy to CupertinoTextField

* Add test to verify requestPrivacy flag is sent to engine properly

* update docs

* fix tests

* rename requestPrivacy to enableIMEPersonalizedLearning

* Update text_input.dart

* default to true

* Have diagnostic properties default to true for enableIMEPersonalizedLearning
2021-07-30 00:20:45 -07:00