Skip to content

Conversation

@Trott
Copy link
Member

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

test debugger

Description of change
  • indexOf() -> includes()
  • var -> const

@TrottTrott added debugger test Issues and PRs related to the tests. labels Nov 29, 2016
@Trott
Copy link
MemberAuthor

lpinca
lpinca previously approved these changes Nov 30, 2016
@lpinca
Copy link
Member

Hmm failures seem related.

@lpincalpinca dismissed their stale reviewNovember 30, 2016 17:20

Incorrect review

Copy link
Member

@lpincalpinca left a comment

Choose a reason for hiding this comment

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

See inline comment.

Copy link
Member

Choose a reason for hiding this comment

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

The ! should be removed as the original check was process.execArgv.indexOf('--debug-code') != -1.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Well, that's certainly embarrassing. I must have tried to do a shortcut by only running the test I changed, and then pasted in the wrong file name or something. Fixing momentarily.

* indexOf() -> includes() * var -> const
@Trott
Copy link
MemberAuthor

Fixed. Let's try again. CI: https://ci.nodejs.org/job/node-test-pull-request/5032/

Trott added a commit to Trott/io.js that referenced this pull request Dec 2, 2016
* indexOf() -> includes() * var -> const PR-URL: nodejs#9833 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
MemberAuthor

Trott commented Dec 2, 2016

Landed in cf2562b

@TrottTrott closed this Dec 2, 2016
addaleax pushed a commit that referenced this pull request Dec 5, 2016
* indexOf() -> includes() * var -> const PR-URL: #9833 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Fishrock123Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
addaleax pushed a commit to addaleax/node that referenced this pull request Dec 8, 2016
* indexOf() -> includes() * var -> const PR-URL: nodejs#9833 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
jmdarling pushed a commit to jmdarling/node that referenced this pull request Dec 8, 2016
* indexOf() -> includes() * var -> const PR-URL: nodejs#9833 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
* indexOf() -> includes() * var -> const PR-URL: #9833 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Dec 21, 2016
@TrottTrott deleted the update-test branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Trott@lpinca@evanlucas@princejwesley@targos@cjihrig@MylesBorins@addaleax