- 15 Feb, 2023 3 commits
-
-
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
-
Loïc Sharma authored
* Fix the Linux run_debug_test_linux test * ? * Also do release * ??
-
Loïc Sharma authored
-
- 14 Feb, 2023 1 commit
-
-
Loïc Sharma authored
This target recently caused the tree to close due to a timeout: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20docs_publish/8906/overview This target consistently takes ~55 minutes, which is very close to its current timeout of 60 minutes. This increases the timeout to make timeouts less likely.
-
- 13 Feb, 2023 4 commits
-
-
Loïc Sharma authored
-
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
-
Jenn Magder authored
-
Flutter GitHub Bot authored
-
- 10 Feb, 2023 1 commit
-
-
Xilai Zhang authored
-
- 08 Feb, 2023 1 commit
-
-
Camille Simon authored
-
- 07 Feb, 2023 1 commit
-
-
Jenn Magder authored
* Run verify_binaries_codesigned on release branches * Revert branches
-
- 06 Feb, 2023 1 commit
-
-
Jenn Magder authored
-
- 04 Feb, 2023 2 commits
-
-
godofredoc authored
These tests try to use a commit contemporary to the framework commit in customer repositories. This won't work because a CP to the framework release candidate branch may be recent even though the release candidate branch can be months old.
-
Jenn Magder authored
* Verify Mac artifact codesigning on x64 and arm64 * mac_arm64
-
- 03 Feb, 2023 4 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
* Run Mac hostonly tests on any available arch * Exception for framework tests
-
Jenn Magder authored
* Add mac_benchmark ci.yaml property * Remove presubmit * Bringup * Comma * gems * Test animated_complex_opacity_perf_macos__e2e_summary in presubmit * Try top-level mac_model * Move dependencies back into tasks * Add signing dependency * Revert animated_complex_opacity_perf_macos__e2e_summary test
-
Jenn Magder authored
-
- 02 Feb, 2023 4 commits
-
-
Ricardo Amador authored
* Round 2 with dimensions * Try with stringified keys * Forgot a comma * trying a list of maps. * Try key value pairs * Try with kvm only * try with swarming_dimensions * Updated with fix in swarming.star * Attempting to remove the bring up property to verify test is running. * Remove android from target tags to avoid adb command automatically running in test_utils call. * Remove the duplicated dependencies in the defines target that exist in the platform
-
Flutter GitHub Bot authored
-
Jenn Magder authored
This reverts commit 475fc4ac.
-
Jenn Magder authored
* Run Mac hostonly presubmit tests on any available arch * Force all Mac tests to run on arm64 to validate in presubmit * Go back to web tests on x64 * Run plugin_test_ios on x64 * Try Chrome 110 on arm * Revert chrome bump, remove forcing arm64 * Update issue number
-
- 01 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 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.
-
- 30 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 27 Jan, 2023 1 commit
-
-
Flutter GitHub Bot authored
-
- 26 Jan, 2023 2 commits
-
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
Co-authored-by: Chris Bracken <chris@bracken.jp>
-
- 24 Jan, 2023 4 commits
-
-
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
-
Jenn Magder authored
-
Jenn Magder authored
-
Ricardo Amador authored
* Add todo for linux defines test. * Update the linux android defines test to make it bringup: true
-
- 23 Jan, 2023 2 commits
-
-
Ricardo Amador authored
Revert "Update the Linux Android defines test to use dimensions when selecting a build bot (#118930)" (#119023) This reverts commit 392dffeb.
-
Ricardo Amador authored
* Round 2 with dimensions * Try with stringified keys * Forgot a comma * trying a list of maps. * Try key value pairs * Try with kvm only * try with swarming_dimensions * Updated with fix in swarming.star
-
- 21 Jan, 2023 3 commits
-
-
Jenn Magder authored
* Remove macOS impeller benchmarks * TESTOWNERS
-
Ricardo Amador authored
This reverts commit 49e025d8.
-
Ricardo Amador authored
* Update android defines test to use emulator * Need strings in dimensions. * put dimensions in the wrong spot. * Add bringup. * See if the test runs with Linux_android * Adjusting dimensions * Dimension fields must be strings. * Making dimensions a dict. * Try with swarming.dimension * The dimension set does not appear to do anything. * Device type none * Made target presubmit * Dimensions again * Fixed formatting. * Update since flutter roller fails
-
- 20 Jan, 2023 3 commits
-
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
Jenn Magder authored
This reverts commit 73096fd9.
-