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
Jenn Magder
36ff0b2d20
Mark prod_builders tests as not flaky ( #69803 )
2020-11-04 12:30:01 -08:00
Jonah Williams
c985fd35cd
[devicelab] re-land cocoon auto-restart ( #69710 )
...
Due to #69707 the SkSL tests need the process killing logic still.
2020-11-03 13:20:40 -08:00
Jenn Magder
91b82347af
Build App.framework directly to build directory ( #69699 )
2020-11-03 12:48:25 -08:00
Janice Collins
c2054196a7
Update dartdoc to 0.36.2 ( #69693 )
2020-11-03 12:08:03 -08:00
Emmanuel Garcia
212967449b
Update plugins dependencies for the Gallery test ( #69630 )
2020-11-03 12:03:18 -08:00
Jonah Williams
ea3551b058
Revert "[devicelab] reboot attached devices after 30 test runs ( #69447 )" ( #69703 )
...
This reverts commit 406ca0bc59dc4dcaaa618cd50d889c2d7095456c.
2020-11-03 11:13:19 -08:00
Yegor
9e5d22d101
Say [APP] instead of [Gallery] in web benchmarks ( #69624 )
2020-11-03 10:13:07 -08:00
Jonah Williams
406ca0bc59
[devicelab] reboot attached devices after 30 test runs ( #69447 )
2020-11-03 10:10:55 -08:00
Jonah Williams
059cd3185c
mark flutter_gallery__transition_perf_e2e_ios32 flaky ( #69696 )
2020-11-03 10:08:32 -08:00
Jonah Williams
9383ec793b
mark flaky tests as flaky ( #69633 )
2020-11-02 18:15:20 -08:00
Greg Spencer
88809aa247
Standardize dartdoc macro names ( #69445 )
2020-11-02 13:28:05 -08:00
Shi-Hao Hong
4996f60b20
[gen_l10n] Fix unintended use of raw string in generateString ( #69382 )
...
* Fix failing tests from introducing raw string generation in gen_l10n tool
2020-10-31 19:24:53 +08:00
Greg Spencer
c0ef94780c
Fix spelling errors ( #69451 )
...
My yearly pass to fix spelling errors in the API dartdocs.
2020-10-31 03:12:27 -07:00