- 06 Apr, 2023 1 commit
-
-
Jenn Magder authored
Update iOS TESTOWNERS
-
- 31 Mar, 2023 1 commit
-
-
Jonah Williams authored
[devicelab] add regular old blur benchmark
-
- 25 Mar, 2023 1 commit
-
-
Chris Bracken authored
[macOS] Update macOS test owners
-
- 23 Mar, 2023 1 commit
-
-
Chris Bracken authored
Adds a macOS implementation of the platform_channel example, demonstrating method channels and event channels with a battery power plugin. Adds platform_channel_sample_test_macos macOS host test to verify the sample works. Issue: https://github.com/flutter/flutter/issues/79204
-
- 17 Mar, 2023 1 commit
-
-
godofredoc authored
Re-enable engine dependency proxy test.
-
- 15 Feb, 2023 1 commit
-
-
stuartmorgan authored
* Add Linux unit tests to plugin template Adds an example native unit test to the plugin template for Linux, matching the structure we use for our 1P plugin unit tests. Once these have been added for all platforms+languages, they will be documented on a new plugin development page to explain their use. While ideally we would adjust the engine APIs first to allow for testing the method call handler directly, it's unclear when we will have time for that work, and for a complex plugin most of the testing wouldn't be at that layer anyway, so having the structure in place with the limitations documented is still a significant improvement over having nothing in the template. Part of https://github.com/flutter/flutter/issues/82458 * Add creation test * Add integration tests * Missing newlines * test owner * Typo
-
- 13 Feb, 2023 1 commit
-
-
gaaclarke authored
* Added integration test for wide gamut support. * cleaned up * deleted files that can be generated * switched back to standard flutter in the shell script * added devicelab task * removed analysis options * analyzer * Fixed task * made local_run.sh not executable * analyzer * removed the logo asset * added task to ci * updated pubspec * analysis errors fixed * updated pubspec
-
- 06 Feb, 2023 1 commit
-
-
stuartmorgan authored
Updates the tests that were passed temporarily to me in #109717 to @reidbaker
-
- 31 Jan, 2023 1 commit
-
-
Chris Bracken authored
* Reland: [macos] add flavor options to tool commands Adds --flavor option to flutter run and flutter build. Running against preexisting devicelab flavor tests for feature parity between macOS, iOS, and Android. This relands #118421 by alex-wallen which was reverted in #118858 due to the following test failures: The bail-out with "Host and target are the same. Nothing to install." added in `packages/flutter_tools/lib/src/commands/install.dart` triggered failures in the following tests, which unconditionally attempt to install the built app, which is unsupported on desktop since the host and target are the same: * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791495589540422465/+/u/run_flutter_view_macos__start_up/test_stdout * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791496218824259121/+/u/run_complex_layout_win_desktop__start_up/test_stdout * https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8791496218165602641/+/u/run_flutter_gallery_win_desktop__start_up/test_stdout Fixes #64088 * Partial revert: eliminate install check on desktop The original flavour support patch included a check that triggered a failure when flutter install is run on desktop OSes. This was intentional, since the host and target devices are the same and installation is unnecessary to launch the app on currently-supported desktop OSes. Note that Windows UWP apps *do* require installation to run, and we used to have an install command for those apps, though UWP is no longer supported. Since that part of the change was orthogonal to flavour support itself, I'm reverting that component of the change and we can deal with it separately if so desired.
-
- 24 Jan, 2023 1 commit
-
-
stuartmorgan authored
* Add Windows unit tests to plugin template Adds an example native unit test to the plugin template for Windows, matching the format we use for our 1P plugin example app unit tests. Once these have been added for all platforms+languages, they will be documented on a new plugin development page to explain their use. Since we don't appear to be running our current plugin e2e tests for Windows, this adds a new configuration to run them. I haven't `led`-tested this, so it may not work, but this will give a starting point for getting them running. Part of https://github.com/flutter/flutter/issues/82458 * Minor fix * Add test owner * Fix typo * Fix test feature flag
-
- 21 Jan, 2023 1 commit
-
-
Jenn Magder authored
* Remove macOS impeller benchmarks * TESTOWNERS
-
- 20 Jan, 2023 1 commit
-
-
Jenn Magder authored
This reverts commit 73096fd9.
-
- 19 Jan, 2023 2 commits
-
-
Alex Wallen authored
* Add new macos target configured for flavors * Rename Free App copy-Info.plist to Free App Info.plist * Remove bogus entitlements * Remove Generated.xcconfig * Audit project.pbxproj * Remove unused configs * share one info.plist * Modify scheme so that paid app works * Codesign automatic * Pipe flavor as scheme into xcodebuild * Ignore incoming flavor string * pipe flavor for flutter run to work * Add devicelab tests * Error if host and target device are same for flutter install desktop * Avoid bang (!) by promoting a local. Co-authored-by:
Jenn Magder <magder@google.com> * Add supportsInstall property * Override in test classes * Add install test on macOS * Refactor application_package and add tests for package directory Co-authored-by:
a-wallen <stephenwallen@google.com> Co-authored-by:
Jenn Magder <magder@google.com>
-
Alex Wallen authored
* Add new task runner for impeller enabled complex layout test * Add new target in .ci.yaml * Claim ownership of complex_layout_scroll_perf_impeller_macos__timeline_summary * Task runner for non-impeller enabled scroll test * Add test target for non impeller complex layout scroll * claim ownership of the last target * mark as bringup Co-authored-by:
a-wallen <stephenwallen@google.com>
-
- 18 Jan, 2023 1 commit
-
-
Alex Wallen authored
* Add new task runner for animated_complex_opacity_perf_impeller e2e_summary on macos * Register new target for macos e2e_summary task * Claim ownership in TESTOWNERS * Add task runner for animated complex opacity without impeller * Register new target in .ci.yaml for non-impeller test * Claim ownership of non-impeller task Co-authored-by:
a-wallen <stephenwallen@google.com>
-
- 13 Jan, 2023 1 commit
-
-
Loïc Sharma authored
* Add Linux support for the UI integration test project * Add Linux run console test
-
- 09 Jan, 2023 1 commit
-
-
Jenn Magder authored
-
- 22 Dec, 2022 1 commit
-
-
Camille Simon authored
* Add fix and test * Add test owner * Print error for testing * Make sure locale is the problem * Test capitalization fix * Take out Android specific test * Verify eng fix * Test fix * Empty-Commit * Test all tests * Up string size for testing * Remove test * Undo ci.yaml testing changes * Test android variant: * Change to testwidgets * Add widget tester * Remove android only attempt * Revert ci.yaml changes
-
- 12 Dec, 2022 1 commit
-
-
Loïc Sharma authored
-
- 08 Dec, 2022 2 commits
-
-
Loïc Sharma authored
Adds a test to verify the console output of `flutter run --release` on Windows. Part of: https://github.com/flutter/flutter/issues/111577
-
sealesj authored
* add stable packaging builders * update testowners * consolidate and use enabled_branches * update to reflect the consolidation
-
- 05 Dec, 2022 1 commit
-
-
sealesj authored
* packaging builder initial config * add release scheduler parameter * remove stables * add taskname + test owner * testowner test * comment structure * test naming convention * test adding tags * add timeout * prune names * Update testowners. * Move packaging to shards section. * Set packaging as shard. * Use packaging V2 Co-authored-by:
godofredoc <godofredoc@google.com>
-
- 02 Dec, 2022 1 commit
-
-
Jonah Williams authored
-
- 29 Nov, 2022 1 commit
-
-
Jonah Williams authored
* [devicelab] track performance of animated image filter * ++ * make animations repeat and add dispose * make duration more consistently 10sec
-
- 22 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* remove ciyaml targets * remove screenshot_test and package:image * update-packages * remove TESTOWNERS entries
-
- 20 Oct, 2022 1 commit
-
-
godofredoc authored
-
- 18 Oct, 2022 1 commit
-
-
Jenn Magder authored
-
- 26 Sep, 2022 1 commit
-
-
Alex Wallen authored
-
- 16 Sep, 2022 1 commit
-
-
jensjoha authored
Add flutter startup benchmark for Linux, Windows and MacOs. Via guide on https://github.com/flutter/flutter/pull/111461#issuecomment-1247113905
-
- 15 Sep, 2022 1 commit
-
-
Alex Wallen authored
-
- 14 Sep, 2022 1 commit
-
-
Alex Wallen authored
-
- 12 Sep, 2022 1 commit
-
-
sealesj authored
-
- 08 Sep, 2022 3 commits
-
-
gaaclarke authored
-
Alex Wallen authored
-
Alex Wallen authored
-
- 07 Sep, 2022 1 commit
-
-
Alex Wallen authored
-
- 30 Aug, 2022 1 commit
-
-
keyonghan authored
-
- 26 Aug, 2022 3 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
This reverts commit 4770e348.
-
Stephen (Alex) Wallen authored
-