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: test non-buffer/string with zlib #8350

Closed
wants to merge 2 commits into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Aug 31, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test zlib

Description of change

Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this error condition.

@Trott Trott added zlib Issues and PRs related to the zlib subsystem. test Issues and PRs related to the tests. labels Aug 31, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.
@addaleax
Copy link
Member

addaleax commented Aug 31, 2016

@jasnell
Copy link
Member

jasnell commented Aug 31, 2016

LGTM

@ChALkeR
Copy link
Member

ChALkeR commented Aug 31, 2016

Perhaps this needs more tests for passing various types of data, e.g. a number?

@jasnell
Copy link
Member

jasnell commented Aug 31, 2016

Couldn't hurt to expand the tests a bit more

@Trott
Copy link
Member Author

Trott commented Sep 2, 2016

Added a few more types. CI again: https://ci.nodejs.org/job/node-test-pull-request/3925/

@ChALkeR
Copy link
Member

ChALkeR commented Sep 2, 2016

arm-fanned failure looks unrelated.

LGTM.

Trott added a commit to Trott/io.js that referenced this pull request Sep 2, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: nodejs#8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
@Trott
Copy link
Member Author

Trott commented Sep 2, 2016

Landed in 9826a79

@Trott Trott closed this Sep 2, 2016
@Fishrock123 Fishrock123 mentioned this pull request Sep 6, 2016
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Sep 8, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: nodejs#8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
Fishrock123 pushed a commit that referenced this pull request Sep 9, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: #8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: #8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: #8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: #8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Check the error condition testing for passing something other than a
string or buffer. Currently, there are no tests for this.

PR-URL: #8350
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed By: James M Snell <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
@MylesBorins MylesBorins mentioned this pull request Oct 26, 2016
@Trott Trott deleted the zlib-errors branch December 25, 2020 12:30
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. zlib Issues and PRs related to the zlib subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants