Uh oh!
There was an error while loading. Please reload this page.
test: add missing cctest/test_path.cc - #52148
Conversation
nodejs-github-bot
commented
Mar 19, 2024
Review requested:
|
Fast-track has been requested by @anonrig. Please 👍 to approve. |
nodejs-github-bot
commented
Mar 19, 2024
anonrig
commented
Mar 19, 2024
It seems the existing tests are failing. cc @RafaelGSS @nodejs/platform-windows |
aduh95
commented
Mar 19, 2024
It looks like |
StefanStojanovic
commented
Mar 19, 2024
The reason behind this is the I see that those test cases are taken from |
06e0270 to
d7dd131Compareanonrig
commented
Mar 19, 2024
Thank you @StefanStojanovic. Updated the pull-request. |
nodejs-github-bot
commented
Mar 19, 2024
nodejs-github-bot
commented
Mar 19, 2024
nodejs-github-bot
commented
Mar 19, 2024
nodejs-github-bot
commented
Mar 19, 2024
nodejs-github-bot
commented
Mar 20, 2024
nodejs-github-bot
commented
Mar 21, 2024
Landed in 0b67673 |
PR-URL: #52148 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #52148 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
We weren't running and testing test_path.cc. This change ensures that
make cctestruns the test file.cc @RafaelGSS @nodejs/path