Skip to content

test: clean up test-buffer-badhex - #7773

Merged
Fishrock123 merged 1 commit into
nodejs:masterfrom
Fishrock123:cleanup-buffer-badhex-test
Sep 29, 2016
Merged

test: clean up test-buffer-badhex#7773
Fishrock123 merged 1 commit into
nodejs:masterfrom
Fishrock123:cleanup-buffer-badhex-test

Conversation

@Fishrock123

@Fishrock123Fishrock123 commented Jul 17, 2016

Copy link
Copy Markdown
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

This test was recently introduced in
151d316
and could be cleaned up a bit.

Refs: #7602

It is possible this is not worthwhile enough, but I feel it is stilly to have bufX all within a single closure.

R=@addaleax
CI: https://ci.nodejs.org/job/node-test-pull-request/3323/

@Fishrock123Fishrock123 added the test Issues and PRs related to the tests. label Jul 17, 2016
@addaleax

Copy link
Copy Markdown
Member

¯_(ツ)_/¯

LGTM if CI is green

@mscdexmscdex added the buffer Issues and PRs related to the buffer subsystem. label Jul 17, 2016
@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment
@JungMinu

Copy link
Copy Markdown
Member

LGTM

@jasnell

Copy link
Copy Markdown
Member

ping @Fishrock123

@imyller

Copy link
Copy Markdown
Member

LGTM if still relevant

@jasnelljasnell left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@imyller

Copy link
Copy Markdown
Member

This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: nodejs#7602
PR-URL: nodejs#7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@Fishrock123
Fishrock123force-pushed the cleanup-buffer-badhex-test branch from 77226dd to e758bd5CompareSeptember 29, 2016 14:00
@Fishrock123
Fishrock123 merged commit e758bd5 into nodejs:masterSep 29, 2016
@Fishrock123
Fishrock123 deleted the cleanup-buffer-badhex-test branch September 29, 2016 14:05
jasnell pushed a commit that referenced this pull request Sep 29, 2016
This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: #7602
PR-URL: #7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: #7602
PR-URL: #7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Fishrock123 added a commit that referenced this pull request Oct 11, 2016
This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: #7602
PR-URL: #7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: #7602
PR-URL: #7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
This test was recently (at the time of writing) introduced in
151d316
and could be cleaned up a bit.
Refs: #7602
PR-URL: #7773
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bufferIssues and PRs related to the buffer subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Fishrock123@addaleax@cjihrig@JungMinu@jasnell@imyller@mscdex@MylesBorins