Skip to content

test: update postmortem test with v12 constants - #31391

Closed
mmarchini wants to merge 1 commit into
nodejs:masterfrom
mmarchini:v12-postmortem-tests
Closed

test: update postmortem test with v12 constants#31391
mmarchini wants to merge 1 commit into
nodejs:masterfrom
mmarchini:v12-postmortem-tests

Conversation

@mmarchini

Copy link
Copy Markdown
Contributor

Ref: nodejs/llnode#330

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jan 16, 2020
@nodejs-github-bot

This comment has been minimized.


assert.strictEqual(missing.length, 0, `Missing constants: ${missing}`);
assert.strictEqual(missing.length, 0,
`Missing constants: \n${missing.join('\n')}`);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional nit suggestion to get rid of a trailing space and indent the missing constants by 2 spaces in the output for easier reading:

Suggested change
`Missing constants: \n${missing.join('\n')}`);
`Missing constants:\n ${missing.join('\n')}`);

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 18, 2020
@nodejs-github-bot

nodejs-github-bot commented Jan 18, 2020

Copy link
Copy Markdown
Collaborator

@Trott

Copy link
Copy Markdown
Member

Landed in b318926

@TrottTrott closed this Jan 18, 2020
Trott pushed a commit that referenced this pull request Jan 18, 2020
Ref: nodejs/llnode#330
PR-URL: #31391
Refs: nodejs/llnode#330
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this pull request Feb 17, 2020
Ref: nodejs/llnode#330
PR-URL: #31391
Refs: nodejs/llnode#330
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@codebyterecodebytere mentioned this pull request Feb 17, 2020
codebytere pushed a commit that referenced this pull request Mar 14, 2020
Ref: nodejs/llnode#330
PR-URL: #31391
Refs: nodejs/llnode#330
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
Ref: nodejs/llnode#330
PR-URL: #31391
Refs: nodejs/llnode#330
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@codebyterecodebytere mentioned this pull request Mar 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@mmarchini@nodejs-github-bot@Trott@lpinca@cjihrig