-
-
Couldn't load subscription status.
- Fork 33.6k
test: refactor parallel/test-process-env.js #8324
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
Conversation
|
LGTM |
1 similar comment
|
LGTM |
|
CI, although Raspberry Pi issues abound at the moment. Will almost certainly need to re-run. But just to suss out anything that might be lurking elsewhere. CI: https://ci.nodejs.org/job/node-test-pull-request/3898/ |
|
Looks like the test that was commented out fails on AIX and Windows. I'll comment it out again. It may make sense to skip it only on those platforms, but I'd want something like that to happen in a separate PR, I think. |
* Remove disabling of lint rule * Enable commented-out test * == -> === * var -> const
6915a2e to
4fd2578
Compare
|
CI passed. (Yellow because of AIX perma-yellow right now.) |
* Remove disabling of lint rule * == -> === * var -> const PR-URL: nodejs#8324 Reviewed-By: jasnell - James M Snell <[email protected]> Reviewed-By: cjihrig - Colin Ihrig <[email protected]>
|
Landed in 266270e |
* Remove disabling of lint rule * == -> === * var -> const PR-URL: nodejs#8324 Reviewed-By: jasnell - James M Snell <[email protected]> Reviewed-By: cjihrig - Colin Ihrig <[email protected]>
* Remove disabling of lint rule * == -> === * var -> const PR-URL: #8324 Reviewed-By: jasnell - James M Snell <[email protected]> Reviewed-By: cjihrig - Colin Ihrig <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
test process
Description of change
==->===var->const