-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Node test process.stdin readable with a TTY
fails on OSX
#21112
Labels
Comments
Looks like it was fallout from #21026 @littledivy
|
This test fails even on Alpine Linux. |
littledivy
added a commit
that referenced
this issue
Nov 20, 2023
Fixes #21112 Aligns more towards what Node.js does. Closing stdin more than once is a nop.
zifeo
pushed a commit
to metatypedev/deno
that referenced
this issue
Nov 22, 2023
…21267) Fixes denoland#21112 Aligns more towards what Node.js does. Closing stdin more than once is a nop.
crowlKats
pushed a commit
that referenced
this issue
Nov 24, 2023
bartlomieju
pushed a commit
that referenced
this issue
Nov 24, 2023
Fixes #21112 Aligns more towards what Node.js does. Closing stdin more than once is a nop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro:
cargo run -- test -A '/Users/matt/Documents/github/deno/deno/cli/tests/unit_node/process_test.ts' --filter TTY
The text was updated successfully, but these errors were encountered: