Skip to content

test: improve test-vm-cached-data.js - #11974

Closed
mpelekh wants to merge 1 commit into
nodejs:masterfrom
mpelekh:my-branch
Closed

test: improve test-vm-cached-data.js#11974
mpelekh wants to merge 1 commit into
nodejs:masterfrom
mpelekh:my-branch

Conversation

@mpelekh

@mpelekhmpelekh commented Mar 21, 2017

Copy link
Copy Markdown
Contributor
  • verify error message by adding 2nd argument to throws in test-assert
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 21, 2017
@mscdexmscdex added the vm Issues and PRs related to the vm subsystem. label Mar 21, 2017

@cjihrigcjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM with a nit.

Comment threadtest/parallel/test-vm-cached-data.js Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If this is only used in one place, it probably doesn't need to go in a variable.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

You are right! I'll change it.

* verify error message by adding 2nd argument to throws in test-assert
@lpinca

Copy link
Copy Markdown
Member

jasnell pushed a commit that referenced this pull request Mar 24, 2017
* verify error message by adding 2nd argument to throws in test-assert
PR-URL: #11974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 89d9c3f

@jasnelljasnell closed this Mar 24, 2017
MylesBorins pushed a commit that referenced this pull request Mar 28, 2017
* verify error message by adding 2nd argument to throws in test-assert
PR-URL: #11974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Mar 28, 2017
@italoacasasitaloacasas mentioned this pull request Apr 10, 2017
2 tasks
MylesBorins pushed a commit that referenced this pull request Apr 18, 2017
* verify error message by adding 2nd argument to throws in test-assert
PR-URL: #11974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
* verify error message by adding 2nd argument to throws in test-assert
PR-URL: #11974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Apr 19, 2017
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
* verify error message by adding 2nd argument to throws in test-assert
PR-URL: nodejs/node#11974
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@mpelekh@lpinca@jasnell@watilde@cjihrig@mscdex@MylesBorins@nodejs-github-bot