-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: make test-v8-serdes work without stdin #16382
Conversation
Just to mention it: ayojs/ayo@06a1e54 also fixes this but doesn’t require skipping anything … I think that should be fine to use here |
Very nice! Any advice on the the correct procedure for including that so the proper credit and such is given? Thanks |
@danbev Since it’s my commit – do whatever you want with it. :) Just cherry-picking it should be fine, but whatever gets you where the code needs to be works for me 😄 |
If `stdin` was closed or referred to a file, this didn't work, because it was accessed via file descriptor. Instead, use another generic native object. cherry-picked from ayojs/ayo#63
daefca6
to
d38a427
Compare
Landed in 70670b0 |
If `stdin` was closed or referred to a file, this didn't work, because it was accessed via file descriptor. Instead, use another generic native object. cherry-picked from ayojs/ayo#63 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
If
stdin
was closed or referred to a file, this didn't work,because it was accessed via file descriptor.
Instead, use another generic native object.
cherry-picked from ayojs/ayo#63
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test