[wpt-sync] Sync PR 25532 - [blink] Add top-level-await tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25532 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25532
Details from upstream follow.
b'Camillo Bruni <cbruni@chromium.org>' wrote:
[blink] Add top-level-await tests
This CL adds test required for landing top-level-await
- Add more tests for module evaluation order
- Add onunhandledrejection since top-level-await introduces more
promisesBug: 1022182
Bug: 1096455
Bug: 1127215
Bug: v8:9344
Change-Id: Ib5502a47e6c0de6143a00f1ae35cde228e13200f
Reviewed-on: https://chromium-review.googlesource.com/2411927
WPT-Export-Revision: dc825036f3cccf53a5c30e21a63d3260cc56eb7a
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests and 1 subtests
Status Summary
Firefox
OK : 8
PASS : 7
FAIL : 1
TIMEOUT: 4
Chrome
OK : 8
PASS : 7
FAIL : 1
TIMEOUT: 4
Safari
OK : 7
PASS : 1
FAIL : 6
TIMEOUT: 5
NOTRUN : 1
Links
Details
New Tests That Don't Pass
/html/semantics/scripting-1/the-script-element/module/evaluation-order-4-tla.html
Test evaluation order of modules: FAIL (Chrome: FAIL, Safari: NOTRUN)
/html/webappapis/dynamic-markup-insertion/document-write/module-tla-delayed.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
document.write in an imported module: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
/html/webappapis/dynamic-markup-insertion/document-write/module-tla-import.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
document.write in an imported module: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Comment 4•4 years ago
|
||
bugherder |
Description
•