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: var variables to const in zlib #8627

Closed
wants to merge 1 commit into from
Closed

Conversation

FeignMan
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Changed var variables to const in test-zlib-(etc):
Changes in test-zlib-from-string is because var->const
pushed us over the max char limit per line.

Changes in test-zlib-from-string is because var->const
pushed us over the max char limit per line.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Sep 17, 2016
Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mhdawson
Copy link
Member

LGTM

@mhdawson
Copy link
Member

Copy link
Member

@targos targos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mscdex mscdex added the zlib Issues and PRs related to the zlib subsystem. label Sep 17, 2016
@mhdawson
Copy link
Member

CI run looks green except for ARM failures that are also seen in early runs,

@mhdawson mhdawson self-assigned this Sep 17, 2016
@mhdawson
Copy link
Member

WIll land once a bit more time for comment passes unless we get some objections.

@addaleax
Copy link
Member

WIll land once a bit more time for comment passes unless we get some objections.

This may or may not need to be rebased after #8512 anyway… the changes look good to me, though.

mhdawson pushed a commit that referenced this pull request Sep 20, 2016
Changes in test-zlib-from-string is because var->const
pushed us over the max char limit per line.

PR-URL: #8627
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@mhdawson
Copy link
Member

Landed as: 7a46554

@mhdawson mhdawson closed this Sep 20, 2016
Fishrock123 pushed a commit that referenced this pull request Oct 11, 2016
Changes in test-zlib-from-string is because var->const
pushed us over the max char limit per line.

PR-URL: #8627
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
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.

9 participants