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

report: fix formatting and add coverage for stdout/stderr by cjihrig · Pull Request #26522 · nodejs/node · GitHub

/ node Public

report: fix formatting and add coverage for stdout/stderr - #26522

Merged
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:report
Mar 10, 2019
Merged

report: fix formatting and add coverage for stdout/stderr#26522
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:report

Conversation

cjihrig commented Mar 8, 2019

Copy link
Copy Markdown
Contributor

When process.report.filename is 'stdout' or 'stderr', the output runs together. This PR fixes that, and also improves test coverage.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Mar 8, 2019
addaleax added the report Issues and PRs related to process.report. label Mar 8, 2019

BridgeAR commented Mar 8, 2019
edited by cjihrig
Loading

Copy link
Copy Markdown
Member

CI https://ci.nodejs.org/job/node-test-pull-request/21349/

EDIT(cjihrig): CI was green.

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 8, 2019
cjihrig added 2 commits March 10, 2019 15:57
This commit prevents the report and "report complete" message
from being printed on the same line.

PR-URL: nodejs#26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit adds coverage for the cases where
process.report.filename is 'stdout' or 'stderr'.

PR-URL: nodejs#26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

cjihrig commented Mar 10, 2019

Copy link
Copy Markdown
Contributor Author

Landed in 3194744...86aed6d.

cjihrig closed this Mar 10, 2019
cjihrig deleted the report branch March 10, 2019 19:59
cjihrig merged commit 86aed6d into nodejs:master Mar 10, 2019
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
This commit prevents the report and "report complete" message
from being printed on the same line.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
This commit adds coverage for the cases where
process.report.filename is 'stdout' or 'stderr'.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
This commit prevents the report and "report complete" message
from being printed on the same line.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 13, 2019
This commit adds coverage for the cases where
process.report.filename is 'stdout' or 'stderr'.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
This commit prevents the report and "report complete" message
from being printed on the same line.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
This commit adds coverage for the cases where
process.report.filename is 'stdout' or 'stderr'.

PR-URL: #26522
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. report Issues and PRs related to process.report.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL