Skip to content

Conversation

@danbev
Copy link
Contributor

Currently when building --without-ssl there is a failure due to a change
made by me in commit 3cf88a4 ("test:
add --use-bundled-ca to tls-cnnic-whitelist") which added a
'--use-bundled-ca' flag to that test. But when building --without-ssl
that flag will be invalid and an error (bad option) will be reported.

This commit filters tests that specify the --use-bundled-ca or
--use-openssl-ca flags so that they are skipped when configured
--without-ssl.

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 there is a failure due to a change made by me in commit 3cf88a4 ("test: add --use-bundled-ca to tls-cnnic-whitelist") which added a '--use-bundled-ca' flag to that test. But when building --without-ssl that flag will be invalid and an error (bad option) will be reported. This commit filters tests that specify the --use-bundled-ca or --use-openssl-ca flags so that they are skipped when configured --without-ssl.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Apr 18, 2017
@danbev
Copy link
ContributorAuthor

@mscdexmscdex added the openssl Issues and PRs related to the OpenSSL dependency. label Apr 18, 2017
danbev added a commit to danbev/node that referenced this pull request Apr 20, 2017
Currently when building --without-ssl there is a failure due to a change made by me in commit 3cf88a4 ("test: add --use-bundled-ca to tls-cnnic-whitelist") which added a '--use-bundled-ca' flag to that test. But when building --without-ssl that flag will be invalid and an error (bad option) will be reported. This commit filters tests that specify the --use-bundled-ca or --use-openssl-ca flags so that they are skipped when configured --without-ssl. PR-URL: nodejs#12485 Reviewed-By: James M Snell <[email protected]>
@danbev
Copy link
ContributorAuthor

Landed in f3f9dd7

@danbevdanbev closed this Apr 20, 2017
@danbevdanbev deleted the skip-use-bundled-ca-flagged-tests branch April 20, 2017 07:49
@jasnelljasnell mentioned this pull request May 11, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@gibfahn
Copy link
Member

Should be backported with #11631

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

opensslIssues and PRs related to the OpenSSL dependency.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@danbev@gibfahn@jasnell@mscdex@nodejs-github-bot