FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix test-tty-get-color-depth by bzoz · Pull Request #18478 · nodejs/node · GitHub

/ node Public

test: fix test-tty-get-color-depth - #18478

Closed
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-fix-test-tty-get-color-depth
Closed

test: fix test-tty-get-color-depth#18478
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-fix-test-tty-get-color-depth

Conversation

bzoz commented Jan 31, 2018

Copy link
Copy Markdown
Contributor

If getTTYfd() returns 0, and stdin is not writable (like on Windows), trying to create WriteStream will fail. This commit fixes that by skipping fd 0.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

If getTTYfd returns 0, and stdin is not writable (like on Windows),
trying to create WriteStream will fail. This commit fixes that by
skipping fd 0.
bzoz requested a review from BridgeAR January 31, 2018 15:50
nodejs-github-bot added the test Issues and PRs related to the tests. label Jan 31, 2018

bzoz commented Jan 31, 2018

Copy link
Copy Markdown
Contributor Author

BridgeAR added fast-track PRs that do not need to wait for 48 hours to land. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Jan 31, 2018

BridgeAR commented Feb 1, 2018

Copy link
Copy Markdown
Member

Landed in ef28619

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Feb 1, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows),
trying to create WriteStream will fail. This commit fixes that by
skipping fd 0.

PR-URL: nodejs#18478
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR closed this Feb 1, 2018
addaleax removed the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 4, 2018

Copy link
Copy Markdown
Contributor

test that this modifies does not exist on v9.x, setting as don't land

bzoz commented Mar 28, 2018

Copy link
Copy Markdown
Contributor Author

@MylesBorins the affected test was back ported in #19230, so this PR should be also backported now

targos pushed a commit that referenced this pull request Mar 30, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows),
trying to create WriteStream will fail. This commit fixes that by
skipping fd 0.

PR-URL: #18478
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos mentioned this pull request Apr 4, 2018
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
If getTTYfd returns 0, and stdin is not writable (like on Windows),
trying to create WriteStream will fail. This commit fixes that by
skipping fd 0.

PR-URL: nodejs#18478
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL