Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4c5435

Browse files
mcollinaBethGriggs
authored andcommitted
test: add process.stdin.end() TTY regression test
Backport-PR-URL:#25351PR-URL:#23051Fixes:#22814Reviewed-By: Matteo Collina <matteo.collina@gmail.com>Reviewed-By: Colin Ihrig <cjihrig@gmail.com>Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: George Adams <george.adams@uk.ibm.com>Reviewed-By: James M Snell <jasnell@gmail.com>
1 parentc56f3ed commitb4c5435

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
// This tests verifies that process.stdin.end() does not
6+
// crash the process with ENOTCONN
7+
8+
process.stdin.end();

‎test/pseudo-tty/test-tty-stdin-call-end.out‎

Whitespace-only changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp