Skip to content

test: add hasCrypto check to https-agent-constructor - #12987

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:https-agent-constructor-crypto-check
Closed

test: add hasCrypto check to https-agent-constructor#12987
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:https-agent-constructor-crypto-check

Conversation

@danbev

Copy link
Copy Markdown
Contributor

Currently this test will fail with the following error message when
configured --without-ssl:

Error: Node.js is not compiled with openssl crypto support

This commit checks for crypto and skips this tests if such support
is not available.

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

test

Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support
This commit checks for crypto and skips this tests if such support
is not available.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 12, 2017
@danbev

Copy link
Copy Markdown
ContributorAuthor

@mscdexmscdex added the https Issues or PRs related to the https subsystem. label May 12, 2017

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oops. LGTM

danbev added a commit to danbev/node that referenced this pull request May 14, 2017
Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support
This commit checks for crypto and skips this tests if such support
is not available.
PR-URL: nodejs#12987
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in b5ae22d

@danbevdanbev closed this May 14, 2017
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently this test will fail with the following error message when
configured --without-ssl:
Error: Node.js is not compiled with openssl crypto support
This commit checks for crypto and skips this tests if such support
is not available.
PR-URL: nodejs#12987
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@danbev
danbev deleted the https-agent-constructor-crypto-check branch June 28, 2017 05:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpsIssues or PRs related to the https subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@danbev@jasnell@lpinca@cjihrig@mscdex@MylesBorins@nodejs-github-bot