-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test,crypto: update WebCryptoAPI WPT #55703
Conversation
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55703 +/- ##
==========================================
- Coverage 88.41% 88.40% -0.02%
==========================================
Files 654 654
Lines 187594 187594
Branches 36090 36094 +4
==========================================
- Hits 165870 165835 -35
- Misses 14980 14997 +17
- Partials 6744 6762 +18 |
if (byteValue == NaN) | ||
throw "Invalid hexString"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not something for us to fix, but I don't think any value in JS can be loosely equal to NaN
, this looks like dead code (reported in https://github.com/web-platform-tests/wpt/pull/48852/files#r1827029556)
Landed in 58a7b00 |
Just
git node wpt WebCryptoAPI