Ben Konyi
4cbafda853
Roll package:dds to 1.5.1 and add isCompleted guards around completers in base/dds.dart ( #70712 )
2020-11-17 16:03:18 -08:00
Jenn Magder
9b238a1ff8
Turn off bitcode in ios_app_with_extensions to match normal Flutter projects ( #70724 )
2020-11-17 14:55:40 -08:00
Jenn Magder
95a5cbcb4a
Add extra Flutter settings to ios_app_with_extensions Podfile ( #70719 )
2020-11-17 13:44:51 -08:00
Casey Hillers
a228a17c57
[devicelab] LUCI builder flag ( #70702 )
2020-11-17 11:28:03 -08:00
Jenn Magder
2529e358b6
Move Flutter.framework to build directory instead of ios/Flutter ( #70224 )
2020-11-17 10:09:29 -08:00
Christopher Fujino
b8e39b1ad0
skip roll_dev_integration_test ( #70653 )
2020-11-16 14:11:22 -08:00
Anna Gringauze
f9df1935fe
[flutter_tools] Add bot configuration to run web_tool_tests for linux, mac, and windows ( #70412 )
...
* Move web integration tool tests to web.shard
Web integration tool tests depend on DDC changes in SDK. This change
moves them to a separate shard and subshard so CI bot configurations
can run them separately.
In particular, with will allow running those tests on dart CI flutter
HHH web bot instead of a non-web one, allowing early detection and easy
classification of issues caused by SDK changes as VM- or Web related.
* Enabled verbose mode for flaky web_tool_tests
* fixed local engine crash with --enable-asserts
* Disable failing tests, fix local engine with asserts
* Removed mac web_tool_tests bot
* Addressed CR comments
* Add disabled mac web_tool_tests and disable win web_tool_tests
2020-11-16 11:50:57 -08:00
Ian Hickson
6cff33832e
More lints ( #70500 )
2020-11-16 11:07:37 -08:00
Dan Field
90ae09334d
Increase timeouts on XCUITests ( #70631 )
2020-11-16 10:21:48 -08:00
tiya
adc8a42b38
Add bottom to search bar ( #68794 )
2020-11-16 12:07:20 -05:00
Casey Hillers
0d7270ba0c
Revert "[devicelab] LUCI builder flag ( #70464 )" ( #70496 )
2020-11-13 16:38:03 -08:00
Yuqian Li
974689639e
Reland "Add SkiaPerfPoint and FlutterEngineMetricPoint ( #70153 )" ( #70419 )
...
This reverts commit 2a5aa29442271b8018425dc7dd2389aff638e5de.
Additionally, fix a few NNBD issues.
Fixes https://github.com/flutter/flutter/issues/70408
2020-11-13 16:35:08 -08:00
Yuqian Li
f7811ea541
e2e perf tests don't have CPU/GPU/memory metrics ( #70439 )
...
Address comment in https://github.com/flutter/flutter/pull/66386/files#r522671103
2020-11-13 11:16:50 -08:00
Casey Hillers
004d3f0f75
[devicelab] LUCI builder flag ( #70464 )
2020-11-13 10:38:03 -08:00
Darren Austin
1c7e34bb20
Migrate flutter_localizations to null safety. ( #68645 )
...
Migrate flutter_localizations to null safety.
2020-11-12 15:13:51 -08:00
Jonah Williams
2a5aa29442
Revert "Add SkiaPerfPoint and FlutterEngineMetricPoint ( #70153 )" ( #70407 )
...
This reverts commit a0ec4d67e9d9312ad88c1ba1bb11483edb8fb15a.
2020-11-12 14:16:25 -08:00
Jonah Williams
5fedad9173
[flutter_tools] allow using flutter test for testing the tool too ( #69911 )
2020-11-12 13:52:09 -08:00
Yuqian Li
a0ec4d67e9
Add SkiaPerfPoint and FlutterEngineMetricPoint ( #70153 )
...
Unit tests that cover their translations are also added.
2020-11-12 13:48:56 -08:00
Jason Simmons
b20a9f8170
Set the mixWithOthers option in the Gallery video demo ( #70396 )
...
This allows the two videos in the demo to play simultaneously
(matching the behavior from before the recent upgrade to the
video player plugin)
2020-11-12 12:07:13 -08:00
Emmanuel Garcia
0436886ed5
Future can return null ( #70324 )
2020-11-12 10:29:04 -08:00
keyonghan
80cd32b21f
Revert "mark catalina ios tasks as flaky ( #70255 )" ( #70328 )
2020-11-11 16:59:03 -08:00
Anna Gringauze
edf26e756d
Move web integration tool tests to web.shard ( #70226 )
...
* Move web integration tool tests to web.shard
Web integration tool tests depend on DDC changes in SDK. This change
moves them to a separate shard and subshard so CI bot configurations
can run them separately.
In particular, with will allow running those tests on dart CI flutter
HHH web bot instead of a non-web one, allowing early detection and easy
classification of issues caused by SDK changes as VM- or Web related.
* Enabled verbose mode for flaky web_tool_tests
* Split out the test changes to be commited first
2020-11-11 15:42:15 -08:00
keyonghan
d26712e12f
mark catalina ios tasks as flaky ( #70255 )
2020-11-10 18:19:07 -08:00
Jonah Williams
28ecf05692
[null-safety] opt driver tests into null safety ( #70245 )
2020-11-10 16:29:13 -08:00
Greg Spencer
bbc0161669
Remove references to Window
, and switch usages to PlatformDispatcher
or SingletonFlutterWindow
( #69617 )
...
* Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate
* remove new test platform dispatchers
* Amend documentation
2020-11-09 15:26:29 -08:00
Emmanuel Garcia
b18e2a1cc4
Bump Gallery version ( #70130 )
2020-11-09 13:05:56 -08:00
Emmanuel Garcia
21e802746b
Migrate Flutter Gallery test to null safety ( #70116 )
2020-11-09 12:29:14 -08:00
Konstantin Scheglov
9f36a02734
Ignore import_of_legacy_library_into_null_safe ( #70115 )
2020-11-09 11:41:52 -08:00
Konstantin Scheglov
99e0d3b9cf
Ignore several import_of_legacy_library_into_null_safe ( #70107 )
2020-11-09 10:54:49 -08:00
Michael Thomsen
168ad5dc4d
Roll engine and fix pubspecs that do not have a Dart SDK constraint ( #70078 )
2020-11-09 19:02:10 +01:00
Yuqian Li
8e7748e74c
Reland migration ( #69996 )
...
This reverts ae0a9cb560ff3b334ab0cc23980374792888b2d1 and therefore relands #69629 .
Additionally, `flutter update-packages --force-upgrade` has been run to update `pubspec.yaml` to resolve the analyze test failures.
2020-11-08 20:32:04 -08:00
Yuqian Li
fb552edcb8
Do not analyze files that are not checked in git ( #69723 )
2020-11-07 05:19:02 -08:00
Michael Thomsen
e4d94f7ccd
Revert "Migrate Flutter gallery test to null safety ( #69048 )" ( #70023 )
...
This reverts commit 7ba775a994da472aea24f8e1ee640b8aae7f36b6.
2020-11-07 12:15:22 +01:00
Emmanuel Garcia
7ba775a994
Migrate Flutter gallery test to null safety ( #69048 )
2020-11-06 20:38:12 -08:00
Ferhat
40b4d2badc
Add PageView benchmark (representative of full screen CustomPainter) ( #69990 )
2020-11-06 18:49:03 -08:00
Jim Graham
b8d21ad357
Remove the flaky flag from post-bdf benchmark ( #69591 )
2020-11-06 15:29:04 -08:00
Christopher Fujino
772437627b
[flutter_conductor] update dev/tools with release tool ( #69791 )
2020-11-06 11:14:04 -08:00
Jonah Williams
75e8428b6b
mark flutter_gallery_sksl_warmup__transition_perf_e2e_ios32 as flaky ( #69970 )
2020-11-06 10:58:41 -08:00
Jonah Williams
6e3ebc9350
[flutter_tools] only run web shard if requested ( #69932 )
2020-11-05 23:58:40 -08:00
Jonah Williams
6fe800abd5
[null-safety] remove enable experiment flags ( #69930 )
2020-11-05 23:58:11 -08:00
Dan Field
76784651d4
Move package:integration_test to flutter/flutter ( #69622 )
2020-11-05 17:28:47 -08:00
Jonah Williams
a3f6ea6f38
[flutter_tools] split web integration tests into new shard ( #69914 )
2020-11-05 17:21:44 -08:00
Shi-Hao Hong
a1a096e35a
[gen-l10n] Fix untranslated messages ( #68553 )
2020-11-05 16:24:02 -08:00
Jenn Magder
bc2a4a6498
Update CocoaPods recommended version to 1.9 ( #69809 )
2020-11-05 15:13:22 -08:00
Jonah Williams
e8efde6a54
[versions] update more null safe versions ( #69892 )
2020-11-05 09:09:03 -08:00
Jenn Magder
3145c835ed
Deprecate build ios-framework --universal ( #69720 )
2020-11-04 19:44:04 -08:00
Jenn Magder
ae0a9cb560
Revert "Initial migration of metrics_center ( #69629 )" ( #69848 )
...
This reverts commit ada6b7e57e17c99b55e8f1da6d606dd130bbe824.
2020-11-04 19:18:38 -08:00
Yuqian Li
ada6b7e57e
Initial migration of metrics_center ( #69629 )
...
For the ease of code reviews, this only includes minimal code from
MetricPoint, GoogleBenchmarksParser, and their unit tests.
See go/flutter-metrics-center-migration for the overall plan.
2020-11-04 17:13:41 -08:00
Jonah Williams
580cacf4bd
[versions] roll versions ( #69810 )
2020-11-04 15:38:58 -08:00
Jenn Magder
c0115c2bc8
Fix prod_builders json ( #69828 )
...
This reverts commit 36ff0b2d2082d288ba3f3d682e99f7adfc8914c4.
2020-11-04 14:51:36 -08:00