- 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
-
- 21 Dec, 2022 2 commits
-
-
stuartmorgan authored
* Improve Swift plugin implementation * Add iOS tests * Review feedback on structure * Remove duplicate scheme file * Add macOS * Add iOS * swift test tweaks * unit tests * Whitespace * Add e2e tests
-
Michael Goderbauer authored
-
- 20 Dec, 2022 5 commits
-
-
Michael Goderbauer authored
-
Flutter GitHub Bot authored
-
Zachary Anderson authored
Revert "Manual roll Flutter Engine from 339791f190fa to 7ee3bf518036 (1 revision) #117367 (#117372)" (#117396) This reverts commit 61fb6ea2.
-
Siva authored
-
Michael Goderbauer authored
* Bump min SDK to 2.19.0-0 * fix
-
- 16 Dec, 2022 2 commits
-
-
gaaclarke authored
-
Jason Simmons authored
-
- 15 Dec, 2022 2 commits
-
-
hellohuanlin authored
* [tools]some ui polish for build ipa validation * do not print out a few success validations * rename installed type to success for more general usage * forgot nit after reverting custom validation types and re-use doctor types
-
stuartmorgan authored
* Add an integration test to plugin template example Dart unit tests don't exercise host-side plugin code at all, so the example tests in the plugin template currently have very little meaningful coverage. This adds an integration test to the example app when creating a plugin, so that there's an example of how to actually test that a complete round-trip plugin call works. This is done as a separate template that's currently only used by the plugin template because I don't know what a good example for a non-plugin case would be that isn't largely just a duplicate of the widget tests. However, the integration test pre-includes conditionals around the parts that are plugin-specific so that it can more easily be expanded to other use cases later (e.g., in https://github.com/flutter/flutter/issues/68818). Part of https://github.com/flutter/flutter/issues/82458 * Add integration test to expected dependencies of a plugin app * Test fixes * Make an explicit test case
-
- 14 Dec, 2022 2 commits
-
-
Alexander Markov authored
-
Loïc Sharma authored
* Fix * Format * DO NOT MERGE! Test in presubmit * Revert "DO NOT MERGE! Test in presubmit" This reverts commit 41c7186c723d844c288cb4e5fab3284a803f82ae.
-
- 12 Dec, 2022 2 commits
-
-
Loïc Sharma authored
-
Christopher Fujino authored
* pin path_provider_android * make path_provider_android non-transitive * roll
-
- 09 Dec, 2022 1 commit
-
-
Siva authored
* Roll Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 * Roll Dart SDK from 35a9facce191 to e517487c5679 (Dart 3.0) (#38105) * Bump SDK versions. * Bump Dart SDK version constraints * Update shrine package to 2.0.1 (null safe version) * Fix more tests. * Include patches from Jason for min android sdk version * Fix analyzer warning
-
- 08 Dec, 2022 1 commit
-
-
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
-
- 07 Dec, 2022 1 commit
-
-
Camille Simon authored
* Remove flaky label * Have test install debug version * Fix test * Undo change * Properly test change * Empty-Commit * Revert testing changes
-
- 06 Dec, 2022 1 commit
-
-
Loïc Sharma authored
* [Android] Refactor the flutter run Android console output test * CI bump
-
- 02 Dec, 2022 5 commits
-
-
Jonah Williams authored
-
hellohuanlin authored
* [tools]build IPA validation bundle identifier using default com.example * rephrase the warning
-
Zachary Anderson authored
This reverts commit ce942302.
-
Christopher Fujino authored
* pin path_provider_android * remove constraint that only explicit dependencies can be pinned * roll packages
-
hellohuanlin authored
* [tools]build ipa validate launch image using template files * reuse more code by sharing the same file key * fix space
-
- 30 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* wip * add track entire web build output dir size * add more fields * migrate metrics to use bytes rather than kb * update keys * use -9 on tar cz * delete tempDir and tar first before measuring size
-
- 29 Nov, 2022 2 commits
-
-
hellohuanlin authored
* [tools]build ipa validate icon size * add more checks in case apple change the format, and also add device lab tests * do not depend on collection package
-
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
-
- 18 Nov, 2022 5 commits
-
-
Christopher Fujino authored
* add package:archive to pins * roll
-
Jonah Williams authored
This reverts commit 0b33b859.
-
Jonah Williams authored
* [devicelab] measure entire release folder size, zipped * [devicelab] tar with more settings * super safe reland * Update perf_tests.dart
-
Jonah Williams authored
This reverts commit 75a0a725.
-
Jonah Williams authored
-
- 17 Nov, 2022 2 commits
-
-
Jenn Magder authored
-
Devon Carew authored
* rev package:pub_semver to the latest version * revert update_packages.dart changes
-
- 08 Nov, 2022 4 commits
-
-
Loïc Sharma authored
-
Alex Wallen authored
* Alphabetize setup calls * Add --flavor as an option for install * Add verbose logging in install command * Test that flavors build succeeds with proper flavor and fails with bogus one. * Remove unused import * The import was used... * SQUASH * Add flavor install test * Rename test * Add flavors install integration tests * correct error message * remove unused imports * Delete copy test * update test target * Refactor mechanism to read buildInfo * Remove unused import * Set affected test targets to bringup: true Co-authored-by:
a-wallen <stephenwallen@google.com>
-
Zachary Anderson authored
This reverts commit 53e68762.
-
Kate Lovett authored
* allow marking a golden check as flaky * add matchesFlutterGolden to analyze.dart; no tags for flutter_goldens/lib * Pause * ++ * ++ * Analyzer therapy * Once more with feeling * Nits * Review feedback * Silly oops * Test progress * More tests * Finish * Nits * Analyzer * Review feedback Co-authored-by:
Yegor Jbanov <yjbanov@google.com>
-