Uh oh!
There was an error while loading. Please reload this page.
test: use fixtures module for path resolve - #16842
Conversation
Trott
commented
Nov 6, 2017
Trott
left a comment
There was a problem hiding this comment.
Hi, @sercanyersen! Welcome and thanks for the PR! Because path is no longer used, the linter is complaining about its declaration. Can you remove it, commit to your branch, and push it up to GitHub so the changes show up in this PR? (Also, you can run make lint-js to see JS lint issues, if any.)
There was a problem hiding this comment.
Nit: can you please move this after the common.hasCrypto check?
Trott
left a comment
There was a problem hiding this comment.
I made the lint fix and nit fixes, rebased, and pushed to your branch. Hope that's OK!
Trott
commented
Nov 8, 2017
Trott
commented
Nov 12, 2017
jasnell
commented
Nov 12, 2017
Retrying the one failed CI platform; https://ci.nodejs.org/job/node-test-commit-arm-fanned/12516/ |
Trott
commented
Nov 13, 2017
Retrying Raspberry Pi again in the hopes it builds successfully this time: https://ci.nodejs.org/job/node-test-commit-arm-fanned/12540/ |
PR-URL: #16842 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
gireeshpunathil
commented
Nov 14, 2017
Landed in 803cacd , thanks for the contribution! |
PR-URL: #16842 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #16842 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This is a part of the fixture use normalization process commit.
Changes in just one file where the path.resolve method replaced with fixtures.path.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test