• Jackson Gardner's avatar
    `flutter test --wasm` support (#145347) · 31209d04
    Jackson Gardner authored
    * 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
    31209d04
Name
Last commit
Last update
..
README.md Loading commit data...
_bitfield_io.dart Loading commit data...
_bitfield_web.dart Loading commit data...
_capabilities_io.dart Loading commit data...
_capabilities_web.dart Loading commit data...
_isolates_io.dart Loading commit data...
_isolates_web.dart Loading commit data...
_platform_io.dart Loading commit data...
_platform_web.dart Loading commit data...
_timeline_io.dart Loading commit data...
_timeline_web.dart Loading commit data...
annotations.dart Loading commit data...
assertions.dart Loading commit data...
basic_types.dart Loading commit data...
binding.dart Loading commit data...
bitfield.dart Loading commit data...
capabilities.dart Loading commit data...
change_notifier.dart Loading commit data...
collections.dart Loading commit data...
consolidate_response.dart Loading commit data...
constants.dart Loading commit data...
debug.dart Loading commit data...
diagnostics.dart Loading commit data...
isolates.dart Loading commit data...
key.dart Loading commit data...
licenses.dart Loading commit data...
memory_allocations.dart Loading commit data...
node.dart Loading commit data...
object.dart Loading commit data...
observer_list.dart Loading commit data...
persistent_hash_map.dart Loading commit data...
platform.dart Loading commit data...
print.dart Loading commit data...
serialization.dart Loading commit data...
service_extensions.dart Loading commit data...
stack_frame.dart Loading commit data...
synchronous_future.dart Loading commit data...
timeline.dart Loading commit data...
unicode.dart Loading commit data...