Skip to content

src: add/move hasCrypto checks for async tests#12968

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:async-test-hasCrypto-check
Closed

src: add/move hasCrypto checks for async tests#12968
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:async-test-hasCrypto-check

Conversation

@danbev
Copy link
Copy Markdown
Contributor

@danbev danbev commented May 11, 2017

Currently when configured --without-ssl these test will fail. In
test-crypto-pbkdf2.js and test-crypto-randomBytes.js the check exists
but just need to be moved before the require of crypto.

There was not check in test-async-wrap-uncaughtexception.js so one was
added.

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

test

Currently when configured --without-ssl these test will fail. In
test-crypto-pbkdf2.js and test-crypto-randomBytes.js the check exists
but just need to be moved before the require of crypto.

There was not check in test-async-wrap-uncaughtexception.js so one was
added.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 11, 2017
@danbev
Copy link
Copy Markdown
Contributor Author

danbev commented May 11, 2017

@mscdex mscdex added the async_hooks Issues and PRs related to the async hooks subsystem. label May 11, 2017
danbev added a commit to danbev/node that referenced this pull request May 12, 2017
Currently when configured --without-ssl these test will fail. In
test-crypto-pbkdf2.js and test-crypto-randomBytes.js the check exists
but just need to be moved before the require of crypto.

There was no check in test-async-wrap-uncaughtexception.js so one was
added.

PR-URL: nodejs#12968
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Luca Maraschi <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@danbev
Copy link
Copy Markdown
Contributor Author

danbev commented May 12, 2017

Landed in 9f8e030

@danbev danbev closed this May 12, 2017
@danbev danbev deleted the async-test-hasCrypto-check branch May 12, 2017 05:30
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently when configured --without-ssl these test will fail. In
test-crypto-pbkdf2.js and test-crypto-randomBytes.js the check exists
but just need to be moved before the require of crypto.

There was no check in test-async-wrap-uncaughtexception.js so one was
added.

PR-URL: nodejs#12968
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Luca Maraschi <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@jasnell jasnell mentioned this pull request May 28, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests.