summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark Ladyshau <47859603+mrkldshv@users.noreply.github.com>2022-05-26 17:14:38 +0200
committerGitHub <noreply@github.com>2022-05-26 17:14:38 +0200
commit402b497299c04e3b4714842c5caad50197088d0c (patch)
treeb223a24e7a0f680fc8e9e6f6a9de23cb59080733 /tools
parent3aa6d5d8b0911e9c5fcd38dd856f419692b28085 (diff)
fix(core): rethrow exception during structured cloning serialization (#14671)
- Introduced optional callback for Deno.core.serialize API, that returns cloning error if there is one. - Removed try/catch in seralize structured clone function and throw error from callback. - Removed "Object with a getter that throws" assertion from WPT.
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index aa168a88b..f13bf39d8 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -3655,7 +3655,6 @@
"Object Blob object, Blob empty",
"Object Blob object, Blob NUL",
"File basic",
- "Object with a getter that throws",
"Serializing a non-serializable platform object fails",
"An object whose interface is deleted from the global must still deserialize",
"A subclass instance will deserialize as its closest serializable superclass",
@@ -3682,7 +3681,6 @@
"Object Blob object, Blob empty",
"Object Blob object, Blob NUL",
"File basic",
- "Object with a getter that throws",
"Serializing a non-serializable platform object fails",
"An object whose interface is deleted from the global must still deserialize",
"A subclass instance will deserialize as its closest serializable superclass",