| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Yes, process.platfrom is 'win32' for all Windows version (see https://nodejs.org/api/process.html#process_process_platform). Change LGTM. CI run: https://ci.nodejs.org/job/node-test-pull-request/1895/ |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
Okay, so the CI run had two failures, the first one seems to be a git connection error, and the second one is two test failures on Windows, test-dgram-multicast-multi-process.js and test-dns.js, which are presumably unrelated to this test. Assuming those failures can be ignored, it looks like this PR is good to go. |
Sorry, something went wrong.
PR-URL: #5621 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
PR-URL: nodejs/node#5621 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
| Back | FazBrowse Home | New Git URL |
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
test
Description of change
See issue #5603 .
Skips simple/cluster-disconnect-race on Windows. This was already done in #4457 for V4, but the fix is slightly different for v0.12.
@rvagg presumably process.platform === 'win32' covers 64bit as well as 32bit windows?