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

test: guarantee test runs in test-readline-keys by Trott · Pull Request #11023 · nodejs/node · GitHub

/ node Public

test: guarantee test runs in test-readline-keys - #11023

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-readling
Closed

test: guarantee test runs in test-readline-keys#11023
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactor-readling

Conversation

Trott commented Jan 26, 2017

Copy link
Copy Markdown
Member

Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.

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

test readline

Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.
Trott added readline Issues and PRs related to the built-in readline module. test Issues and PRs related to the tests. labels Jan 26, 2017

Trott commented Jan 27, 2017

Copy link
Copy Markdown
Member Author

Trott commented Jan 27, 2017

Copy link
Copy Markdown
Member Author

Only failure in CI is an unrelated and known flaky: #11041

Trott added a commit to Trott/io.js that referenced this pull request Jan 29, 2017
Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.

PR-URL: nodejs#11023
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Jan 29, 2017

Copy link
Copy Markdown
Member Author

Landed in 87b4486

Trott closed this Jan 29, 2017
evanlucas pushed a commit that referenced this pull request Jan 31, 2017
Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.

PR-URL: #11023
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas mentioned this pull request Jan 31, 2017
jasnell pushed a commit that referenced this pull request Mar 8, 2017
Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.

PR-URL: #11023
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell commented Mar 8, 2017

Copy link
Copy Markdown
Member

landed on v6, needs a backport PR if it should land on v4

MylesBorins pushed a commit that referenced this pull request Mar 9, 2017
Use common.mustCall() to guarantee that test functions (created by a
factory function) are run.

PR-URL: #11023
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Mar 9, 2017
Trott deleted the refactor-readling branch January 13, 2022 22:42
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

readline Issues and PRs related to the built-in readline module. 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