commit | ff16ee0b0a33126c476ab1292847b257396bd6f3 | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Mon Nov 28 16:30:02 2022 -0500 |
committer | GitHub <noreply@github.com> | Mon Nov 28 21:30:02 2022 +0000 |
tree | a550b354a793d18814b2dec57d6d4b432b620b65 | |
parent | 839447e5250e5da08faa2380df42bae059f87e71 [diff] |
[pigeon] Initial integration test setup (#2851) * [pigeon] Initial integration test setup This sets up initial proof-of-concept integration tests using the new shared native test harness: - Integration tests on the Dart side for void->void and Everything->Everything calls. - macOS implementations in the test plugin on the native side. - A new test target in the test script to drive them via `flutter test`. - A minimal change to the example app so that `flutter run`-ing it will test that the void->void call is wired up. Since this simple initial test hit https://github.com/flutter/flutter/issues/111083, which caused the test to fail, this includes a fix for that. Short-term future work (by me): - Add integration test native setup and script targets for the other generators. This includes one just to keep the initial review scope smaller. - Update https://github.com/flutter/packages/pull/2816 to include the integration test since it's still blocked until I can address the CI issues. Medium-term future work (not all by me): - Remove the legacy iOS e2e test scaffold that is currently disabled. - Add significantly more integration test coverage (likely including https://github.com/flutter/flutter/issues/115168 to reduce redundant API setup), including Flutter API integration tests rather than just host API tests. Part of https://github.com/flutter/flutter/issues/111505 Fixes https://github.com/flutter/flutter/issues/111083 * Version bump for bugfix * Check in generated files needed for analysis * Add the actual integration test file, which was left out * Address review comments * Fix incorrect Swift unit test for void call fix * Analysis ignore * Autoformat
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the available packages in this repository.