-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ES6 modules] Add WPT for loading cyclic module graph w/ slow imports #6228
[ES6 modules] Add WPT for loading cyclic module graph w/ slow imports #6228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already reviewed downstream.
Firefox (nightly)Testing web-platform-tests at revision 60c65a4 All results1 test ran/html/semantics/scripting-1/the-script-element/module/slow-cycle.html
|
Sauce (safari)Testing web-platform-tests at revision 60c65a4 All results1 test ran/html/semantics/scripting-1/the-script-element/module/slow-cycle.html
|
Chrome (unstable)Testing web-platform-tests at revision 60c65a4 |
Sauce (MicrosoftEdge)Testing web-platform-tests at revision 60c65a4 All results1 test ran/html/semantics/scripting-1/the-script-element/module/slow-cycle.html
|
7ea69af
to
fe52756
Compare
This CL adds a layout test demonstrating the currently broken cycle handling, which currently fails on ToT. If a cyclic module graph node contained other edges that are not part of the cycle, the graph does not load reliably. (To be more specific, the graph does not load unless the other edges complete loading before we instantiate the cycle nodes). We expect to have the root cause fixed in the spec change PR: whatwg/html#2674 Bug: 594639 Change-Id: I3cf8a640a73083ad612c96fc4bbd0f01e00f6e46 Reviewed-on: https://chromium-review.googlesource.com/535413 Cr-Commit-Position: refs/heads/master@{#479534} WPT-Export-Revision: 1d8720afaeeb738690321b52bc88960ecb3b36f3
fe52756
to
996343f
Compare
[ES6 modules] Add WPT for loading cyclic module graph w/ slow imports
This CL adds a layout test demonstrating the currently broken cycle handling,
which currently fails on ToT.
If a cyclic module graph node contained other edges that are not part
of the cycle, the graph does not load reliably. (To be more specific,
the graph does not load unless the other edges complete loading before
we instantiate the cycle nodes).
We expect to have the root cause fixed in the spec change PR:
whatwg/html#2674
Bug: 594639
Change-Id: I3cf8a640a73083ad612c96fc4bbd0f01e00f6e46
Reviewed-on: https://chromium-review.googlesource.com/535413
Cr-Commit-Position: refs/heads/master@{#479534}
WPT-Export-Revision: 1d8720afaeeb738690321b52bc88960ecb3b36f3