Commit graph

3608 commits

Author SHA1 Message Date
Dan Field 69f2f8a18b
Revert "Remove per-test timeouts from integration tests (#85098)" (#85133)
This reverts commit b96c3c22ce.
2021-06-23 08:17:27 -07:00
Dan Field b96c3c22ce
Remove per-test timeouts from integration tests (#85098) 2021-06-23 07:17:28 -07:00
Jenn Magder 67aee9a0c3
Avoid iOS app with extension checks that fail on M1 (#85087) 2021-06-22 20:56:02 -07:00
Jonah Williams 03d14a30c8
[versions] remove mockito (#85076) 2021-06-22 17:41:03 -07:00
Abhishek Ghaskata 3d124d25e8
migrate host agent (#84755) 2021-06-22 12:21:03 -07:00
Jenn Magder 3ee1d46d5a
Check for either ios-x86_64-simulator or ios-arm64_x86_64-simulator in module test (#85051) 2021-06-22 10:45:57 -07:00
Dan Field eafadd8b1c
Try to dump app again for run_demos.dart (#85048) 2021-06-22 10:43:54 -07:00
Phil Quitslund 875b420cc8
remove deprecated author fields (#84997) 2021-06-22 06:06:03 -07:00
Christopher Fujino c3822edbe8
Conductor add next (#84354) 2021-06-21 18:46:02 -07:00
Kate Lovett a1a360bf13
Disable auto scrollbars on desktop for legacy flutter gallery (#84812) 2021-06-21 14:24:02 -07:00
Dan Field 46c546684f
Dump the app if we cannot tap the demo (#84996)
To help deflake https://github.com/flutter/flutter/issues/83298
2021-06-21 12:04:43 -07:00
Abhishek Ghaskata 16c0a3d700
Migrate task_result to null safety (#84939) 2021-06-21 10:04:02 -07:00
Dan Field a8232dd77d
Add GC events to transitions perf test for gallery (#84956) 2021-06-21 08:09:03 -07:00
Jenn Magder 1d2f6c5296
Revert "Set up iOS native integration_tests in ui example project (#84890)" (#84892)
This reverts commit 05d5515732.
2021-06-18 18:05:00 -07:00
Jenn Magder 05d5515732
Set up iOS native integration_tests in ui example project (#84890) 2021-06-18 17:45:11 -07:00
Phil Quitslund 6cb4357294
re-enable directives ordering (#84864) 2021-06-18 09:19:03 -07:00
Jenn Magder 03034e9e4a
Audit devicelab log streaming for nullability (#84820) 2021-06-18 00:14:03 -07:00
Mirko Mucaria bce1706f1c
Fix watchOS build when companion app is configured with xcode variable (#84519) 2021-06-17 14:14:03 -07:00
Tong Mu 32203c391f
Key codegen for Hardware Keyboard: Linux (GTK) #82962 2021-06-17 02:14:44 -07:00
Hans Muller ab9df83645
Retry dev/snippets git status, deflake snippets generator (#84728) 2021-06-16 15:39:02 -07:00
Jason Simmons 6b7f46353f
Manual roll of engine from e0011fa561d6 to 2118a1bb4bf0 (7 revisions) (#84666)
Includes updates to test expectations due to changes in the widget kernel
transformer.
2021-06-16 06:22:34 -07:00
Jonah Williams cd13c91119
[versions] update dependencies (#84639) 2021-06-15 11:08:57 -07:00
Jenn Magder 64056a1a52
Fix integration_test podspecs warnings (#84602) 2021-06-15 10:29:03 -07:00
Jenn Magder 697928d21f
Revert "Set up iOS native integration_tests in ui example project (#84596)" (#84641)
This reverts commit ef2879a46f.
2021-06-15 10:09:41 -07:00
Jenn Magder ef2879a46f
Set up iOS native integration_tests in ui example project (#84596) 2021-06-14 18:04:02 -07:00
Greg Spencer ec5cfc001d
Fix build failure (#84597)
Fixes an incorrect cast that caused a build failure.

Landing on red to fix the build.
2021-06-14 15:17:25 -07:00
Dan Field 3794884fbb
Deflake demo (#84593) 2021-06-14 14:41:47 -07:00
Greg Spencer 88f3811055
Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476)
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated.

Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
2021-06-14 14:16:57 -07:00
Phil Quitslund bb9bac9f3f
Prep for new directives_ordering (#84579)
* sort directives

* prep for new directives ordering

* update excludes

* - blank
2021-06-14 12:13:28 -07:00
Abhishek Ghaskata 4705e0cc19
migrate localization to null safety (#84064)
migrate localization to null safety
2021-06-14 11:23:09 -07:00
Alexandre Ardhuin 2c998d8be7
fix indentation of class members (#84293) 2021-06-10 11:29:03 -07:00
Greg Spencer bf1fb6e84b
Switch sample analysis over to use package:flutter_lints (#84303)
This switches the sample analysis code to use package:flutter_lints instead of the flutter repo analysis options, so that they are compatible with a similar change to DartPad.
2021-06-09 18:09:14 -07:00
Abhishek Ghaskata 92e3436fe7
migrate complex layout to null safety (#83894) 2021-06-09 15:29:04 -07:00
Abhishek Ghaskata 2da969aa9b
migrate update_icons to null safety (#84063) 2021-06-09 13:59:03 -07:00
Alexandre Ardhuin e467018d06
alignment of doc comments and annotations (#84256) 2021-06-09 07:54:02 -07:00
Darren Austin 80709c1d8a
Revert "Re-land "Migrate android_semantics_testing to null safety (#84136)" (#84156)" (#84166)
This reverts commit 0100285e6f.
2021-06-07 17:49:30 -07:00
Anis Alibegić d90ee21271
Migrate dartdoc to null safety (#84153) 2021-06-07 17:09:03 -07:00
Abhishek Ghaskata e6aa6ce27f
migrate platform channels benchmarks (#84066) 2021-06-07 16:49:03 -07:00
Michael Goderbauer 0100285e6f
Re-land "Migrate android_semantics_testing to null safety (#84136)" (#84156) 2021-06-07 16:24:03 -07:00
Jason Simmons b3bde1d9da
Update the Windows runner for Gallery (#84020) 2021-06-07 16:04:03 -07:00
Michael Goderbauer 075991c249
Migrate hybrid_android_views to null safety (#84140) 2021-06-07 15:42:47 -07:00
Michael Goderbauer 5a2530b28e
Remove unused protobuf dependency (#84148) 2021-06-07 15:34:06 -07:00
Michael Goderbauer c077278431
Migrate integration_tests/channels to null safety (#84145) 2021-06-07 15:29:05 -07:00
Darren Austin 094a75e655
Revert "Migrate android_semantics_testing to null safety (#84136)" (#84154)
This reverts commit 0d1a8a7798.
2021-06-07 14:54:00 -07:00
Michael Goderbauer 0d1a8a7798
Migrate android_semantics_testing to null safety (#84136) 2021-06-07 13:53:08 -07:00
Janice Collins e6f2e2a38d
Update dartdoc to 0.45.0 (#84130) 2021-06-07 12:29:05 -07:00
Sam Rawlins b2ed8a25b5
Ignore unnecessary_import reports in sample code (#84125) 2021-06-07 12:14:06 -07:00
Abhishek Ghaskata 3749ff02e1
Migrate gallery test to null safety (#84065) 2021-06-07 11:29:04 -07:00
Abhishek Ghaskata 243805ee60
migrate mega_gallery to null safety (#84061) 2021-06-07 10:34:04 -07:00
Dan Field 5cc7b6c3ea
Add option to stream logs to file for flutter logs and way to use it in devicelab runs (#84008) 2021-06-07 10:33:00 -07:00