| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'. Fixes: nodejs#47093
There was a problem hiding this comment.
LGTM. Thank you.
Sorry, something went wrong.
|
Does it need fast-track? |
Sorry, something went wrong.
I don't think that's strictly necessary; while the test fails during coverage-windows, the coverage jobs seem to ignore test outcomes, and Jenkins uses the C: drive for tests, so it's not blocking anything :) |
Sorry, something went wrong.
Not sure if this is the cause of this test failing on the Windows on arm64 CI: #47020 |
Sorry, something went wrong.
|
Fast-track has been requested by @tniessen. Please 👍 to approve. |
Sorry, something went wrong.
|
@richardlau I don't know either, but I'll propose fast-tracking and we'll see. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'.
Fixes: #47093