Closed
Bug 1774941
Opened 2 years ago
Closed 2 years ago
Add Error tests to structured-clone-battery-of-tests.js
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
Details
Attachments
(1 file)
This should probably have been part of bug 1556604, but I forgot that I had this in another patch. This automatically gives us test coverage for the DOM structuredClone() function, postMessage, MessageChannel and Workers. Because this is a web platform test, I only added tests for behavior that is actually specified. (So no lineNumber etc.)
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by evilpies@gmail.com: https://hg.mozilla.org/integration/autoland/rev/acc97acc3015 Add Error tests to structured-clone-battery-of-tests.js. r=sfink
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/34510 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•