-
-
Couldn't load subscription status.
- Fork 33.6k
test: test non-buffer/string with zlib #8350
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
Conversation
Check the error condition testing for passing something other than a string or buffer. Currently, there are no tests for this.
|
LGTM |
|
LGTM |
|
Perhaps this needs more tests for passing various types of data, e.g. a number? |
|
Couldn't hurt to expand the tests a bit more |
|
Added a few more types. CI again: https://ci.nodejs.org/job/node-test-pull-request/3925/ |
|
arm-fanned failure looks unrelated. LGTM. |
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]>
|
Landed in 9826a79 |
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]>
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]>
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]>
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]>
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]>
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]>
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected 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.