flutter/packages/flutter_driver
Jackson Gardner 31209d04ff
flutter test --wasm support (#145347)
* Adds support for `flutter test --wasm`.
  * The test compilation flow is a bit different now, so that it supports compilers other than DDC. Specifically, when we run a set of unit tests, we generate a "switchboard" main function that imports each unit test and runs the main function for a specific one based off of a value set by the JS bootstrapping code. This way, there is one compile step and the same compile output is invoked for each unit test file.
* Also, removes all references to `dart:html` from flutter/flutter.
* Adds CI steps for running the framework unit tests with dart2wasm+skwasm
  * These steps are marked as `bringup: true`, so we don't know what kind of failures they will result in. Any failures they have will not block the tree at all yet while we're still in `bringup: true`. Once this PR is merged, I plan on looking at any failures and either fixing them or disabling them so we can get these CI steps running on presubmit.

This fixes https://github.com/flutter/flutter/issues/126692
2024-03-21 20:08:07 +00:00
..
lib flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
test flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
test_driver Flutter_driver nnbd (#74856) 2021-01-27 23:55:26 -08:00
test_fixes Add dart fix support to flutter_driver (#141300) 2024-01-11 00:07:49 +00:00
analysis_options.yaml Add dart fix support to flutter_driver (#141300) 2024-01-11 00:07:49 +00:00
dart_test.yaml Randomize tests, exclude tests that fail with randomization. (#86793) 2021-07-26 23:40:49 -07:00
pubspec.yaml Roll pub packages (#145476) 2024-03-21 00:09:24 +00:00