Commit Graph

67 Commits

Author SHA1 Message Date
keyonghan
fbd694277b Update test owners (#109717) 2022-08-17 22:23:31 +00:00
Camille Simon
7db25c36ad Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
yaakovschectman
4e068a613e Bring up new Windows start-up tests (#109618)
* Add Windows startup test

* Add new tests for Windows desktop

* Bring up complex layout tests for Win Desktop

* Bring up flutter_view startup test for Windows

* Add Platform View startup test for Windows

* Fix typo in .ci.yaml

* Make basename variable final

* Link to bug in .ci.yaml
2022-08-17 09:38:41 -04:00
Jonah Williams
0ba88d8b43 Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682.
2022-08-16 14:30:03 -07:00
Camille Simon
ff9fe35682 Add Spellcheck to EditableText (Android) (#109334) 2022-08-16 18:22:45 +00:00
yaakovschectman
bba2ac83b1 Add Compilation DeviceLab test for Windows (#109540)
* Add Windows compilation test (hello_world_windows__compile)

* Add devicelab target to .ci.yaml

* Bringup on new target

* Add license to generated files

* Indicate test ownership

* Delete asset from repo

* Add Windows compilation test (hello_world_windows__compile)

* Add devicelab target to .ci.yaml

* Bringup on new target

* Add license to generated files

* Indicate test ownership

* Delete icon

* Use path.basename

Re triggering tests

* Update test owner to desktop team
2022-08-15 16:26:02 -04:00
Kaushik Iska
611514886b Reland Linux_samsung_a02 openpay_benchmarks__scroll_perf (#108466) (#108769) 2022-08-02 04:32:06 +00:00
hellohuanlin
176f7d7130 [platform_view]run platform view ui test to physical device (#108642) 2022-07-30 06:36:09 +00:00
keyonghan
6eb602d6c2 Remove Linux_samsung_a02 openpay_benchmarks__scroll_perf (#108466) 2022-07-27 20:09:07 +00:00
Kaushik Iska
f7504f0380 [openpay] Create an OpenPay benchmark (#107838) 2022-07-21 20:01:06 +00:00
ColdPaleLight
1919167540 Added benchmark for early removal of unused raster cache entris mecha… (#107918) 2022-07-20 19:13:06 +00:00
stuartmorgan
6c6ae06381 Add Windows to the platform_channels example (#106754) 2022-06-30 14:54:07 +00:00
JsouLiang
f0200f0106 Add benchmark case for RasterCache (#103338) 2022-06-29 23:54:10 +00:00
Christopher Fujino
77ad5190e3 [flutter_tools] add packages_autoroller to .ci.yaml as bringup (#106711) 2022-06-28 17:48:07 +00:00
Jonah Williams
98f0c3694b add old gallery page transition (#106701) 2022-06-27 23:36:06 +00:00
hellohuanlin
0dd0c2edca [platform_view]Send platform message when platform view is focused (#105050) 2022-06-23 00:01:07 +00:00
Casey Hillers
93c8de41ff [ci.yaml] Remove google testing postsubmit target (#104853) 2022-05-27 13:38:11 -07:00
Dan Field
be7a4227c7 Add a macrobenchmark for laying out text in a list (#104736) 2022-05-26 15:25:10 -07:00
Zachary Anderson
80a51e4f97 Adds new_gallery_impeller__transition_perf benchmark for Android (#104126) 2022-05-18 20:07:12 -07:00
wangying
b3d7a691f6 Add benchmark for clipper layers raster cache (#102495)
* Add clipper raster cache benchmarks

* fix ci test error

* Add PhysicalModel widget to test

* Set top margin adaptive screen height

* Remove PhysicalModel
2022-05-13 14:04:06 +08:00
Jonah Williams
63574cf76a add benchmark for animated complex opacity (#102532) 2022-04-25 18:14:06 -07:00
Christopher Fujino
fd5356ff60 [flutter_tools] shard out two integration tests we want to run on macOS arm64 (#101769) 2022-04-13 12:09:11 -07:00
Jim Graham
493323506f add gradient benchmarks (#101549) 2022-04-08 17:20:22 -07:00
gaaclarke
912873baa7 Relands "Starts using the --source flag to compile the dart registrant. (#98046)" (#100572) 2022-03-28 18:15:10 -07:00
wangying
712abb08e2 Add benchmark for ShaderMask RasterCache (#100127) 2022-03-28 00:15:07 -07:00
Zachary Anderson
8acbf54930 Adds an impeller variant of the new gallery transition perf benchmark (#100837) 2022-03-26 22:12:48 -07:00
Chris Bracken
4b819782fb [macOS] Add run release test in devicelab (#100526)
Adds a test that invokes flutter run in release mode on macOS desktop,
waits for successful launch and the flutter command list, then sends the
'q' command to quit the running app.

This adds an integration test for https://github.com/flutter/flutter/pull/100504.

Issue: https://github.com/flutter/flutter/issues/100348 (fix)
Issue: https://github.com/flutter/flutter/issues/97978 (partial fix)
Issue: https://github.com/flutter/flutter/issues/97977 (partial fix)
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-22 14:12:59 -07:00
gaaclarke
97258979df Revert "Starts using the --source flag to compile the dart registrant. (#98046) (#100493) 2022-03-21 13:40:23 -07:00
wangying
b4040c867b Add benchmark for ColorFilter raster cache (#99542) 2022-03-16 19:15:13 -07:00
Jesús S Guerrero
169a4a0098 Fix route integration test on ios (#99781) 2022-03-14 12:30:20 -07:00
Jesús S Guerrero
fbbf3ec471 Support route on ios (#99078) 2022-03-07 11:31:21 -08:00
Jonah Williams
59859df126 Add Windows performance benchmark (#99564) 2022-03-04 15:41:14 -08:00
gaaclarke
fdcd14464c Starts using the --source flag to compile the dart registrant. (#98046)
* Starts using the `--source` flag to compile the dart registrant.

* updated general.shard tests

* Fixed the resident compiler flow

* added integration test

* made the integration test self contained

* renamed generated_main to dart_plugin_registrant

* cleaned up for review

* added task runner for ci

* added bringup and TESTOWNERS

* updated failure message
2022-03-01 16:24:47 -08:00
Emmanuel Garcia
6c818d772a Add Android lifecycles test (#99319) 2022-03-01 15:26:21 -08:00
Emmanuel Garcia
e27f714497 Add regression test for #98973 (#99187) 2022-02-28 10:16:21 -08:00
keyonghan
381cb280a3 Enable fullscreen_textfield_perf tests in prod (#98453) 2022-02-14 17:55:19 -08:00
George Wright
8b944ea88d Split complexity scoring tests into two tasks - one for Android and one for iOS (#98063) 2022-02-08 16:10:43 -08:00
George Wright
ff1e9b7b9e Add a benchmark for simple DisplayLists to exercise the Raster Cache's cache admission algorithm (#97992) 2022-02-07 21:01:01 -08:00
Casey Hillers
3f7d997c3a [ci] Remove ios32 tests (#97385) 2022-02-07 19:24:43 -08:00
Jim Graham
9c934041bd Add benchmarks to measure impact of alpha saveLayers in DisplayLists (#97336) 2022-01-27 13:25:17 -08:00
Ren You
3901aca352 Update .ci.yaml to include google test (#96926)
* Update .ci.yaml to include google test

* Try to fix spacing error.

* Add tags to fix the test owner error.

* Add google_test to test owners.
2022-01-25 13:48:09 -08:00
keyonghan
bb3f232724 Rename devicelab catalina tests (#94980) 2021-12-10 15:39:07 -08:00
Jim Graham
ee204880a5 Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
Yegor
ad7727a21c [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
keyonghan
68f2143cb9 Enable Mac plugin_test_ios in prod (#91713) 2021-10-12 18:33:03 -07:00
Dan Field
22c1ca769b Add a startup test that delays runApp (#91346) 2021-10-06 09:43:02 -07:00
Jenn Magder
5c79a0c2f4 Run flutter_gallery macOS native tests on presubmit (#89620) 2021-09-22 13:18:07 -07:00
Jenn Magder
18f8b63e0a Run flutter_gallery ios tests on arm64 device (#89618) 2021-09-09 20:37:03 -07:00
Gary Qian
3dc413b963 Add deferred components LUCI test and configure to use android_virtual_device dep (#89306) 2021-09-02 22:56:07 -07:00
Gary Qian
b68cdfcf44 Add TESTOWNER for Linux android views (#88797) 2021-08-24 11:39:03 -07:00