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: add hasCrypto check to tls-legacy-deprecated #11747

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Mar 8, 2017

Currently test-tls-legacy-deprecated will fail if node
was built using --without-ssl. This commit adds a check to
verify that crypto support exists and if not skip this test.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Currently test-tls-legacy-deprecated will fail if node
was built using --without-ssl. This commit adds a check to
verify is crypto support exists and if not skip this test.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Mar 8, 2017
@danbev
Copy link
Contributor Author

danbev commented Mar 8, 2017

@hiroppy hiroppy added the tls Issues and PRs related to the tls subsystem. label Mar 8, 2017
Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops.. good catch.

danbev added a commit to danbev/node that referenced this pull request Mar 10, 2017
Currently test-tls-legacy-deprecated will fail if node
was built using --without-ssl. This commit adds a check to
verify is crypto support exists and if not skip this test.

PR-URL: nodejs#11747
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@danbev
Copy link
Contributor Author

danbev commented Mar 10, 2017

Landed in b98004b

@danbev danbev closed this Mar 10, 2017
jungx098 pushed a commit to jungx098/node that referenced this pull request Mar 21, 2017
Currently test-tls-legacy-deprecated will fail if node
was built using --without-ssl. This commit adds a check to
verify is crypto support exists and if not skip this test.

PR-URL: nodejs#11747
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
@italoacasas
Copy link
Contributor

This PR need backport to v7

@danbev
Copy link
Contributor Author

danbev commented Apr 19, 2017

@italoacasas Sorry again (I've had an issue with my email filter which has cause me to miss some messages, not intentional). Should I still backport this issue?

@danbev danbev deleted the crypto-check-test-tls-legacy-deprecated branch April 20, 2017 07:53
@gibfahn
Copy link
Member

gibfahn commented Jun 14, 2017

Should I still backport this issue?

No need (although I assume you already know that!) There won't be another 7.x release, and this is in Node 8.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants