Skip to content

test: check result of uv_loop_init and uv_write - #10126

Closed
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix-coverity-cctest-warnings
Closed

test: check result of uv_loop_init and uv_write#10126
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix-coverity-cctest-warnings

Conversation

@bnoordhuis

@bnoordhuisbnoordhuis commented Dec 5, 2016

Copy link
Copy Markdown
Member

Silence coverity warnings about the return value not being checked.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 5, 2016
@mscdexmscdex added the inspector Issues and PRs related to the V8 inspector protocol label Dec 5, 2016

@eugeneoeugeneo 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.

Thanks!

@addaleax

Copy link
Copy Markdown
Member

Landed in a244147

@addaleaxaddaleax closed this Dec 7, 2016
addaleax pushed a commit that referenced this pull request Dec 7, 2016
Silence coverity warnings about the return value not being checked.
PR-URL: #10126
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@chromium.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request Dec 8, 2016
Silence coverity warnings about the return value not being checked.
PR-URL: #10126
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@chromium.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
Silence coverity warnings about the return value not being checked.
PR-URL: nodejs#10126
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@chromium.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@italoacasasitaloacasas mentioned this pull request Dec 15, 2016
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
Silence coverity warnings about the return value not being checked.
PR-URL: #10126
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@chromium.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

inspectorIssues and PRs related to the V8 inspector protocoltestIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@bnoordhuis@addaleax@eugeneo@jasnell@cjihrig@mscdex@MylesBorins@nodejs-github-bot