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: don't assume openssl s_client supports -ssl3 #4204

Merged
merged 1 commit into from
Dec 9, 2015

Conversation

bnoordhuis
Copy link
Member

Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: #3927

R=@Trott? /cc @kapouer

CI: https://ci.nodejs.org/job/node-test-pull-request/963/

@bnoordhuis bnoordhuis added the test Issues and PRs related to the tests. label Dec 8, 2015
@Trott
Copy link
Member

Trott commented Dec 9, 2015

LGTM if CI and @kapouer are happy with it

CI: https://ci.nodejs.org/job/node-test-commit/1397/

Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: nodejs#3927
PR-URL: nodejs#4204
Reviewed-By: Rich Trott <[email protected]>
@bnoordhuis
Copy link
Member Author

Thanks, landed in 1e89830. One failure which is tracked in #4206.

bnoordhuis added a commit that referenced this pull request Dec 15, 2015
Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: #3927
PR-URL: #4204
Reviewed-By: Rich Trott <[email protected]>
@rvagg rvagg mentioned this pull request Dec 17, 2015
bnoordhuis added a commit that referenced this pull request Dec 30, 2015
Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: #3927
PR-URL: #4204
Reviewed-By: Rich Trott <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: #3927
PR-URL: #4204
Reviewed-By: Rich Trott <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Jan 19, 2016
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: nodejs#3927
PR-URL: nodejs#4204
Reviewed-By: Rich Trott <[email protected]>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants