Commit Graph

3569 Commits

Author SHA1 Message Date
Jia Hao
8158b478d7 Add tests for integration tests to devicelab (#79258) 2021-03-30 22:29:03 -07:00
Jia Hao
9e3eadb98d [flutter_tools] Support Integration Tests (#76200) 2021-03-30 19:29:02 -07:00
Jenn Magder
2271578ab6 Add missing io import to complex_layout_semantics_perf (#79421) 2021-03-30 18:28:06 -07:00
Dan Field
11afd31c98 one more path (#79419) 2021-03-30 18:02:24 -07:00
Jason Simmons
a51e597d7d Fix package declarations for add-to-app integration tests (#77648) 2021-03-30 14:19:02 -07:00
Christopher Fujino
a2a520cba3 only cache release manifest files for 60 seconds (#79325) 2021-03-30 13:15:34 -07:00
Kaushik Iska
b2b98a26db Remove animation_with_microtasks_perf_ios__timeline_summary from prod_builders.json (#79394) 2021-03-30 12:49:02 -07:00
Abhishek Ghaskata
1f30bfd417 remove codesign.dart (#78764) 2021-03-30 11:38:03 -07:00
Michael Thomsen
2cdd51900c Enable null safety by default in templates (#78619) 2021-03-30 10:16:05 +02:00
Jenn Magder
12880f7751 Point gallery test data to FLUTTER_TEST_OUTPUTS_DIR (#79332) 2021-03-29 21:39:03 -07:00
Janice Collins
4d062996d3 Update dartdoc to 0.41.0 (#79304) 2021-03-29 21:34:02 -07:00
Alexandre Ardhuin
a6832d4d32 add missing trailing commas (#79299) 2021-03-29 21:29:02 -07:00
chunhtai
ceb0a5fa8d skip android semantics integration test to enable engine roll (#79296) 2021-03-29 21:19:02 -07:00
Jenn Magder
0eec9df9f9 Revert "Mark flutter_gallery__transition_perf_e2e_ios32 flaky (#79317)" (#79323) 2021-03-29 21:08:49 -07:00
Kaushik Iska
e6920662ad Add a test to exercise multiple async microtasks in frame workload (#79163) 2021-03-29 20:49:05 -07:00
Jenn Magder
6dcaeb3d90 Mark docs tests unflaky (#79324) 2021-03-29 20:10:27 -07:00
Dan Field
374993ce88 fix tree (#79329) 2021-03-29 18:52:36 -07:00
Dan Field
750fd1d536 Avoid hard coding "build" for test output files (#79322) 2021-03-29 17:36:34 -07:00
Jenn Magder
c47fdebafe Mark flutter_gallery__transition_perf_e2e_ios32 flaky (#79317) 2021-03-29 16:45:33 -07:00
Jenn Magder
f12d90c435 Add split Linux docs jobs to prod builder json (#78888) 2021-03-29 13:35:16 -07:00
Tong Mu
a603714610 Revert "Make LogicalKeyboardKey.keyLabel a getter and better (#79100)" (#79217) 2021-03-28 03:54:02 -07:00
Tong Mu
b60c855af5 Make LogicalKeyboardKey.keyLabel a getter and better (#79100) 2021-03-26 22:14:01 -07:00
Alexandre Ardhuin
e384ca7979 use null aware operators for function invocations (#79049) 2021-03-26 09:34:03 -07:00
Jonah Williams
dfc134dd9a [versions] roll many versions (#79088) 2021-03-25 15:43:44 -07:00
Pierre-Louis
c49cd2719d [Fonts] Remove update_icons TODO (#79027) 2021-03-25 09:29:02 -07:00
Tong Mu
5647407f07 Add mouseCursor, onEnter, and onExit to TextSpan (#77754) 2021-03-25 00:39:03 -07:00
David Iglesias
40ed6a6ddb [ci] Run same script to analyze plugins as flutter/plugins. (#79008) 2021-03-24 18:04:04 -07:00
Jenn Magder
25571a59b0 Revert "Manually close the tree (#78991)" (#79006)
This reverts commit 8caf4d4416.
2021-03-24 14:02:03 -07:00
Tong Mu
eb6e56761e Revert "Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)" (#79005)
This reverts commit 515ef91ba1.
2021-03-24 13:31:02 -07:00
Jenn Magder
8caf4d4416 Manually close the tree (#78991) 2021-03-24 11:06:21 -07:00
Tong Mu
515ef91ba1 Remove keyLabel and debugName from Logical/PhysicalKeyboardKey (#78263)
- Remove `LogicalKeyboardKey.keyLabel`
- Make `Physical/LogicalKeyboardKey.debugName` getters
- Make `Physical/LogicalKeyboardKey()` factory constructors, which cache non-predefined instances.
2021-03-24 04:59:57 -07:00
Michael Goderbauer
cec6491838 Remove ignores that are not ignoring anything (#78669) 2021-03-23 18:46:04 -07:00
Jenn Magder
6b22834699 Update packages to pick up new process version (#78910) 2021-03-23 17:30:49 -07:00
Zachary Anderson
5efc7169eb Reverts "Implement dartPluginClass support for plugins #74469" (#78623)
* Revert "Enable dart_plugin_registry_test (#76645)"

This reverts commit 109e0bb9f5.

* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)"

This reverts commit cdca6485f0.

* Revert "Disable clang format in the plugin registrants (#76662)"

This reverts commit dadbd47d09.

* Revert "Disable warnings for the dart plugin registrant (#76561)"

This reverts commit 098ece522d.

* Revert "Remove dart_plugin_registry_test timeouts (#76838)"

This reverts commit 1610a27476.

* Revert "Implement dartPluginClass support for plugins (#74469)"

This reverts commit b7d4806243.

Kick.
2021-03-23 14:28:11 -07:00
Jenn Magder
3463946448 Take screenshot when drive fails (#78822) 2021-03-22 19:06:28 -07:00
Shi-Hao Hong
49adef6792 [State Restoration] Code sample templates, migrate existing code samples (#78757)
* Create state restoration templates, 

* Update existing state restoration samples to use the new templates

* Add to README, decided to require stateful widgets to include RestorationMixin
2021-03-23 09:24:34 +08:00
Shi-Hao Hong
7a88eb97ea Typo fixes (#78755) 2021-03-23 09:23:43 +08:00
Jenn Magder
2eca1f4033 Migrate dev projects from jcenter to mavenCentral (#78812) 2021-03-22 17:39:02 -07:00
Todd Volkert
351e319a47 Improve documentation for PointerSignalResolver class (#78738) 2021-03-22 12:15:03 -07:00
Jonah Williams
74a795d165 roll more versions (#78654) 2021-03-19 15:46:03 -07:00
Jenn Magder
c90cd65a38 Standardize tool test shard selection (#78636) 2021-03-19 15:33:36 -07:00
Jenn Magder
6a4dd4cfb4 Skip linking on Flutter for CocoaPods transitive dependencies (#78592) 2021-03-19 15:33:20 -07:00
Michael Goderbauer
197b440e96 Migrate out custom ignore syntax to flutter_ignore (#78497) 2021-03-19 15:33:05 -07:00
godofredoc
eb1868b098 Use flutter-cirrus gke cluster for framework tasks. (#77982) 2021-03-19 14:26:04 -07:00
Angjie Li
f4c3662b02 Revert "Manually close the tree for https://github.com/flutter/flutter/issues/78567 (#78568)" (#78647)
This reverts commit 51dbc768d8.
2021-03-19 13:43:49 -07:00
Angjie Li
6515806717 Revert "Fix a legacy TODO (#77454)" (#78584)
This reverts commit 5e4e530e93.
2021-03-19 10:08:12 -07:00
Zachary Anderson
51dbc768d8 Manually close the tree for https://github.com/flutter/flutter/issues/78567 (#78568) 2021-03-18 13:27:01 -07:00
Jonah Williams
28532edaa5 Update all versions and migrate devicelab framework to package:vm_service (#78557) 2021-03-18 12:38:12 -07:00
Jonah Williams
4851bd51f9 [devicelab] remove vm_service_client from devicelab (#78559) 2021-03-18 11:51:07 -07:00
Jenn Magder
2dbe1ec8fb Move web tool test per-test timeout to shard (#78508) 2021-03-18 11:50:49 -07:00