| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Can you use the TAP-compatible approach we use e.g. here?
(I forgot about common.isWindows, it's fairly new.)
Sorry, something went wrong.
There was a problem hiding this comment.
I changed the test skipping in 5502b9b - is that what you mean?
Sorry, something went wrong.
|
LGTM, thanks. Can you squash and write a commit log in the style that CONTRIBUTING.md wants? |
Sorry, something went wrong.
|
@bnoordhuis I rebased it on fresh master, squashed into e07b145 with new message and force pushed here. I can't access the CI link ("rsp is missing the Overall/Read permission") so I don't know if it tests the forced update automatically or not. Thanks for your help. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
As @rsp updated, new CI : https://ci.nodejs.org/job/node-test-pull-request/932/ |
Sorry, something went wrong.
|
LGTM if new CI is happy :) |
Sorry, something went wrong.
|
@jasnell @JungMinu @bnoordhuis @rvagg Thanks. My pleasure. I think the wontfix label can be removed from issue #2255 now. |
Sorry, something went wrong.
If not running on Windows it skips the long path tests in: * test-fs-long-path.js * test-require-long-path.js Fixes: nodejs#2255 PR-URL: nodejs#4116 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
| Back | FazBrowse Home | New Git URL |
This is another attempt to fix the tests failing on Ubuntu (see issue #2255)
This time by skipping the tests when not on Windows (as advised by @bnoordhuis)
Other PRs that solve the same issue:
See also comments to PRs #3925 and #3929 for more context.