[wpt-sync] Sync PR 21364 - SharedWorker: Add WPT for NaN and Infinity arguments
Categories
(Core :: DOM: Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21364 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21364
Details from upstream follow.
Eriko Kurimoto <elkurin@google.com> wrote:
SharedWorker: Add WPT for NaN and Infinity arguments
This CL adds WPT for SharedWorker.
It checks the behavior when NaN or Infinity is set to ScriptURL and WorkerOptions.Bug: 10399674
Change-Id: I12d9560ca77e3ed0258ec7ba92af08266ca3bde6
Reviewed-on: https://chromium-review.googlesource.com/2015869
WPT-Export-Revision: 10a85869fa91a703e4c57d28ff37703dcd138db7
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 44 tests
Status Summary
Firefox
PASS : 42
TIMEOUT: 4
Chrome
OK : 2
PASS : 2
Safari
OK : 2
FAIL : 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/workers/constructors/SharedWorker/Infinity-arguments.html: TIMEOUT
/workers/constructors/SharedWorker/NaN-arguments.html: TIMEOUT
New Tests That Don't Pass
/workers/constructors/SharedWorker/Infinity-arguments.html: TIMEOUT (Chrome: OK, Safari: OK)
Test constructing a shared worker with Infinity: TIMEOUT (Chrome: PASS, Safari: FAIL)
/workers/constructors/SharedWorker/NaN-arguments.html: TIMEOUT (Chrome: OK, Safari: OK)
Test constructing a shared worker with NaN: TIMEOUT (Chrome: PASS, Safari: FAIL)
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8940acbc1466
https://hg.mozilla.org/mozilla-central/rev/bfc12ceb98fe
Description
•