Skip to content

test: add coverage for execFileSync() errors - #9211

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:execfilesync-err
Oct 24, 2016
Merged

test: add coverage for execFileSync() errors#9211
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:execfilesync-err

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

This commit adds coverage for errors returned by execFileSync() when the child process exits with a non-zero code.

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Oct 20, 2016
@mscdexmscdex added the child_process Issues and PRs related to the child_process subsystem. label Oct 20, 2016
@targos

Copy link
Copy Markdown
Member

This commit adds coverage for errors returned by execFileSync()
when the child process exits with a non-zero code.
PR-URL: nodejs#9211
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@cjihrig
cjihrig merged commit a508000 into nodejs:masterOct 24, 2016
@cjihrig
cjihrig deleted the execfilesync-err branch October 24, 2016 22:47
evanlucas pushed a commit that referenced this pull request Nov 2, 2016
This commit adds coverage for errors returned by execFileSync()
when the child process exits with a non-zero code.
PR-URL: #9211
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@evanlucasevanlucas mentioned this pull request Nov 3, 2016
MylesBorins pushed a commit that referenced this pull request Nov 18, 2016
This commit adds coverage for errors returned by execFileSync()
when the child process exits with a non-zero code.
PR-URL: #9211
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
MylesBorins pushed a commit that referenced this pull request Nov 18, 2016
This commit adds coverage for errors returned by execFileSync()
when the child process exits with a non-zero code.
PR-URL: #9211
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
MylesBorins pushed a commit that referenced this pull request Nov 19, 2016
This commit adds coverage for errors returned by execFileSync()
when the child process exits with a non-zero code.
PR-URL: #9211
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This was referenced Nov 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

child_processIssues and PRs related to the child_process subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@cjihrig@targos@bnoordhuis@jasnell@thefourtheye@mscdex@MylesBorins@nodejs-github-bot