Skip to content

test: add hasCrypto to tls-lookup - #13047

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:add-hasCrypto-tls-lookup
Closed

test: add hasCrypto to tls-lookup#13047
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:add-hasCrypto-tls-lookup

Conversation

@danbev

Copy link
Copy Markdown
Contributor

Currently when building --without-ssl this test will report the
following error:

internal/util.js:82 throw new Error('Node.js is not compiled with openssl cryptosupport');

This commit adds a check for crypto and skips this test if node was
built without ssl support.

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

test

Currently when building --without-ssl this test will report the
following error:
internal/util.js:82
throw new Error('Node.js is not compiled with openssl crypto
support');
This commit adds a check for crypto and skips this test if node was
built without ssl support.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 16, 2017
@danbev

Copy link
Copy Markdown
ContributorAuthor

@mscdexmscdex added the tls Issues and PRs related to the tls subsystem. label May 16, 2017

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

danbev added a commit to danbev/node that referenced this pull request May 18, 2017
Currently when building --without-ssl this test will report the
following error:
internal/util.js:82
throw new Error('Node.js is not compiled with openssl crypto
support');
This commit adds a check for crypto and skips this test if node was
built without ssl support.
PR-URL: nodejs#13047
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in 6933419

@danbevdanbev closed this May 18, 2017
@danbev
danbev deleted the add-hasCrypto-tls-lookup branch May 18, 2017 06:14
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently when building --without-ssl this test will report the
following error:
internal/util.js:82
throw new Error('Node.js is not compiled with openssl crypto
support');
This commit adds a check for crypto and skips this test if node was
built without ssl support.
PR-URL: nodejs#13047
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: David Cai <davidcai1993@yahoo.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@danbev@refack@Trott@lpinca@cjihrig@DavidCai1111@mscdex@MylesBorins@nodejs-github-bot