-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: fs.createReadStream weirdness on Windows CI #1737
Comments
silverwind
added
windows
Issues and PRs related to the Windows platform.
test
Issues and PRs related to the tests.
labels
May 19, 2015
silverwind
changed the title
test: fs.createReadStream on Windows CI
test: fs.createReadStream weirdness on Windows CI
May 19, 2015
Windows builds are now green after they have been switched to not run as a service (#1777 (comment)), I'll verify this issue later and I'm positive I can include the excluded test in linting again soon. |
Fixed in 83c2c3b |
This was referenced May 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test/parallel/test-fs-non-number-arguments-throw.js
reads itself and after introducing a'use strict';
and changing thestart
andend
offsets infs.createReadStream
accordingly, the read string starts one character earlier, presumably because of the added newline character.See #1721 (comment) and following for more detail. I was unable to reproduce the issue on Windows 7,8.1 and Server 2012 so I'm almost certain it's related to the CI itself.
The text was updated successfully, but these errors were encountered: