flutter/dev/integration_tests/web/lib
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
..
a.dart [flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
b.dart [flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
c.dart [flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
d.dart [flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
framework_stack_trace.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
main.dart License update (#45373) 2019-11-27 15:04:02 -08:00
null_enabled_api.dart [null-safety] remove enable experiment flags (#69930) 2020-11-05 23:58:11 -08:00
null_safe_main.dart Sync analysis_options.yaml & cleanups (#117327) 2022-12-20 14:15:39 -08:00
service_worker_test_blocked_service_workers.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
service_worker_test_cached_resources.dart Flutter Web Bootstrapping Improvements (#144434) 2024-03-12 22:41:26 +00:00
service_worker_test.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
sound_mode.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
stack_trace.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
web_define_loading.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
web_directory_loading.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00
web_resources_cdn_test.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00