-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Node.js failing ECDH and ECDSA importKey() WPT #55090
Copy link
Copy link
Closed
Labels
web-standardsIssues and PRs related to web-platform APIs and standards compliance.Issues and PRs related to web-platform APIs and standards compliance.webcryptoIssues and PRs related to the Web Crypto API.Issues and PRs related to the Web Crypto API.
Description
Activity
Metadata
Metadata
Assignees
Labels
web-standardsIssues and PRs related to web-platform APIs and standards compliance.Issues and PRs related to web-platform APIs and standards compliance.webcryptoIssues and PRs related to the Web Crypto API.Issues and PRs related to the Web Crypto API.
Node.js is failing the WPT tests added by web-platform-tests/wpt#48243
All the errors appear to be
expected "DataError" but got "TypeError", so it looks like Node.js is returning the wrong errors.Ref: https://developer.mozilla.org/en-US/docs/Web/API/DOMException#dataerror