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: remove extraneous report validation argument #25986

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Feb 7, 2019

The second argument passed to validate() and validateContent() is not used for anything.

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

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Feb 7, 2019
@addaleax addaleax added the report Issues and PRs related to process.report. label Feb 7, 2019
@richardlau
Copy link
Member

The second argument passed to validate() and validateContent() is not used for anything.

Just noting that validate() and validateContent() in test/common/report.js here in core at the moment are much simpler than their equivalents in the standalone module, which does use the second argument to validate the expected information is included in the report.

@cjihrig
Copy link
Contributor Author

cjihrig commented Feb 9, 2019

The second argument passed to validate() and validateContent()
is not used for anything.

PR-URL: nodejs#25986
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Issues and PRs related to process.report. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants