Skip to content

[flutter_tools] Use new ddc modules in test#188240

Draft
nshahan wants to merge 2 commits into
flutter:masterfrom
nshahan:fix-flutter-test
Draft

[flutter_tools] Use new ddc modules in test#188240
nshahan wants to merge 2 commits into
flutter:masterfrom
nshahan:fix-flutter-test

Conversation

@nshahan

@nshahan nshahan commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Update flutter test --platform=chrome ... to use the new DDC module system.

  • Updates bootstrap generation in test runner to load the modules needed to run the test.
  • Uses org-dartlang-app:/// URIs (with three slashes) more consistently in the DDC logic.

Fixes: #187797
Issue: #142060

Pre-launch Checklist

Update `flutter test --platform=chrome ...` to use the new DDC module
system.

* Updates bootstrap generation in test runner to load the modules needed
  to run the test.
* Uses `org-dartlang-app:///` URIs (with three slashes) more consistently
  in the DDC logic.

Fixes: flutter#187797
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 18, 2026
@github-actions github-actions Bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Jun 18, 2026
@github-actions github-actions Bot removed the CICD Run CI/CD label Jun 19, 2026
@nshahan nshahan added the CICD Run CI/CD label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate flutter test --platform=chrome off require.js AMD modules

1 participant