test: change deprecated method to recommended#13649
Closed
Trott wants to merge 1 commit intonodejs:masterfrom
Closed
test: change deprecated method to recommended#13649Trott wants to merge 1 commit intonodejs:masterfrom
Trott wants to merge 1 commit intonodejs:masterfrom
Conversation
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives.
Contributor
refack
approved these changes
Jun 13, 2017
cjihrig
approved these changes
Jun 13, 2017
Contributor
|
ohh hello there: https://ci.nodejs.org/job/node-test-commit-freebsd/9699/nodes=freebsd11-x64/tapResults/ |
Contributor
lpinca
approved these changes
Jun 13, 2017
jasnell
approved these changes
Jun 13, 2017
Member
jasnell
left a comment
There was a problem hiding this comment.
LGTM so long as we still have good test coverage on new Buffer() and Buffer()
tniessen
approved these changes
Jun 14, 2017
Member
tniessen
left a comment
There was a problem hiding this comment.
ARM is still having some unrelated problems.
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Jun 15, 2017
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives. PR-URL: nodejs#13649 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Brian White <[email protected]>
Member
Author
|
Landed in 14f5a9b |
addaleax
pushed a commit
that referenced
this pull request
Jun 17, 2017
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives. PR-URL: #13649 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Brian White <[email protected]>
Merged
addaleax
pushed a commit
that referenced
this pull request
Jun 21, 2017
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives. PR-URL: #13649 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Brian White <[email protected]>
Merged
Contributor
|
This does not land cleanly in LTS. Please feel free to manually backport. Please also feel free to replace the backport request label with do-not-land if it shouldn't land |
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Jul 18, 2017
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives. PR-URL: nodejs#13649 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Brian White <[email protected]>
4 tasks
Member
Author
|
6.x backport in #14339 |
MylesBorins
pushed a commit
that referenced
this pull request
Jul 18, 2017
In non-buffer tests, change usage of the Buffer constructor to one of the recommended alternatives. Backport-PR-URL: #14339 PR-URL: #13649 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Brian White <[email protected]>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In non-buffer tests, change usage of the Buffer constructor to one of
the recommended alternatives.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test buffer stream tls zlib