Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Aug 7, 2016

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

test console

Description of change

The console.Console() constructor function handles a missing new
keyword. This code is not exercised in the current tests. Add a test for
this.

The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this.
@TrottTrott added test Issues and PRs related to the tests. console Issues and PRs related to the console subsystem. labels Aug 7, 2016
@princejwesley
Copy link
Contributor

LGTM

2 similar comments
@yorkie
Copy link
Contributor

LGTM

@JacksonTian
Copy link
Contributor

LGTM

@Trott
Copy link
MemberAuthor

Trott commented Aug 8, 2016

@cjihrig
Copy link
Contributor

LGTM

@jasnell
Copy link
Member

There was some red in the last CI run, all apparently unrelated but just in case... https://ci.nodejs.org/job/node-test-pull-request/3601/

@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

Green, hooray!

Trott added a commit to Trott/io.js that referenced this pull request Aug 10, 2016
The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this. PR-URL: nodejs#8003 Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: JacksonTian - Jackson Tian <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 4c62892

@TrottTrott closed this Aug 10, 2016
@cjihrigcjihrig mentioned this pull request Aug 10, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this. PR-URL: #8003 Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: JacksonTian - Jackson Tian <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@cjihrigcjihrig mentioned this pull request Aug 11, 2016
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this. PR-URL: #8003 Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: JacksonTian - Jackson Tian <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this. PR-URL: #8003 Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: JacksonTian - Jackson Tian <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
The `console.Console()` constructor function handles a missing `new` keyword. This code is not exercised in the current tests. Add a test for this. PR-URL: #8003 Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: JacksonTian - Jackson Tian <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
@TrottTrott deleted the defense branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

consoleIssues and PRs related to the console subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@princejwesley@yorkie@JacksonTian@cjihrig@jasnell@MylesBorins