[wpt-sync] Sync PR 24948 - [blink][wpt] Add more module evaluation order tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24948 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24948
Details from upstream follow.
Camillo Bruni <cbruni@chromium.org> wrote:
[blink][wpt] Add more module evaluation order tests
Add tests for upcoming microtask checkpoint fixes and top-level-await
for modules. The added test cover in more detail the following items:
- onload events
- onerror events
- queueMicrotask
drive-by-fix: Check for onunhandledrejection
Bug: 1022182, 1096455, 1114034, v8:9344
Change-Id: Ieaa7691bf44e2758ed873ca53bcc6852812dd723Reviewed-on: https://chromium-review.googlesource.com/2346251
WPT-Export-Revision: 67bcd4cd1d83580a02c1bbbf0183a30401b6068e
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 12 tests and 1 subtests
Status Summary
Firefox
OK : 8
PASS : 8
TIMEOUT: 4
Chrome
OK : 12
PASS : 8
FAIL : 4
Safari
OK : 8
FAIL : 8
TIMEOUT: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/scripting-1/the-script-element/module/evaluation-order-1-nothrow-worker.html: TIMEOUT (Chrome: OK, Safari: TIMEOUT)
/html/semantics/scripting-1/the-script-element/module/evaluation-order-1-worker.html: TIMEOUT (Chrome: OK, Safari: TIMEOUT)
/html/semantics/scripting-1/the-script-element/module/evaluation-order-2-import-worker.html: TIMEOUT (Chrome: OK, Safari: TIMEOUT)
/html/semantics/scripting-1/the-script-element/module/evaluation-order-3-dynamic-worker.html: TIMEOUT (Chrome: OK, Safari: TIMEOUT)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/be641950f318
https://hg.mozilla.org/mozilla-central/rev/04d9742b3060
Description
•