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

inspector: fix tests on Windows #8528

Closed
wants to merge 1 commit into from
Closed

inspector: fix tests on Windows #8528

wants to merge 1 commit into from

Conversation

eugeneo
Copy link
Contributor

@eugeneo eugeneo commented Sep 14, 2016

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

Inspector protocol implementation & test

Description of change

Should help with #8034

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol labels Sep 14, 2016
@mscdex mscdex added the windows Issues and PRs related to the Windows platform. label Sep 14, 2016
@@ -154,11 +175,12 @@ static void fail_callback(uv_stream_t* stream, ssize_t nread,
}

static void expect_nothing_on_client() {
int err = uv_read_start(reinterpret_cast<uv_stream_t *>(&client_socket),
buffer_alloc_cb, fail_callback);
uv_stream_t* stream = reinterpret_cast<uv_stream_t *>(&client_socket);
Copy link
Member

Choose a reason for hiding this comment

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

Can you write it as uv_stream_t* (no space) while you're here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated this location and several similar ones.

@bnoordhuis
Copy link
Member

LGTM

@eugeneo
Copy link
Contributor Author

eugeneo commented Sep 14, 2016

Thank you for the review. Commit was updated.

@eugeneo
Copy link
Contributor Author

eugeneo commented Sep 14, 2016

@ofrobots

@ofrobots
Copy link
Contributor

@ofrobots
Copy link
Contributor

The AIX build failure looked mysterious; relaunched: https://ci.nodejs.org/job/node-test-commit-aix/861/.

@ofrobots
Copy link
Contributor

CI is green enough. AIX rebuild was successful and the arm-fanned failure looks like a bot issue.

@ofrobots
Copy link
Contributor

Landed as 6f9157f.

@ofrobots ofrobots closed this Sep 16, 2016
ofrobots pushed a commit that referenced this pull request Sep 16, 2016
Should help with #8034.

PR-URL: #8528
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@eugeneo eugeneo deleted the tests branch September 16, 2016 17:16
MylesBorins pushed a commit to MylesBorins/node that referenced this pull request Sep 28, 2016
Should help with nodejs#8034.

PR-URL: nodejs#8528
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
Should help with #8034.

PR-URL: #8528
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants