Skip to content
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: fix accidental skipping of pseudo-tty test #10191

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Dec 9, 2016

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

test tty

Description of change

The empty file test/pseudo-tty/stdin-setrawmode.out was missing from
the repository. This caused the test stdin-setrawmode.js to be skipped
and a warning to be printed when running commands like:

tools/test.py --mode=release -J pseudo-tty

or:

make test

or:

make test-ci

The empty file `test/pseudo-tty/stdin-setrawmode.out` was missing from
the repository. This caused the test stdin-setrawmode.js to be skipped
and a warning to be printed when running commands like:

   tools/test.py --mode=release -J pseudo-tty

or:

   make test

or:

  make test-ci
@Trott Trott added test Issues and PRs related to the tests. tty Issues and PRs related to the tty subsystem. labels Dec 9, 2016
@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. lts-watch-v6.x labels Dec 9, 2016
@Trott
Copy link
Member Author

Trott commented Dec 9, 2016

@addaleax
Copy link
Member

addaleax commented Dec 9, 2016

CI failures are real, see #10149 for a proper fix (which I will attempt to land now if train wifi allows it)

@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. and removed lts-watch-v4.x labels Dec 9, 2016
@addaleax
Copy link
Member

addaleax commented Dec 9, 2016

Landed #10149 so this should no longer be necessary :)

@addaleax addaleax closed this Dec 9, 2016
@Trott Trott deleted the fix-makefile-warning branch January 13, 2022 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. test Issues and PRs related to the tests. tty Issues and PRs related to the tty subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants