Jenn Magder
023532d991
Revert "Build iOS apps using Swift Packages ( #59009 )" ( #59025 )
...
This reverts commit 43e28084fc
.
2020-06-08 15:45:10 -07:00
Ming Lyu (CareF)
ef3b99225f
fix typo in macrobenchmarks/lib/main ( #58783 )
2020-06-08 17:40:57 -04:00
Jenn Magder
43e28084fc
Build iOS apps using Swift Packages ( #59009 )
2020-06-08 13:53:01 -07:00
Greg Spencer
c264b70ec3
Turn off flaky indicator for flutter_gallery__back_button_memory and flutter_gallery__memory_nav ( #58838 )
...
After updating the GBoard on the devicelab machines, these tests are no longer flaky.
2020-06-08 09:27:34 -07:00
liyuqian
9dad2d98df
Perf test with SkSL warm-up ( #56638 )
2020-06-06 14:43:02 -07:00
Greg Spencer
ab68721a5d
Add Android device build/OS/API Level information to logs. ( #58747 )
...
This adds some information about the chosen device to the output log so that we can tell what type of device/OS Level/API Level the test is running on when doing a postmortem on a failed test.
2020-06-05 14:02:07 -07:00
Michael Goderbauer
b749a50a73
Revert "Increase delay to verify cause of flakiness ( #58701 )" ( #58799 )
2020-06-05 12:38:02 -07:00
Michael Goderbauer
483147fcca
Increase delay to verify cause of flakiness ( #58701 )
2020-06-04 13:38:01 -07:00
liyuqian
08225fad28
Add iOS new gallery perf test ( #58648 )
2020-06-04 10:23:01 -07:00
Jonah Williams
b1d75fc99d
[flutter_tools] add flag for sound-null-safety, unify with experiments ( #58533 )
...
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
2020-06-03 21:02:07 -07:00
keyonghan
98a77e2aff
remove test ( #58617 )
2020-06-03 12:36:50 -07:00
Dan Field
c5318f7f07
Make debugSemantics available to profile mode ( #58620 )
2020-06-03 12:32:35 -07:00
Jonah Williams
01b9bf8ea6
[flutter_tools] deprecate flutter generate and codegen ( #58328 )
2020-06-03 09:28:02 -07:00
Jenn Magder
2ece1c3a17
Revert "Build iOS apps using Swift Packages ( #58522 )" ( #58549 )
...
This reverts commit 2054f37aaf
.
2020-06-02 19:00:12 -07:00
Yegor
1a9530af8a
benchmark updating many child layers ( #58513 )
...
* benchmark updating many child layers
2020-06-02 17:59:41 -07:00
Jenn Magder
2054f37aaf
Build iOS apps using Swift Packages ( #58522 )
2020-06-02 17:57:11 -07:00
Jenn Magder
34ba3e85ce
Remove outdated disable_input_output_paths from example project Podfiles ( #58524 )
2020-06-02 17:56:27 -07:00
Jenn Magder
145d70c197
Rename integration test ios_app_with_watch_companion -> ios_app_with_extensions ( #58458 )
2020-06-02 11:00:19 -07:00
Jonah Williams
442f9c107c
[devicelab] mark ios transition_perf as non-flaky ( #58499 )
2020-06-02 10:48:01 -07:00
Jenn Magder
c34d6e27c9
Revert "Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )" ( #58504 )
...
This reverts commit 8adaea9083
.
2020-06-02 10:04:57 -07:00
Jenn Magder
8adaea9083
Remove outdated disable_input_output_paths from example project Podfiles ( #58444 )
2020-06-02 09:03:01 -07:00
Mehmet Fidanboylu
1d395c5e18
Revert "Add clipBehavior to widgets with clipRect ( #55977 )" ( #58344 )
...
This reverts commit cd593dae19
.
2020-05-31 07:41:50 -07:00
Jim Graham
7261b98e81
Enabling the ImageFiltered(ImageFilter.matrix) page of macrobenchmark ( #58277 )
2020-05-30 18:53:01 -07:00
liyuqian
cd593dae19
Add clipBehavior to widgets with clipRect ( #55977 )
...
* Add clipBehavior to RenderFlex
* Add clipBehavior to FittedBox
* Add clipBehavior to Flex and FittedBox
* Add clipBehavior to UnconstrainedBox
* Add clipBehavior to Stack and Wrap
* Add clipBehavior to TextEditable
* Add clipBehavior to ListWheelScrollView
* Add clipBehavior to SingleChildScrollView
* Add clipBehavior to RenderViewportBase's widgets
Those widgets are NestedScrollView and ShrinkWrappingViewport.
* Fix tests
* Remove enum Overflow and fix typo
* Remove clipToSize
* Analyze fix
* Remove Mixin and other small fixes
* Fix tests and respect Stack's default clipBehavior
* Add Overflow back to make it non-breaking
* Restore clipBehavior to make it non-breaking
* Small fixes
* Fix rebase
2020-05-29 15:38:50 -07:00
Tianguang
03c74eb42e
Run flutter update-packages --force-upgrade
. ( #58104 )
...
* Run `flutter update-packages --force-upgrade`.
* Update test to 1.14.5.
2020-05-30 00:13:33 +02:00
Jonah Williams
d9144bf8fc
[flutter_tools] rename output LICENSE file to NOTICES and support loading either ( #57871 )
...
Work towards #16723
This is only safe to land after #58131 lands in google3. Only build NOTICES in asset manfiest, and load either LICENSE or NOTICES from pubspec dependencies.
2020-05-29 11:55:02 -07:00
liyuqian
0cca3c1d62
Mark non-flaky test as such ( #58112 )
2020-05-28 15:40:12 -07:00
Yegor
be5b5c898c
add a backward variant of BenchCardInfiniteScroll ( #58140 )
2020-05-28 12:28:17 -07:00
Jonah Williams
52db5e29f1
[release] remove .dart_tool directory from uploaded zip ( #58135 )
...
Fixes #58003
The .dart_tool directory can contain build assets, as well as the package_config.json file - the replacement for .packages. Remove it for the same reason we remove .packages
2020-05-28 12:07:11 -07:00
Shi-Hao Hong
39ffce3e36
Update stocks example to use l10n.yaml workflow ( #58121 )
2020-05-28 12:03:02 -07:00
Jonah Williams
e05a67f068
[devicelab] less sensitivity to whitespace in flutter_performance_test testing ( #58175 )
2020-05-28 11:12:52 -07:00
Emmanuel Garcia
4465ff9e3d
Prevent building non-android plugins in build aar ( #58018 )
2020-05-27 10:11:36 -07:00
Jenn Magder
d9adfe3f7e
Allow FLUTTER_APPLICATION_PATH to be null for misconfigured Xcode projects ( #57701 )
2020-05-27 10:08:09 -07:00
Jenn Magder
03d22501a6
Remove unused integration test iOS directory ( #57624 )
2020-05-27 10:07:45 -07:00
Greg Spencer
af9b6a6efa
Update snippets README.md to include more detail ( #57152 )
...
Just adding some more details to the snippets README.md file about testing snippets.
2020-05-26 09:17:55 -07:00
Devon Carew
9d58a87066
fix a typo in trace events for the image cache ( #57821 )
2020-05-22 22:37:01 -07:00
liyuqian
721927efd3
Use pub inside the Flutter directory ( #57704 )
2020-05-21 17:52:02 -07:00
liyuqian
a635765116
Reland "Add DevTools memory test ( #55486 )" ( #57340 )
2020-05-19 18:02:03 -07:00
Justin McCandless
53d7f24521
Fix Web asking for clipboard permissions ( #57324 )
2020-05-19 17:57:04 -07:00
stuartmorgan
e384757fac
Remove MaterialControls from examples/flutter_view ( #57621 )
...
Co-authored-by: Jenn Magder <magder@google.com>
2020-05-19 16:57:27 -07:00
Tianguang
5a3104b36a
Update flutter_gallery_assets to ^0.2.0 ( #57328 )
...
* Bump flutter_gallery_assets version to ^0.2.0.
* Run `flutter update-packages --force-upgrade`.
* Add comment.
* Remove duplicate key.
2020-05-18 18:26:18 +02:00
Zachary Anderson
859f2f9bd4
Update packages ( #57321 )
2020-05-16 15:02:06 -07:00
Jonah Williams
631087d83b
[flutter_tools] cache-bust in service worker ( #56786 )
2020-05-16 14:57:04 -07:00
nturgut
32547dcc7e
Revert " Bring back paste button hide behavior 3 ( #57139 )" ( #57286 )
...
This reverts commit 8de07d5527
.
2020-05-15 10:42:37 -07:00
Yegor
c81449e5ab
Allow Recorder override shouldContinue ( #57039 )
2020-05-14 15:17:02 -07:00
Ferhat
1fa90ecc2a
[web] Add path construction benchmark ( #57016 )
...
* Add path construction benchmark
* Fix analyzer warnings
* Split file into test+generated code. Add comment
* Add license to new file
* remove unused import
2020-05-14 12:35:20 -07:00
Jonah Williams
6bd156b8ed
[null-safety] disable tests until framework has migrated ( #57235 )
2020-05-14 12:34:53 -07:00
Justin McCandless
8de07d5527
Bring back paste button hide behavior 3 ( #57139 )
2020-05-14 11:37:02 -07:00
Darren Austin
b4788f290c
Updated gen_missing_localizations to copy the english strings instead of using 'TBD' for other locales. ( #57053 )
2020-05-14 11:12:05 -07:00
Jenn Magder
93d7af7314
Mark gallery tests as flaky ( #57231 )
2020-05-14 10:55:47 -07:00