-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
675bc44
commit 341b6c2
Showing
6 changed files
with
72 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
{ | ||
"structured-clone.any.js": { | ||
"fail": { | ||
"expected": ["File basic"] | ||
"note12": "(1, 2) https://github.com/nodejs/node/issues/47612", | ||
"note3": "(3) SharedArrayBuffer does not extend ArrayBuffer", | ||
"note4": "(4) https://github.com/nodejs/node/issues/55120", | ||
"expected": [ | ||
"File basic", | ||
"A subclass instance will deserialize as its closest serializable superclass", | ||
"Growable SharedArrayBuffer", | ||
"Serializing a non-serializable platform object fails" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"negative-settimeout.any.js": { | ||
"skip": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672" | ||
}, | ||
"evil-spec-example.any.js": { | ||
"skip": "Node.js does not support a string as a parameter to setTimeout" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters