test: add missing cctest/test_path.cc#52148
Conversation
|
Review requested:
|
|
Fast-track has been requested by @anonrig. Please 👍 to approve. |
|
It seems the existing tests are failing. cc @RafaelGSS @nodejs/platform-windows |
|
It looks like |
|
The reason behind this is the I see that those test cases are taken from |
06e0270 to
d7dd131
Compare
|
Thank you @StefanStojanovic. Updated the pull-request. |
|
Landed in 0b67673 |
PR-URL: nodejs#52148 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #52148 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #52148 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
We weren't running and testing test_path.cc. This change ensures that
make cctestruns the test file.cc @RafaelGSS @nodejs/path