-
Notifications
You must be signed in to change notification settings - Fork 30k
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: make x509 crypto tests work with BoringSSL #55927
test: make x509 crypto tests work with BoringSSL #55927
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55927 +/- ##
==========================================
+ Coverage 88.01% 88.49% +0.48%
==========================================
Files 653 653
Lines 187735 187728 -7
Branches 35874 36183 +309
==========================================
+ Hits 165229 166137 +908
+ Misses 15693 14818 -875
+ Partials 6813 6773 -40
|
This comment was marked as outdated.
This comment was marked as outdated.
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.
Regexp without boundaries would allow extraneous symbols before or after the hex value.
Co-authored-by: Livia Medeiros <[email protected]>
Co-authored-by: Livia Medeiros <[email protected]>
Co-authored-by: Livia Medeiros <[email protected]>
Commit Queue failed- Loading data for nodejs/node/pull/55927 ✔ Done loading data for nodejs/node/pull/55927 ----------------------------------- PR info ------------------------------------ Title test: make x509 crypto tests work with BoringSSL (#55927) Author Shelley Vohr <[email protected]> (@codebytere) Branch codebytere:upstream-boringssl-x509-compat -> nodejs:main Labels test, author ready Commits 4 - test: make x509 crypto tests work with BoringSSL - Update test/parallel/test-crypto-x509.js - Update test/parallel/test-crypto-x509.js - Update test/parallel/test-crypto-x509.js Committers 2 - Shelley Vohr <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 20 Nov 2024 09:16:37 GMT ✔ Approvals: 3 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/55927#pullrequestreview-2448627030 ✔ - LiviaMedeiros (@LiviaMedeiros): https://github.com/nodejs/node/pull/55927#pullrequestreview-2448822391 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/55927#pullrequestreview-2449682404 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-11-20T14:41:40Z: https://ci.nodejs.org/job/node-test-pull-request/63640/ - Querying data for job/node-test-pull-request/63640/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 55927 From https://github.com/nodejs/node * branch refs/pull/55927/merge -> FETCH_HEAD ✔ Fetched commits as ead8bd157a94..12e14d86d35b -------------------------------------------------------------------------------- [main 6fd53725ee] test: make x509 crypto tests work with BoringSSL Author: Shelley Vohr <[email protected]> Date: Tue Nov 19 14:25:37 2024 +0100 1 file changed, 16 insertions(+), 14 deletions(-) [main fe330968bd] Update test/parallel/test-crypto-x509.js Author: Shelley Vohr <[email protected]> Date: Wed Nov 20 15:37:28 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) [main 881454a9a3] Update test/parallel/test-crypto-x509.js Author: Shelley Vohr <[email protected]> Date: Wed Nov 20 15:37:36 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) [main 643442c061] Update test/parallel/test-crypto-x509.js Author: Shelley Vohr <[email protected]> Date: Wed Nov 20 15:38:01 2024 +0100 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 4 commits in the PR. Attempting autorebase. Rebasing (2/8) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- test: make x509 crypto tests work with BoringSSLhttps://github.com/nodejs/node/actions/runs/11969824102 |
Landed in 3178a76 |
PR-URL: nodejs#55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
As in title. Tweaks a few checks
parallel/test-crypto-x509.js
in so they work with BoringSSL