1. 25 Mar, 2023 1 commit
  2. 23 Mar, 2023 1 commit
  3. 17 Mar, 2023 1 commit
  4. 15 Feb, 2023 1 commit
    • stuartmorgan's avatar
      Add Linux unit tests to plugin template (#120814) · e65dfba8
      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
      Unverified
      e65dfba8
  5. 13 Feb, 2023 1 commit
    • gaaclarke's avatar
      Added integration test for wide gamut support. (#119657) · ddebe833
      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
      Unverified
      ddebe833
  6. 06 Feb, 2023 1 commit
  7. 31 Jan, 2023 1 commit
  8. 24 Jan, 2023 1 commit
    • stuartmorgan's avatar
      Add Windows unit tests to plugin template (#118638) · e3c51a2f
      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
      Unverified
      e3c51a2f
  9. 21 Jan, 2023 1 commit
  10. 20 Jan, 2023 1 commit
  11. 19 Jan, 2023 2 commits
    • Alex Wallen's avatar
      [macos] add flavor options to commands in the `flutter_tool` (#118421) · 73096fd9
      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: 's avatarJenn 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: 's avatara-wallen <stephenwallen@google.com>
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      Unverified
      73096fd9
    • Alex Wallen's avatar
      [macOS] Add timeline summary benchmarks (#118748) · 22520f54
      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: 's avatara-wallen <stephenwallen@google.com>
      Unverified
      22520f54
  12. 18 Jan, 2023 1 commit
  13. 13 Jan, 2023 1 commit
  14. 09 Jan, 2023 1 commit
  15. 22 Dec, 2022 1 commit
    • Camille Simon's avatar
      [iOS] Add task for spell check integration test (#116222) · 9fb1ae83
      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
      Unverified
      9fb1ae83
  16. 12 Dec, 2022 1 commit
  17. 08 Dec, 2022 2 commits
  18. 05 Dec, 2022 1 commit
  19. 02 Dec, 2022 1 commit
  20. 29 Nov, 2022 1 commit
  21. 22 Nov, 2022 1 commit
  22. 20 Oct, 2022 1 commit
  23. 18 Oct, 2022 1 commit
  24. 26 Sep, 2022 1 commit
  25. 16 Sep, 2022 1 commit
  26. 15 Sep, 2022 1 commit
  27. 14 Sep, 2022 1 commit
  28. 12 Sep, 2022 1 commit
  29. 08 Sep, 2022 3 commits
  30. 07 Sep, 2022 1 commit
  31. 30 Aug, 2022 1 commit
  32. 26 Aug, 2022 5 commits