Skip to content
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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

panva
Copy link
Member

@panva panva commented Nov 3, 2024

Just git node wpt WebCryptoAPI

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/web-standards

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Nov 3, 2024
@panva panva added crypto Issues and PRs related to the crypto subsystem. request-ci Add this label to start a Jenkins CI on a PR. webcrypto labels Nov 3, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 3, 2024
@nodejs-github-bot
Copy link
Collaborator

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.40%. Comparing base (c2ff449) to head (07881c6).
Report is 15 commits behind head on main.

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     

see 30 files with indirect coverage changes

@RedYetiDev RedYetiDev added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 3, 2024
Comment on lines +293 to +294
if (byteValue == NaN)
throw "Invalid hexString";
Copy link
Contributor

@aduh95 aduh95 Nov 3, 2024

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)

@panva panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 3, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 5, 2024
@nodejs-github-bot nodejs-github-bot merged commit 58a7b00 into nodejs:main Nov 5, 2024
80 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 58a7b00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. webcrypto
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants