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
25571a59b0
Revert "Manually close the tree ( #78991 )" ( #79006 )
...
This reverts commit 8caf4d4416887ff0d54584299a18bf743a5c2fd7.
2021-03-24 14:02:03 -07:00
Jenn Magder
8caf4d4416
Manually close the tree ( #78991 )
2021-03-24 11:06:21 -07:00
Zachary Anderson
5efc7169eb
Reverts "Implement dartPluginClass support for plugins #74469 " ( #78623 )
...
* Revert "Enable dart_plugin_registry_test (#76645 )"
This reverts commit 109e0bb9f55ed6e9884547843356d16897eaf6a9.
* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093 )"
This reverts commit cdca6485f05287bb12b1acebbbae2ba107d6c1be.
* Revert "Disable clang format in the plugin registrants (#76662 )"
This reverts commit dadbd47d097f5cce868832fa8b4d03439a5c8402.
* Revert "Disable warnings for the dart plugin registrant (#76561 )"
This reverts commit 098ece522d41f25370d19f5ec09d93ce2e727019.
* Revert "Remove dart_plugin_registry_test timeouts (#76838 )"
This reverts commit 1610a2747654dec3cabbd1d81d0bc5885b2067a2.
* Revert "Implement dartPluginClass support for plugins (#74469 )"
This reverts commit b7d4806243a4e906bf061f79a0e314ba28111aa6.
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
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
Angjie Li
f4c3662b02
Revert "Manually close the tree for https://github.com/flutter/flutter/issues/78567 ( #78568 )" ( #78647 )
...
This reverts commit 51dbc768d8a42ab81aadcf5fbc23ff45f1285e38.
2021-03-19 13:43:49 -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
4851bd51f9
[devicelab] remove vm_service_client from devicelab ( #78559 )
2021-03-18 11:51:07 -07:00
Casey Hillers
c30fdfbe82
Revert "[devicelab] Migrate Gallery to BuildTestTask ( #77956 )" ( #78355 )
...
This reverts commit 93fb258602a4e47c7b8048e576f3f4cbc15187ce.
2021-03-16 12:20:36 -07:00
Casey Hillers
93fb258602
[devicelab] Migrate Gallery to BuildTestTask ( #77956 )
2021-03-16 11:58:03 -07:00
Jenn Magder
ac6e3f87b2
Add iOS archive codesign test ( #77428 )
2021-03-05 18:44:02 -08:00
Michael Goderbauer
cb867bbedc
Enable unnecessary_await_in_return lint ( #77434 )
2021-03-05 18:38:15 -08:00
Michael Goderbauer
807bb29888
enable prefer_function_declarations_over_variables lint ( #77398 )
2021-03-05 18:29:04 -08:00
Casey Hillers
b0afe3464e
Create BuildTestTask ( #77307 )
2021-03-04 18:49:03 -08:00
Casey Hillers
7ed797b053
Revert "[devicelab] Separate build and test from Flutter gallery tests ( #76415 )" ( #77086 )
...
This reverts commit 297c7b5cf2606168a9a6fd95ed3fb958051c4466.
2021-03-02 12:17:18 -08:00
Casey Hillers
297c7b5cf2
[devicelab] Separate build and test from Flutter gallery tests ( #76415 )
2021-03-02 11:49:02 -08:00
Jenn Magder
8050bd6132
Turn on iOS podspec linting in test ( #77028 )
2021-03-02 10:29:08 -08:00
Jenn Magder
3e5efc0235
Remove failing 32-bit iOS benchmarks ( #76800 )
2021-02-25 12:05:21 -08:00
Jenn Magder
a30ebf67e5
Add gallery integration iOS UI integration test ( #76658 )
2021-02-24 13:46:03 -08:00
Jenn Magder
d69e2f10d8
Remove unused android_splash_screens integration test ( #76429 )
2021-02-22 14:46:04 -08:00
Emmanuel Garcia
b7d4806243
Implement dartPluginClass support for plugins ( #74469 )
2021-02-19 09:22:45 -08:00
Jenn Magder
050d49ae42
Upload logs before failing module_test_ios ( #76341 )
2021-02-18 15:38:24 -08:00
Jenn Magder
3cbe0ff1b1
Output unexpected Podfile.lock contents on test failure ( #76223 )
2021-02-17 12:56:03 -08:00
chunhtai
815976a8e4
change stack size test to test arm device ( #75814 )
2021-02-17 12:46:03 -08:00
godofredoc
b0aa556958
Fix dart_docs. ( #75933 )
...
flutter update-packages from the recipe was removed in favor of each
test running pub get in their dependencies.
2021-02-12 13:54:37 -08:00
godofredoc
a0e8681452
Add flutter update packages to some tests. ( #75530 )
...
* Add flutter update packages to some tests.
Analyzer_benchmark and flutter_test_performance require to pub get
multiple directories. Rather than delegating the recipes to run flutter
update-packages we explicitly running on tests that need it.
Bug: https://github.com/flutter/flutter/issues/75524
* Add pub get directly on the analyis classes.
* Run flutter get in dev/tools.
* Fix directory path.
* Add more dependency directories.
* Fix typo.
* Add more dependencies.
* Add stocks dependency.
* Fix paths to some apps.
* Add more dependencies.
* Complete dependencies definition.
* More analysis dependencies.
* Add examples dependencies.
* Dev tool dependencies.
* Use update-packages for analyzer benchmark.
2021-02-11 15:30:55 -08:00
Michael Thomsen
525a617886
Adust Flutter constraint ( #75773 )
2021-02-11 07:29:52 +01:00
gaaclarke
eefe4a7650
FlutterEngineGroup memory test: added precache before executing gradle. ( #75793 )
2021-02-10 17:16:04 -08:00
gaaclarke
278065284d
started stealing the gradle wrapper from the flutter module ( #75743 )
2021-02-09 17:51:03 -08:00
Jenn Magder
4329bea900
Compress module_test_ios xcresult ( #75736 )
2021-02-09 16:10:40 -08:00
gaaclarke
e89b151352
Added memory benchmark for flutter engine groups. ( #75374 )
2021-02-09 09:46:11 -08:00
Zachary Anderson
f3c10bd23a
Revert "Manually close the tree for issue/75514 ( #75515 )" ( #75682 )
...
This reverts commit 643e65984ae1ebe5ee1458a898fc43204ae4fc15.
2021-02-08 21:52:03 -08:00
Zachary Anderson
643e65984a
Manually close the tree for issue/75514 ( #75515 )
2021-02-05 08:58:31 -08:00
chunhtai
713fa8e360
Reland "add a benchmark test for stack size ( #75039 )" ( #75434 )
...
* Reland "add a benchmark test for stack size (#75039 )"
This reverts commit de683de9d5a5df01cff3fdf077c76354996b55a4.
* fix typo
2021-02-04 12:16:31 -08:00
Shi-Hao Hong
de683de9d5
Revert "add a benchmark test for stack size ( #75039 )" ( #75383 )
...
This reverts commit 9d9109aa6fbd8a6bd9207f3f9fd92a7d05b060a8.
2021-02-04 10:26:04 +08:00
chunhtai
9d9109aa6f
add a benchmark test for stack size ( #75039 )
2021-02-03 15:16:03 -08:00
Jenn Magder
f4f33fd108
Dump logs on failing devicelab test to recipe artifact location ( #74378 )
2021-02-01 15:00:38 -08:00
Jenn Magder
91aad2bb06
Avoid iOS local networking dialog in integration tests ( #75163 )
2021-02-01 13:33:25 -08:00
Jenn Magder
754bc4a594
Move android_plugin_example_app_build_test from devicelab to tool integration tests ( #74685 )
2021-01-25 19:23:53 -08:00
Christopher Fujino
6a2dfa9f4f
Revert "Manually close tree while devicelab staging is failing ( #74434 )" ( #74438 )
...
This reverts commit 444c954f439bb5dce0e9c130c7a37a424ccb5927.
2021-01-21 17:09:38 -08:00
Jenn Magder
444c954f43
Manually close tree while devicelab staging is failing ( #74434 )
2021-01-21 11:31:09 -08:00
Jenn Magder
d603ee1100
Add verbose build flag to ios_app_with_extensions_test ( #74080 )
2021-01-15 15:31:03 -08:00
Jenn Magder
48de75c8fd
Remove smoke_catalina_hot_mode_dev_cycle__benchmark ( #74006 )
2021-01-15 13:25:57 -08:00
Jenn Magder
532c822b86
Remove smoke_catalina_start_up_ios ( #74007 )
2021-01-15 13:24:34 -08:00
Yuqian Li
c4114a7527
Remove more flaky non-e2e tests ( #74062 )
...
Fixes https://github.com/flutter/flutter/issues/73873
2021-01-15 13:22:26 -08:00
Yuqian Li
d676d2544c
Remove flaky non-e2e test ( #73986 )
2021-01-14 17:46:14 -08:00
Jenn Magder
b29a6bc56b
Use SDK podhelper in add-to-app module Podfile ( #73072 )
2021-01-14 10:15:24 -08:00
stuartmorgan
339216d186
Add hot reload test tasks for Linux and Windows desktop ( #73889 )
2021-01-14 06:45:14 -08:00